Merge branch '5.2.x' into master

This commit is contained in:
Rossen Stoyanchev
2020-10-07 12:45:51 +01:00
4 changed files with 55 additions and 3 deletions

View File

@@ -126,7 +126,7 @@ public class UrlPathHelperTests {
assertThat(helper.getRequestUri(request)).isEqualTo("/foo;a=b;c=d");
request.setRequestURI("/foo;jsessionid=c0o7fszeb1");
assertThat(helper.getRequestUri(request)).isEqualTo("/foo;jsessionid=c0o7fszeb1");
assertThat(helper.getRequestUri(request)).isEqualTo("/foo");
}
@Test