pnever 2003/11/21 06:39:53
Modified:
testsuite/testsuite/junit/xmltestcases/ACL/functional/groups/AccessControlMethods/ACLExamples
02_ACL2DenyAllForGroupGrantWrite.xml
01_ACL2DenyAllForGroupGrantRead.xml
Log:
Fixed group variable
Revision Changes Path
1.4 +3 -3
jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/groups/AccessControlMethods/ACLExamples/02_ACL2DenyAllForGroupGrantWrite.xml
Index: 02_ACL2DenyAllForGroupGrantWrite.xml
===================================================================
RCS file:
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/groups/AccessControlMethods/ACLExamples/02_ACL2DenyAllForGroupGrantWrite.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- 02_ACL2DenyAllForGroupGrantWrite.xml 20 Nov 2003 09:03:39 -0000 1.3
+++ 02_ACL2DenyAllForGroupGrantWrite.xml 21 Nov 2003 14:39:53 -0000 1.4
@@ -5,7 +5,7 @@
<abstract> Test to check ACL command </abstract>
<description>
1) MKCOL command which creates a child collection (/test)
- 2) ACL command which denies all access to the group %group% on the
collection /test
+ 2) ACL command which denies all access to the group
%globalVariableGroup% on the collection /test
3) ACL command which grants write access to the all users
4) PUT command carried out
</description>
@@ -23,11 +23,11 @@
<request>
<command varUsage="globalVariableCollection,globalVariableServerName">ACL
/%globalVariableServerName%/%globalVariableCollection%/test HTTP/1.1</command>
<header>Content-Type: text/xml; charset=utf-8</header>
- <body
varUsage="globalVariableRootUserPath,globalVariableServerName,group,host"><![CDATA[<?xml
version="1.0" encoding="utf-8"?>
+ <body
varUsage="globalVariableRootUserPath,globalVariableServerName,globalVariableGroup,host"><![CDATA[<?xml
version="1.0" encoding="utf-8"?>
<D:acl xmlns:D="DAV:">
<D:ace>
<D:principal>
- <D:href>%globalVariableRootUserPath%/groups/%group%</D:href>
+ <D:href>%globalVariableRootUserPath%/groups/%globalVariableGroup%</D:href>
</D:principal>
<D:deny>
<D:privilege>
1.3 +3 -3
jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/groups/AccessControlMethods/ACLExamples/01_ACL2DenyAllForGroupGrantRead.xml
Index: 01_ACL2DenyAllForGroupGrantRead.xml
===================================================================
RCS file:
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/groups/AccessControlMethods/ACLExamples/01_ACL2DenyAllForGroupGrantRead.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- 01_ACL2DenyAllForGroupGrantRead.xml 18 Nov 2003 10:13:48 -0000 1.2
+++ 01_ACL2DenyAllForGroupGrantRead.xml 21 Nov 2003 14:39:53 -0000 1.3
@@ -5,7 +5,7 @@
<abstract> Test to check ACL command </abstract>
<description>
1) MKCOL command which creates a child collection (/test)
- 2) ACL command which denies all access to the group groups/%group% on
the collection /test
+ 2) ACL command which denies all access to the group
groups/%globalVariableGroup% on the collection /test
3) ACL command which grants read access to the all users
4) Head command carried out
</description>
@@ -23,11 +23,11 @@
<request>
<command varUsage="globalVariableCollection,globalVariableServerName">ACL
/%globalVariableServerName%/%globalVariableCollection%/test HTTP/1.1</command>
<header>Content-Type: text/xml; charset=utf-8</header>
- <body
varUsage="globalVariableUserPath,globalVariableRootUserPath,globalVariableServerName,group,user,host"><![CDATA[<?xml
version="1.0" encoding="utf-8"?>
+ <body
varUsage="globalVariableUserPath,globalVariableRootUserPath,globalVariableServerName,globalVariableGroup,user,host"><![CDATA[<?xml
version="1.0" encoding="utf-8"?>
<D:acl xmlns:D="DAV:">
<D:ace>
<D:principal>
- <D:href>%globalVariableRootUserPath%/groups/%group%</D:href>
+ <D:href>%globalVariableRootUserPath%/groups/%globalVariableGroup%</D:href>
</D:principal>
<D:deny>
<D:privilege>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]