Thanks for the research!
I can probably harass some Jetty folk if I can't figure it out from there.
- Brett
Wendy Smoak wrote:
On 5/6/06, Brett Porter <[EMAIL PROTECTED]> wrote:
Probably a simple change to the Jetty construction. Can you file a bug?
Done. http://jira.codehaus.org/browse/MSITE-127
(even better, can you file a patch? :D)
Apparently not. :( And comments don't come through in the email from
JIRA when you attach a patch, so:
The welcome file list is there and includes index.html, but the
DoxiaFilter doesn't get applied. I remember Tomcat 4.1 used to
redirect to welcome files-- then it would work.
Jetty's release notes [1] say they switched from redirecting to
forwarding to welcome files in version 3.0.0.rc8. Since Jetty6
supports Servlet 2.4, I switched the the web.xml to Servlet 2.4 and
changed the filter mapping to:
<filter-mapping>
<filter-name>doxia</filter-name>
<url-pattern>*.html</url-pattern>
<dispatcher>FORWARD</dispatcher>
<dispatcher>REQUEST</dispatcher>
<dispatcher>INCLUDE</dispatcher>
</filter-mapping>
I really think that should work, and the filter should get applied on
the forwrard to the welcom page, but it doesn't. :/
[1] http://jetty.mortbay.org/jetty/versions.txt
--
Wendy
---------------------------------------------------------------------
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]