Skip to content

Commit

Permalink
Merge branch '4.0.x' into 4.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo committed Nov 15, 2023
2 parents 520a878 + 038d302 commit ac355e4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ void corsSimpleRequestForLocalhostCanBeAllowedViaConfiguration() throws IOExcept
*/
@Test
// "https://github.com/micronaut-projects/micronaut-core/issues/9423")
@Tag("multipart")
void corsSimpleRequestForLocalhostCanBeAllowedViaRegexConfiguration() throws IOException {
asserts(SPECNAME,
Map.of(
Expand All @@ -222,6 +223,7 @@ void corsSimpleRequestForLocalhostCanBeAllowedViaRegexConfiguration() throws IOE
*/
@Test
// "https://github.com/micronaut-projects/micronaut-core/issues/9423")
@Tag("multipart")
void corsSimpleRequestForLocalhostForbiddenViaRegexConfiguration() throws IOException {
asserts(SPECNAME,
Map.of(
Expand Down

0 comments on commit ac355e4

Please sign in to comment.