----- Original Message -----
From: "neal" <[EMAIL PROTECTED]>
To: "Tomcat Developers List" <[EMAIL PROTECTED]>
Sent: Tuesday, February 18, 2003 10:36 PM
Subject: Tomcat Standalone - 302 Redirect Issue


>
>
> Can someone please confirm the option to switch the welcome file behavior
> from a redirection to a rd.forward was included in the mapper for Tomcat
> 5.0?  I have heard both that it was and that it wasn't.
>
> I guess I have the following questions still:
>
> 1. Is this functionality going to be included in Tomcat 5?
As of last (long) weekend, it is included in Tomcat 5.  But before people
get confused, it isn't a true rd.forward.  It works more like an
Apache/httpd rewrite.

> 2. Where/when can I find documentation on how to configure this new
feature?
When is still an open question (patches are always welcome :).  The
configuration option is 'processWelcomeResources' on the Connector element
('true' means forward, 'false' is the old TC 4.x behavior:  The current
default is 'true').

> 3. When will a release candidate of Tomcat5 be available?  I understand
> there are not set dates for these sorts of things but a general ballpark
> idea would help me to plan.
My limited understanding of this is that, as a JCP member, Apache can't have
a 'release' version before the Servlet-2.4 & JSP-2.0 Specs go final (but
IANAL).  This means that anyone that actually knows the answer is under an
NDA, so they can't tell you.

>
> Thanks.
> Neal
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


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

Reply via email to