@MVC URI Template Variable Regression - Matching values containing . (dot) [SPR-6499] #11165
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: duplicate
A duplicate of another issue
Ted Bergeron opened SPR-6499 and commented
Given the URI Template:
http://www.example.com/users/{username}/blah.html
In M1 - M3 and RC1 the username could be "bill" or "bill.smith" and everything would work.
Starting with RC3 (I never got around to using RC2) "bill" still works fine, but "bill.smith" causes a HTTP 404 to be returned due to:
DispatcherServlet.noHandlerFound(962) | No mapping found for HTTP request with URI
Affects: 3.0 RC3
Issue Links:
@RequestMapping
handled incorrectly when value contains "." (dot) character ("duplicates")The text was updated successfully, but these errors were encountered: