juergen 2003/07/04 04:35:03
Modified: testsuite/testsuite/junit/xmltestcases/ACL/functional/propfind
propfindAclAllC.xml propfindAclAllR.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.10 +2 -2
jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/propfind/propfindAclAllC.xml
Index: propfindAclAllC.xml
===================================================================
RCS file:
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/propfind/propfindAclAllC.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- propfindAclAllC.xml 13 Aug 2002 10:32:35 -0000 1.9
+++ propfindAclAllC.xml 4 Jul 2003 11:35:03 -0000 1.10
@@ -23,7 +23,7 @@
</request>
<response>
<command>HTTP/1.0 207 Multi-Status</command>
- <body
varUsage="globalVariableRootUserPath,globalVariableServerName,user,host,globalVariableCollection"><![CDATA[<?xml
version="1.0" encoding="utf-8" ?>
+ <body
varUsage="globalVariableUsersPath,globalVariableServerName,user,host,globalVariableCollection"><![CDATA[<?xml
version="1.0" encoding="utf-8" ?>
<D:multistatus xmlns:D="DAV:">
<D:response>
<D:href>/%globalVariableServerName%/%globalVariableCollection%</D:href>
@@ -32,7 +32,7 @@
<D:acl>
<D:ace>
<D:principal>
-
<D:href>%globalVariableRootUserPath%</D:href>
+
<D:href>/%globalVariableServerName%%globalVariableUsersPath%</D:href>
</D:principal>
<D:grant>
<D:privilege>
1.5 +2 -2
jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/propfind/propfindAclAllR.xml
Index: propfindAclAllR.xml
===================================================================
RCS file:
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/propfind/propfindAclAllR.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- propfindAclAllR.xml 13 Aug 2002 10:32:35 -0000 1.4
+++ propfindAclAllR.xml 4 Jul 2003 11:35:03 -0000 1.5
@@ -24,7 +24,7 @@
<response>
<command>HTTP/1.0 207 Multi-Status</command>
<header>Servlet-Engine: Tomcat Web Server/3.2.1 (JSP 1.1;
Servlet 2.2; Java 1.3.0_02; Windows NT 4.0 x86; java.vendor=Sun Microsystems
Inc.)</header>
- <body
varUsage="globalVariableRootUserPath,globalVariableServerName,user,host">
+ <body
varUsage="globalVariableUsersPath,globalVariableServerName,user,host">
<?xml version="1.0" encoding="utf-8" ?>
<multistatus xmlns="DAV:" xmlns:S="http://jakarta.apache.org/slide/"
>
<response>
@@ -34,7 +34,7 @@
<acl>
<ace>
<principal>
- <href>%globalVariableRootUserPath%</href>
+
<href>/%globalVariableServerName%%globalVariableUsersPath%</href>
</principal>
<grant>
<privilege><all/></privilege>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]