Daniel Rall wrote:
> 
> [EMAIL PROTECTED] writes:
> 
> >   @@ -454,9 +457,11 @@
> >
> >            /*
> >             *   put the request/response objects into the context
> >   +         *   wrap the HttpServletRequest to solve the introspection
> >   +         *   problems
> >             */
> >
> >   -        context.put( REQUEST, request );
> >   +        context.put( REQUEST, new HttpServletRequestWrap( request ) );
> >            context.put( RESPONSE, response );
> 
> Ahhh...would you mind elaborating?  :)

See response to post noting pointlessness of HttpServletRequestWrap :)

Again, other solutions welcome.

geir

-- 
Geir Magnusson Jr.                               [EMAIL PROTECTED]
Developing for the web?  See http://jakarta.apache.org/velocity/

Reply via email to