Requests URIs containing . cannot be mapped correctly using @RequestMapping in RC3 [SPR-6560] #11226
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: duplicate
A duplicate of another issue
Stefan Magnus Landrø opened SPR-6560 and commented
I have the following request mapping.
@RequestMapping
(value = "/{username}/{domain}/{theme}/{locale}/{documenttype}", method = RequestMethod.GET)In RC1 it works like a breeze, regardless the values of the different elements. In RC3, however, whenever a path element contains a . (dot), the URI is not mapped correctly.
In this project, we're using email addresses as usernames, and this is a major problem for us now.
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: