> on 3/12/02 6:30 PM, "Remy Maucherat" <[EMAIL PROTECTED]> wrote:
>
> > A) URI decoding refactoring. To avoid doing some URI decoding in many
places
> > in the pipeline, a decodedURI field (with associated getter/setter)
should
> > be added in the HttpRequest interface, and used in the Catalina
pipeline.
> > This also has the advantage to guarantee that no double URI decoding
occurs
> > (which can lead to URI-based security attacks).
> >
> > <ballot>
> > [ ] +1
> > [ ] +0
> > [ ] -1:
> >
> > </ballot>
>
> Q: How can you modify the Servlet API interfaces?

Well, it's not Http*Servlet*Request ;-)
It's the internal Catalina API, and I'm just proposing to add a method to it
(servlets can't access it, but components of the Catalina core can).

Remy


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to