-
Notifications
You must be signed in to change notification settings - Fork 38.8k
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
mashuai opened SPR-14678 and commented
When use @PathVariable like
@RequestMapping(value = "/test/{test}", method = RequestMethod.GET)
@ResponseBody
public String test(@PathVariable("test") String test, HttpServletResponse response) throws IOException {
System.out.println(test);
return test;
}if let the test like 1.0.0.0.1 the test wil be 1.0.0.0 not expect
Affects: 4.2.5
Attachments:
- bug.zip (4.82 kB)
Issue Links:
- Allow valid file extension paths for content negotiation to be specified [SPR-7632] #12288 Allow valid file extension paths for content negotiation to be specified ("duplicates")
- 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