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

Requests URIs containing . cannot be mapped correctly using @RequestMapping in RC3 [SPR-6560] #11226

Closed
spring-projects-issues opened this issue Dec 13, 2009 · 1 comment
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) status: duplicate A duplicate of another issue

Comments

@spring-projects-issues
Copy link
Collaborator

spring-projects-issues commented Dec 13, 2009

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:

@spring-projects-issues
Copy link
Collaborator Author

Stefan Magnus Landrø commented

BTW, this works propperly in RC2 as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) status: duplicate A duplicate of another issue
Projects
None yet
Development

No branches or pull requests

1 participant