juergen 2002/07/31 00:17:04
Modified: testsuite/testsuite/junit/xmltestcases/DASL/functional/select/DAV
selectDefinedProperties.xml
Log:
if running in an authentificated environment, the locking user is the
authentificated user.
Revision Changes Path
1.2 +3 -3
jakarta-slide/testsuite/testsuite/junit/xmltestcases/DASL/functional/select/DAV/selectDefinedProperties.xml
Index: selectDefinedProperties.xml
===================================================================
RCS file:
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/DASL/functional/select/DAV/selectDefinedProperties.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- selectDefinedProperties.xml 19 Jun 2002 08:08:18 -0000 1.1
+++ selectDefinedProperties.xml 31 Jul 2002 07:17:04 -0000 1.2
@@ -58,7 +58,7 @@
<response>
<command>HTTP/1.0 200 OK</command>
<header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1;
Servlet 2.2; Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems
Inc.)</header>
- <body varUsage ="globalVariableServerName"><![CDATA[<?xml
version="1.0" encoding="utf-8" ?><d:prop
xmlns:d="DAV:"><d:lockdiscovery><d:activelock><d:locktype><d:write/></d:locktype><d:lockscope><d:exclusive/></d:lockscope><d:depth>infinity</d:depth><d:owner>/%globalVariableServerName%/administration/security/users</d:owner><d:timeout>Second-604800</d:timeout><d:locktoken><d:href></d:href></d:locktoken></d:activelock></d:lockdiscovery></d:prop>]]>
+ <body varUsage
="globalVariableServerName,host,user"><![CDATA[<?xml version="1.0" encoding="utf-8"
?><d:prop
xmlns:d="DAV:"><d:lockdiscovery><d:activelock><d:locktype><d:write/></d:locktype><d:lockscope><d:exclusive/></d:lockscope><d:depth>infinity</d:depth><d:owner>/%globalVariableServerName%/administration/security/users/%host%/%user%</d:owner><d:timeout>Second-604800</d:timeout><d:locktoken><d:href></d:href></d:locktoken></d:activelock></d:lockdiscovery></d:prop>]]>
</body>
</response>
</step>
@@ -147,7 +147,7 @@
<response>
<command>HTTP/1.0 207 Multi-Status</command>
- <body
varUsage="globalVariableCollection,globalVariableServerName,testresourcecontentlength"><![CDATA[<?xml
version="1.0" encoding="UTF-8"?>
+ <body
varUsage="globalVariableCollection,globalVariableServerName,testresourcecontentlength,host,user"><![CDATA[<?xml
version="1.0" encoding="UTF-8"?>
<D:multistatus xmlns:D="DAV:">
<D:response>
<D:href>/%globalVariableServerName%/%globalVariableCollection%/test.xml</D:href>
@@ -169,7 +169,7 @@
<exclusive />
</lockscope>
<depth>infinity</depth>
-
<owner>/%globalVariableServerName%/administration/security/users</owner>
+
<owner>/%globalVariableServerName%/administration/security/users/%host%/%user%</owner>
<timeout>*</timeout>
<locktoken>
<href>*</href>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>