On Tue, Sep 21, 2010 at 9:30 AM, Remy Maucherat <r...@apache.org> wrote:
> On Mon, 2010-09-20 at 16:31 -0700, Mark Thomas wrote:

> If he wants universal filtering, he can use "/*" I think, right ?

Yes that should work. I use that all the time. And "" is supposed to
be root not "/" according to the specs.

> As welcome files are not to be done by the default Servlet as a forward,
> and a HTTP redirect is not desirable either, there's no possibility to
> invoke a Servlet on / with REQUEST.

Yeah the specs are pretty bad on this. They say can be done as a
redirect, a forward or some internal mechanism. So you can take
whatever you want out of this. If it was a forward it would work or I
guess if the order was changed.

So to get this straight Rémy you think it should be a WONT FIX too?

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

Reply via email to