You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2010/01/25 18:29:25 UTC

DO NOT REPLY [Bug 48608] welcome-file ignores filter mapping

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

--- Comment #1 from Kris Schneider <ks...@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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org