xlawrence 2005/11/21 18:31:11 CET
Modified files:
core/src/webapp/WEB-INF web.xml
Log:
added comment
Revision Changes Path
1.27 +2 -0 jahia/core/src/webapp/WEB-INF/web.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/webapp/WEB-INF/web.xml.diff?r1=1.26&r2=1.27&f=h
Index: web.xml
===================================================================
RCS file: /home/cvs/repository/jahia/core/src/webapp/WEB-INF/web.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- web.xml 9 Nov 2005 16:56:49 -0000 1.26
+++ web.xml 21 Nov 2005 17:31:11 -0000 1.27
@@ -525,6 +525,8 @@
'false'. -->
<servlet-mapping>
<servlet-name>webdav</servlet-name>
+
+ <!-- you must not change this pattern because this pattern is hardcoded
in JahiaBigTextField Class -->
<url-pattern>/webdav/*</url-pattern>
</servlet-mapping>