You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2018/10/12 20:09:33 UTC

[Bug 54914] mod_dir DirectoryIndex breaks WebDAV PROPFIND / DELETE / MOVE

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

--- Comment #9 from Aria Bamdad <ar...@bsc.gwu.edu> ---
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org