Skip to content

Commit

Permalink
Merge branch '4.2.x' into jacksoncl
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo committed Nov 15, 2023
2 parents 4acfe80 + ecc1387 commit 1e810aa
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 1e810aa

Please sign in to comment.