juergen 2002/07/04 07:17:10
Modified: testsuite/testsuite/junit/xmltestcases/ACL/functional/propfind
propfindAclAllC.xml
Log:
no message
Revision Changes Path
1.2 +37 -26
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.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- propfindAclAllC.xml 24 Jun 2002 11:24:41 -0000 1.1
+++ propfindAclAllC.xml 4 Jul 2002 14:17:10 -0000 1.2
@@ -39,32 +39,43 @@
<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="globalVariableCollection,globalVariableServerName">
- <?xml version="1.0" encoding="utf-8" ?>
- <multistatus xmlns="DAV:" xmlns:S="http://jakarta.apache.org/slide/"
>
- <response>
-
<href>/%globalVariableServerName%/%globalVariableCollection%</href>
- <propstat>
- <prop>
- <acl>
- <ace>
- <principal>
-
<href>/%globalVariableServerName%/administration/security/users</href>
- </principal>
- <grant>
- <privilege><all/></privilege>
- </grant>
- <protected/>
- <inherited>
- <href>/%globalVariableServerName%/</href>
- </inherited>
- </ace>
- </acl>
- </prop>
- <status>HTTP/1.1 200 OK</status>
- </propstat>
- </response>
- </multistatus>
+ <body
varUsage="globalVariableCollection,userNumber,globalVariableServerName"><![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:acl>
+ <D:ace>
+ <D:principal>
+ <D:all />
+ </D:principal>
+ <D:grant>
+ <D:privilege>
+ <D:all />
+ </D:privilege>
+ </D:grant>
+ </D:ace>
+ <D:ace>
+ <D:principal>
+
<D:href>/%globalVariableServerName%/administration/security/users</D:href>
+ </D:principal>
+ <D:grant>
+ <D:privilege>
+ <D:all />
+ </D:privilege>
+ </D:grant>
+ <D:protected />
+ <D:inherited>
+
<D:href>/%globalVariableServerName%/</D:href>
+ </D:inherited>
+ </D:ace>
+ </D:acl>
+ </D:prop>
+ <D:status>HTTP/1.1 200 OK</D:status>
+ </D:propstat>
+ </D:response>
+</D:multistatus>]]>
</body>
</response>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>