Issue #1853
This commit is contained in:
parent
2555f7a65b
commit
16c068d3fa
|
@ -75,7 +75,6 @@ public class ReentrantRequestSessionTest
|
||||||
|
|
||||||
//make a request that will make a simultaneous request for the same session
|
//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 request = client.newRequest("http://localhost:" + port + contextPath + servletMapping + "?action=reenter&port=" + port + "&path=" + contextPath + servletMapping);
|
||||||
request.header("Cookie", sessionCookie);
|
|
||||||
response = request.send();
|
response = request.send();
|
||||||
assertEquals(HttpServletResponse.SC_OK,response.getStatus());
|
assertEquals(HttpServletResponse.SC_OK,response.getStatus());
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue