-
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: enhancementA general enhancementA general enhancement
Milestone
Description
Björn Voß opened SPR-12750 and commented
In a uri template like: ```
http://example.com/hotels/{hotel}/pic/{publicpath}/{size}
This is discussed in SPR-8662 with a workaround, but I just want to use UriTemplate and not always use the workaround when I'm not 100% sure that slashes in uri variables are permitted.
Affects: 4.0.9, 4.1.5
Attachments:
- SPR-12750_encode_slashes_in_UriTemplate.patch (2.36 kB)
- SPR-12750_respect_slash_rfc6570_in_UriTemplate_and_UriComponentsBuilder.patch (6.79 kB)
Issue Links:
- Support advanced URI Template Syntax [SPR-10505] #15137 Support advanced URI Template Syntax
- UriComponents should parse the path of a String URI into path segments [SPR-10959] #15587 UriComponents should parse the path of a String URI into path segments
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement