398285 - ProxyServlet mixes cookies from different clients.
Now ProxyServlet's HttpClient uses HttpCookieStore.Empty, so it never stores cookies.
This commit is contained in:
parent
b3f6739d51
commit
cda27ae4a1
|
@ -783,7 +783,8 @@ public class ProxyServletTest
|
|||
}
|
||||
|
||||
@Test(expected = TimeoutException.class)
|
||||
public void shouldHandleWrongContentLength() throws Exception {
|
||||
public void shouldHandleWrongContentLength() throws Exception
|
||||
{
|
||||
prepareProxy(new ProxyServlet());
|
||||
prepareServer(new HttpServlet() {
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue