Browse Source
Previously MockHttpServletRequestBuilder calculated the pathInfo from the provided URL without decoding the value. This meant that the pathInfo incorrectly included URL encoded values. Now MockHttpServletRequestBuilder properly decodes the pathInfo. Fixes: SPR-16453pull/1606/merge
Rob Winch
7 years ago
committed by
Rossen Stoyanchev
2 changed files with 12 additions and 1 deletions
Loading…
Reference in new issue