https://issues.apache.org/bugzilla/show_bug.cgi?id=48608

--- Comment #1 from Kris Schneider <kschnei...@gmail.com> 2010-01-25 09:29:24 
UTC ---
Since it doesn't appear that a redirect is being used, there are two other
allowed options for handling welcome files: a forward or "...a container
specific mechanism that is indistinguishable from a direct request." So, what
happens if you add the following to your <filter-mapping>?

<dispatcher>REQUEST</dispatcher>
<dispatcher>FORWARD</dispatcher>

I can actually see this as being a somewhat murky area in the spec...

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

Reply via email to