Browse Source
Previously ForwardedHeaderFilter would override the requestURI with a URL decoded value. This would cause problems when using a URL encoded requestURI since downstream Filters would not see the URL encoded value as they should. This commit resolves this issue by ensuring that the requestURI is properly encoded. Issues SPR-15422pull/1384/head
Rob Winch
8 years ago
2 changed files with 18 additions and 1 deletions
Loading…
Reference in new issue