mholz       2004/01/01 07:40:48

  Modified:    testsuite/testsuite/junit/xmltestcases/functional/lock/null-resources
                        lockNullCollection_SearchParent.xml
                        lockNullCollection_lockChild.xml
                        lockNullFile_SearchParent.xml
  Log:
  Add trailing slash to servlet context URL. Jetty 4.2.15 would do a redirect (302)
  from /slide to /slide/, but the test processor does not allow redirects.  According
  to RFC 2518,sec-5.2 a WebDAV server SHOULD silently add a trailing to collection,
  but is not required to do so.
  
  Revision  Changes    Path
  1.3       +1 -1      
jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/lock/null-resources/lockNullCollection_SearchParent.xml
  
  Index: lockNullCollection_SearchParent.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/lock/null-resources/lockNullCollection_SearchParent.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- lockNullCollection_SearchParent.xml       3 Nov 2003 19:22:19 -0000       1.2
  +++ lockNullCollection_SearchParent.xml       1 Jan 2004 15:40:48 -0000       1.3
  @@ -59,7 +59,7 @@
     </step>
     <step>
       <request>
  -      <command varUsage="globalVariableServerName">SEARCH 
/%globalVariableServerName% HTTP/1.1</command>
  +      <command varUsage="globalVariableServerName">SEARCH 
/%globalVariableServerName%/ HTTP/1.1</command>
         <body varUsage="globalVariableCollection,test2contentlength"><![CDATA[<?xml 
version="1.0" encoding="utf-8"?>
   <searchrequest xmlns:D="DAV:">
     <D:basicsearch>
  
  
  
  1.5       +1 -1      
jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/lock/null-resources/lockNullCollection_lockChild.xml
  
  Index: lockNullCollection_lockChild.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/lock/null-resources/lockNullCollection_lockChild.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- lockNullCollection_lockChild.xml  5 Dec 2003 16:15:41 -0000       1.4
  +++ lockNullCollection_lockChild.xml  1 Jan 2004 15:40:48 -0000       1.5
  @@ -81,7 +81,7 @@
        </step>
        <step>
                <request>
  -                     <command varUsage="globalVariableServerName">SEARCH 
/%globalVariableServerName% HTTP/1.1</command>
  +                     <command varUsage="globalVariableServerName">SEARCH 
/%globalVariableServerName%/ HTTP/1.1</command>
                        <body 
varUsage="globalVariableCollection,test2contentlength"><![CDATA[<?xml version="1.0" 
encoding="utf-8"?>
   <searchrequest xmlns:D="DAV:">
     <D:basicsearch>
  
  
  
  1.3       +1 -1      
jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/lock/null-resources/lockNullFile_SearchParent.xml
  
  Index: lockNullFile_SearchParent.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/lock/null-resources/lockNullFile_SearchParent.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- lockNullFile_SearchParent.xml     3 Nov 2003 19:22:19 -0000       1.2
  +++ lockNullFile_SearchParent.xml     1 Jan 2004 15:40:48 -0000       1.3
  @@ -59,7 +59,7 @@
     </step>
     <step>
       <request>
  -      <command varUsage="globalVariableServerName">SEARCH 
/%globalVariableServerName% HTTP/1.1</command>
  +      <command varUsage="globalVariableServerName">SEARCH 
/%globalVariableServerName%/ HTTP/1.1</command>
         <body varUsage="globalVariableCollection,test2contentlength"><![CDATA[<?xml 
version="1.0" encoding="utf-8"?>
   <searchrequest xmlns:D="DAV:">
     <D:basicsearch>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to