super.handle(request, response, context);
}
});
// user one logs in for the first time to a proxied web service
GetMethodWebRequest req = makeGetMethodRequest(sourceBaseUri);
WebResponse rsp = execAndAssert(req, "");
assertEquals("", captureCookieValue.toString());
assertEquals("USER_1_SESSION", sc.getCookieJar().getCookie("!Proxy!" + servletName + "JSESSIONID").getValue());
// user two logs in for the first time to a proxied web service