Skip to content

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

@spring-projects-issues

Description

@spring-projects-issues

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:

Metadata

Metadata

Assignees

Labels

in: webIssues in web modules (web, webmvc, webflux, websocket)status: duplicateA duplicate of another issue

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions