Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reflect: [Spring 5.3.0] The pattern after the wildcard "**" in the URL pattern is not allowed #682

Closed
2 tasks done
yoshikawaa opened this issue Aug 24, 2020 · 0 comments
Closed
2 tasks done

Comments

@yoshikawaa
Copy link
Contributor

yoshikawaa commented Aug 24, 2020

Original Issue

Description

Spring MVC initialization error occurs.
In Spring MVC, the path was previously analyzed by AntPathMatcher, but it was changed to use PathPatternParser introduced in WebFlux from Spring 5.3.0.

Possible Solution

Change the path /**/*.html to /*/*.html

However, since the above path is not needed in terasolunaorg/terasoluna-gfw-web-multi-blank#348 and is deleted from the blank, we should finally delete this path.

Fix repositories

  • terasoluna-tourreservation
  • terasoluna-tourreservation-mybatis3

Issue links

  • #xx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants