unico 2004/05/03 09:53:43
Modified: src/blocks/slide/conf slide-auth.xweb
Log:
correct url pattern
Revision Changes Path
1.6 +1 -1 cocoon-2.1/src/blocks/slide/conf/slide-auth.xweb
Index: slide-auth.xweb
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/blocks/slide/conf/slide-auth.xweb,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- slide-auth.xweb 3 May 2004 16:46:36 -0000 1.5
+++ slide-auth.xweb 3 May 2004 16:53:43 -0000 1.6
@@ -23,7 +23,7 @@
<security-constraint>
<web-resource-collection>
<web-resource-name>DAV resource</web-resource-name>
- <url-pattern>/*</url-pattern>
+ <url-pattern>/webdav/*</url-pattern>
<http-method>COPY</http-method>
<http-method>DELETE</http-method>
<http-method>GET</http-method>