// HttpServletResponseWrapper(httpServletResponse, dispatcher
// TODO: the two nulls are the response and the dispatcher. Those
// are not needed here... They are only needed for asynchronous
// invocations. Suggest Core RESTEasy refactoring to change the
// async invocation
httpRequest = new HttpServletInputMessage(request, null, null, null, headers, uriInfo, httpMethod
.toUpperCase(), null);
}