juergen 2002/08/12 03:54:19
Modified: testsuite/testsuite/junit/xmltestcases/ACL/functional/Principle/Read
ACLdenyReadACLInheritance2Head4Propfind2Get3Col.xml
Log:
fixed added child prop to response (eckehard)
Revision Changes Path
1.6 +23 -1
jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/Principle/Read/ACLdenyReadACLInheritance2Head4Propfind2Get3Col.xml
Index: ACLdenyReadACLInheritance2Head4Propfind2Get3Col.xml
===================================================================
RCS file:
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/Principle/Read/ACLdenyReadACLInheritance2Head4Propfind2Get3Col.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ACLdenyReadACLInheritance2Head4Propfind2Get3Col.xml 9 Aug 2002 12:30:02
-0000 1.5
+++ ACLdenyReadACLInheritance2Head4Propfind2Get3Col.xml 12 Aug 2002 10:54:19
-0000 1.6
@@ -144,7 +144,29 @@
<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,userNumber,globalVariableServerName"><?xml
version="1.0" encoding="utf-8" ?><multistatus xmlns="DAV:"
xmlns:S="http://jakarta.apache.org/slide/"
><response><href>/%globalVariableServerName%/%globalVariableCollection%/test1/test2/test3</href><propstat><prop><displayname>test3</displayname></prop><status>HTTP/1.1
200 OK</status></propstat></response></multistatus></body>
+ <body
varUsage="globalVariableCollection,userNumber,globalVariableServerName">
+ <![CDATA[<?xml version="1.0" encoding="UTF-8"?>
+ <D:multistatus xmlns:D="DAV:">
+ <D:response>
+
<D:href>/%globalVariableServerName%/%globalVariableCollection%/test1/test2/test3</D:href>
+ <D:propstat>
+ <D:prop>
+ <D:displayname>test3</D:displayname>
+ </D:prop>
+ <D:status>HTTP/1.1 200 OK</D:status>
+ </D:propstat>
+ </D:response>
+ <D:response>
+
<D:href>/%globalVariableServerName%/%globalVariableCollection%/test1/test2/test3/test.xml</D:href>
+ <D:propstat>
+ <D:prop>
+ <D:displayname>test.xml</D:displayname>
+ </D:prop>
+ <D:status>HTTP/1.1 200 OK</D:status>
+ </D:propstat>
+ </D:response>
+ </D:multistatus>]]>
+ </body>
</response>
</step>
<step>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>