|
|
@ -29,7 +29,7 @@ public class BridgeMock extends BridgeServlet {
|
|
|
|
protected void handleGetRequest(HttpServletRequest request, HttpServletResponse response) throws IOException, InterruptedException {
|
|
|
|
protected void handleGetRequest(HttpServletRequest request, HttpServletResponse response) throws IOException, InterruptedException {
|
|
|
|
|
|
|
|
|
|
|
|
final ExchangeMock exchange;
|
|
|
|
final ExchangeMock exchange;
|
|
|
|
|
|
|
|
|
|
|
|
synchronized (exchange = ((RequestMock) request).exchange) {
|
|
|
|
synchronized (exchange = ((RequestMock) request).exchange) {
|
|
|
|
|
|
|
|
|
|
|
|
super.handleGetRequest(request,response);
|
|
|
|
super.handleGetRequest(request,response);
|
|
|
|