spring-framework/spring-webmvc/src/test
Martin Švorc e0a7b074ed Use original query string of forwarded request
Prior to this commit, the AbstractFlashMapManager has used the
originating URI but the query string of the forwarded request. That
resulted to FlashMap not being matched even when both originating
URI and query string matched the FlashMap attributes. The originating
query string is now used to match the forwarded request.

Issue: SPR-15505
2017-05-19 17:07:17 -04:00
..
java/org/springframework Use original query string of forwarded request 2017-05-19 17:07:17 -04:00
resources Moved encodeHttpHeaderFieldParam method to HttpHeaders itself (including tests) 2016-08-26 12:55:34 +02:00