-
Notifications
You must be signed in to change notification settings - Fork 38.6k
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
spr1ng.n1 opened SPR-10026 and commented
@RequestMapping
(value = "/{var}", method = RequestMethod.GET)
public String show(@PathVariable
String var, Model m) {
System.out.println(var);
}
for url: "/hello.anything" outputs "hello"
for url: "/hello.anything.else" outputs "hello.anything"
Affects: 3.1 GA
Issue Links:
- a Uri Value is incorrectly extracted if it contains '.'. [SPR-6164] #10832 a Uri Value is incorrectly extracted if it contains '.'. ("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