2012/3/22 Torsten Krah <tk...@fachschaft.imn.htwk-leipzig.de>:
>
> What other ways are there for a 2.5 webapp in a mixed environment (3.0
> webapps and 2.5 ones) where i want to disable url rewriting for the 2.5
> one but leave the default untouched?
>

IIRC it is possible with do in container-independent way by adding a
Filter that intercepts response.encodeURL(),
response.encodeRedirectURL().
There should be some discussion in archives.

> So i am going to open a new feature request, correct?

If you have a patch you can attach it to issue 49811.

Because of Servlet 3.0 spec there is a lot of work in Tomcat to merge
web.xml from various fragments and annotations.  Respecting a Context
option there might be a bit messy. (Just saying, without looking at
the code).

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to