-
Couldn't load subscription status.
- Fork 38.8k
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)status: duplicateA duplicate of another issueA duplicate of another issue
Description
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 [SPR-6482] #11148
@RequestMappinghandled incorrectly when value contains "." (dot) character ("duplicates")
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)status: duplicateA duplicate of another issueA duplicate of another issue