Craig,
I looked at HttpRequestImpl. Would it be safe to manipulate the URI in a
call to setRequestURI before it sets the instance variable requestURI? It
seems like this gets called the moment a request is made - this way, the
encoded characters could be transformed to their unencoded equivalents
before the parameter list is parsed and the classloader gets called.
Klaus
At 09:34 AM 4/13/01 -0700, you wrote:
>On Fri, 13 Apr 2001, Klaus Sonnenleiter wrote:
>
> > Oops, I guess I should have mentioned that I'm using the 4.0 version. Do
> > you happen to know where the RequestImpl or equivalent class is in
> > catalina? (I checked org.apache.catalina.core.* without success).
> >
>
>The base class is org.apache.catalina.connector.HttpRequestBase. The 1.1
>connector subclasses this as
>org.apache.catalina.connector.http.HttpRequestImpl.
>
>Craig