markt 2004/02/25 14:51:54
Modified: webapps/webdav/WEB-INF web.xml
Log:
Final tweak for bug 27190. Improve comment regarding servlet mapping for webdav.
Revision Changes Path
1.4 +5 -2 jakarta-tomcat-catalina/webapps/webdav/WEB-INF/web.xml
Index: web.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/webdav/WEB-INF/web.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- web.xml 2 Feb 2004 18:28:26 -0000 1.3
+++ web.xml 25 Feb 2004 22:51:54 -0000 1.4
@@ -33,8 +33,11 @@
</servlet>
<!-- The mapping for the webdav servlet -->
- <!-- Using /* as the mapping ensures that jasper etc are over-ridden and all
- requests are processed by the webdav servlet -->
+ <!-- Using /* as the mapping ensures that jasper, welcome files etc are
+ over-ridden and all requests are processed by the webdav servlet.
+ This also overcomes a number of issues with some webdav clients
+ (including MS Webfolders) that do not respond correctly
to the
+ redirects (302) that result from using a mapping of / -->
<servlet-mapping>
<servlet-name>webdav</servlet-name>
<url-pattern>/*</url-pattern>
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
|