juergen 2002/11/28 06:06:25
Modified:
testsuite/testsuite/junit/xmltestcases/ACL/functional/AccessControlMethods/ACLExamples
ACLGrantReadACLDenyReadACL.xml
Log:
fixed response (eckehard)
Revision Changes Path
1.8 +12 -13
jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/AccessControlMethods/ACLExamples/ACLGrantReadACLDenyReadACL.xml
Index: ACLGrantReadACLDenyReadACL.xml
===================================================================
RCS file:
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/AccessControlMethods/ACLExamples/ACLGrantReadACLDenyReadACL.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ACLGrantReadACLDenyReadACL.xml 6 Nov 2002 13:20:14 -0000 1.7
+++ ACLGrantReadACLDenyReadACL.xml 28 Nov 2002 14:06:25 -0000 1.8
@@ -80,19 +80,18 @@
<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">
- <?xml version="1.0" encoding="utf-8" ?>
- <multistatus xmlns="DAV:" xmlns:D="http://jakarta.apache.org/slide/"
>
- <D:response>
- <D:href>/taminowebdavserver/mycoll/test</D:href>
- <D:propstat>
- <D:prop>
- <D:acl />
- </D:prop>
- <D:status>HTTP/1.1 403 Forbidden</D:status>
- </D:propstat>
- </D:response>
- </multistatus>
+ <body
varUsage="globalVariableRootUserPath,globalVariableServerName,globalVariableCollection,user,host"><![CDATA[<?xml
version="1.0" encoding="utf-8" ?>
+ <multistatus xmlns="DAV:" xmlns:D="http://jakarta.apache.org/slide/" >
+ <D:response>
+ <D:href>/%globalVariableServerName%/%globalVariableCollection%/test</D:href>
+ <D:propstat>
+ <D:prop>
+ <D:acl/>
+ </D:prop>
+ <D:status>HTTP/1.1 403 Forbidden</D:status>
+ </D:propstat>
+ </D:response>
+ </multistatus>]]>
</body>
</response>
</step>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>