Reinstate removal of jsessionid from lookup path
Closes gh-25864
This commit is contained in:
@@ -133,7 +133,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
|
||||
|
||||
Reference in New Issue
Block a user