https://bz.apache.org/bugzilla/show_bug.cgi?id=54914

--- Comment #9 from Aria Bamdad <[email protected]> ---
This bug goes beyond WEBDAV.  In my case, I have a tomcat application behind
Apache.  If I configure DirectoryIndex index.html, and then tell Apache to pass
all requests to tomcat ajp worker by way of:

   <Location "/">
    SetHandler jakarta-servlet
    SetEnv JK_WORKER_NAME ajp13
   </Location>

Then if in my root directory, there exists a file called index.html, an
incoming request for / will get translated to /index.html and then passed to
tomcat where as in Apache 2.2, with the same DirectoryIndex index.html
directive, the request for / was untouched as passed to tomcat as '/' and not
'/index.html'.

If I were to delete the index.html file, then '/' is passed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to