Skip to content

Commit

Permalink
Issue #7801 Test incorrectly expected duplicate session cookie
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Bartel <janb@webtide.com>
  • Loading branch information
janbartel committed Mar 30, 2022
1 parent d836597 commit 73d4fbc
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -1008,7 +1008,6 @@ public void testFormRedirect() throws Exception
"Cookie: JSESSIONID=" + session + "\r\n" +
"\r\n");
assertThat(response, startsWith("HTTP/1.1 200 OK"));
assertThat(response, containsString("JSESSIONID=" + session));

response = _connector.getResponse("GET /ctx/admin/info HTTP/1.0\r\n" +
"Cookie: JSESSIONID=" + session + "\r\n" +
Expand Down

0 comments on commit 73d4fbc

Please sign in to comment.