This commit is contained in:
Jan Bartel 2017-09-27 14:38:44 +10:00
parent 2555f7a65b
commit 16c068d3fa
1 changed files with 0 additions and 1 deletions

View File

@ -75,7 +75,6 @@ public class ReentrantRequestSessionTest
//make a request that will make a simultaneous request for the same session
Request request = client.newRequest("http://localhost:" + port + contextPath + servletMapping + "?action=reenter&port=" + port + "&path=" + contextPath + servletMapping);
request.header("Cookie", sessionCookie);
response = request.send();
assertEquals(HttpServletResponse.SC_OK,response.getStatus());