ozeigermann 2004/11/30 07:17:06
Modified: . Tag: SLIDE_2_1_RELEASE_BRANCH RELEASE-NOTES-2.1-RC1
src/conf/webapp Tag: SLIDE_2_1_RELEASE_BRANCH web.xml
Log:
Switched off lockdiscoveryIncludesPrincipalURL to make
Slide work with MacOS X clients by default.
Revision Changes Path
No revision
No revision
1.1.2.2 +2 -1 jakarta-slide/Attic/RELEASE-NOTES-2.1-RC1
Index: RELEASE-NOTES-2.1-RC1
===================================================================
RCS file: /home/cvs/jakarta-slide/Attic/RELEASE-NOTES-2.1-RC1,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- RELEASE-NOTES-2.1-RC1 26 Nov 2004 18:31:57 -0000 1.1.2.1
+++ RELEASE-NOTES-2.1-RC1 30 Nov 2004 15:17:06 -0000 1.1.2.2
@@ -71,7 +71,6 @@
WebDAV Layer:
- GET/PUT issue with of MacOS X and Tomcat 5 fixed
-
Core:
- All access to stores inside a request now is done inside the same
transaction
- Logging performance optimizations
@@ -85,6 +84,8 @@
Misc:
- Fixed *nix scripts for Tomcat bundle patches
- Updated to Commons Transaction 1.0 RC1
+- lockdiscoveryIncludesPrincipalURL property in web.xml is switched-off
+ by default to make Slide work with MacOS X clients without change
Testsuite:
- More concurrency tests added
No revision
No revision
1.30.2.3 +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.30.2.2
retrieving revision 1.30.2.3
diff -u -r1.30.2.2 -r1.30.2.3
--- web.xml 18 Aug 2004 21:07:10 -0000 1.30.2.2
+++ web.xml 30 Nov 2004 15:17:06 -0000 1.30.2.3
@@ -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]