ozeigermann 2004/11/30 07:13:56
Modified: src/conf/webapp web.xml
Log:
Switched off lockdiscoveryIncludesPrincipalURL to make
Slide work with MacOS X clients by default.
Revision Changes Path
1.33 +3 -3 jakarta-slide/src/conf/webapp/web.xml
Index: web.xml
===================================================================
RCS file: /home/cvs/jakarta-slide/src/conf/webapp/web.xml,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- web.xml 18 Aug 2004 21:09:27 -0000 1.32
+++ web.xml 30 Nov 2004 15:13:56 -0000 1.33
@@ -199,13 +199,13 @@
</init-param>
<init-param>
<param-name>lockdiscoveryIncludesPrincipalURL</param-name>
- <param-value>true</param-value>
+ <param-value>false</param-value>
<description>
As proposed on February 08, 2003 by Lisa Dusseault in
[EMAIL PROTECTED], the DAV:lockdiscovery property should
include an element DAV:principal-URL with the semantics of
the
- WebDAV/ACL specification. This feature can be switched-off
in case
- of interoperability problems.
+ WebDAV/ACL specification. This feature is switched-off
+ by default as it lead to compatibility problems with MacOS X client.
</description>
</init-param>
<init-param>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]