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

@MVC URI Template Variable Regression - Matching values containing . (dot) [SPR-6499] #11165

Closed
spring-projects-issues opened this issue Dec 2, 2009 · 0 comments
Assignees
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 2, 2009

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:

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

2 participants