* put the request/response objects into the context
* wrap the HttpServletRequest to solve the introspection
* problems
*/
context.put( REQUEST, new HttpServletRequestWrap( request ) );
context.put( RESPONSE, new HttpServletResponseWrap( response ) );
return context;
}