You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
Issue links
The text was updated successfully, but these errors were encountered: