juergen 2003/07/04 04:31:20
Modified:
testsuite/testsuite/junit/xmltestcases/ACL/functional/AccessControlProperties/ProtectedProperties
PropPatch-ACL.xml
PropPatch-principal-collection-set.xml
Log:
Introduced %globalVariableUsersPath% und splitted %globalVariableRootUserPath%
to
/%globalVariableServerName%%globalVariableUsersPath%
The globalVariableUsersPath can now be controlled by the TProcessor.cmd
(Josef)
Revision Changes Path
1.9 +2 -2
jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/AccessControlProperties/ProtectedProperties/PropPatch-ACL.xml
Index: PropPatch-ACL.xml
===================================================================
RCS file:
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/AccessControlProperties/ProtectedProperties/PropPatch-ACL.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- PropPatch-ACL.xml 13 Aug 2002 10:32:34 -0000 1.8
+++ PropPatch-ACL.xml 4 Jul 2003 11:31:20 -0000 1.9
@@ -51,7 +51,7 @@
</request>
<response>
<command>HTTP/1.0 207 Multi Status</command>
- <body
varUsage="globalVariableCollection,userNumber,globalVariableRootUserPath,globalVariableServerName,user,host"><![CDATA[<?xml
version="1.0" encoding="utf-8" ?>
+ <body
varUsage="globalVariableCollection,userNumber,globalVariableUsersPath,globalVariableServerName,user,host"><![CDATA[<?xml
version="1.0" encoding="utf-8" ?>
<multistatus xmlns="DAV:">
<response>
<href>/%globalVariableServerName%/%globalVariableCollection%</href>
@@ -60,7 +60,7 @@
<acl>
<ace>
<principal>
- <href>%globalVariableRootUserPath%</href>
+ <href>/%globalVariableServerName%%globalVariableUsersPath%</href>
</principal>
<grant>
<privilege>
1.8 +2 -2
jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/AccessControlProperties/ProtectedProperties/PropPatch-principal-collection-set.xml
Index: PropPatch-principal-collection-set.xml
===================================================================
RCS file:
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/AccessControlProperties/ProtectedProperties/PropPatch-principal-collection-set.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- PropPatch-principal-collection-set.xml 13 Aug 2002 10:32:34 -0000 1.7
+++ PropPatch-principal-collection-set.xml 4 Jul 2003 11:31:20 -0000 1.8
@@ -50,14 +50,14 @@
</request>
<response>
<command>HTTP/1.0 207 Multi Status</command>
- <body
varUsage="globalVariableCollection,userNumber,globalVariableRootUserPath,globalVariableServerName,user,host"><![CDATA[<?xml
version="1.0" encoding="utf-8" ?>
+ <body
varUsage="globalVariableCollection,userNumber,globalVariableUsersPath,globalVariableServerName,user,host"><![CDATA[<?xml
version="1.0" encoding="utf-8" ?>
<D:multistatus xmlns:D="DAV:">
<D:response>
<D:href>/%globalVariableServerName%/%globalVariableCollection%</D:href>
<D:propstat>
<D:prop>
<D:principal-collection-set>
- <D:href>%globalVariableRootUserPath%</D:href>
+ <D:href>/%globalVariableServerName%%globalVariableUsersPath%</D:href>
</D:principal-collection-set>
</D:prop>
<D:status>HTTP/1.1 200 OK</D:status>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]