Closed
Description
Arjen Poutsma opened SPR-6291 and commented
The UrlPathHelper, used by various other MVC components such as DispatcherServlet, is too aggressive when it decoding request URLs.
For instance, it decodes http://example.com/foo+bar as http://example.com/foo bar, while this is not correct according to RFC 2396.
Issue Links:
- RestTemplate should encode the url variables [SPR-5516] #10187 RestTemplate should encode the url variables
Referenced from: commits c5c1d70, 077055c
1 votes, 5 watchers