-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: bugA general bugA general bug
Milestone
Description
Anthony Gerrard opened SPR-10234 and commented
@RequestMapping
("/something")
used to match
/something;else=true
in Spring 3.1. In Spring 3.2 you now get a 404 not found. This is inconsistent with the behaviour demanded in the servlet 3.0 specification (not sure if this counts for anything)
The path used for mapping to a servlet is the request URL from the request object minus the context path and the path parameters
I notice jsessionid path parameters are still ignored.
Affects: 3.2 GA
Issue Links:
- A URI with URL path parameters causes IllegalStateException [SPR-10427] #15060 A URI with URL path parameters causes IllegalStateException ("is superseded by")
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: bugA general bugA general bug