larryi      01/02/28 12:35:16

  Modified:    src/tests/webpages/WEB-INF test-tomcat.xml
  Log:
  Was testing with Tomcat 3.2 and forgot to update the cookie which
  Tomcat 3.3 uses.
  
  Revision  Changes    Path
  1.25      +2 -2      jakarta-tomcat/src/tests/webpages/WEB-INF/test-tomcat.xml
  
  Index: test-tomcat.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/tests/webpages/WEB-INF/test-tomcat.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- test-tomcat.xml   2001/02/23 21:45:46     1.24
  +++ test-tomcat.xml   2001/02/28 20:35:15     1.25
  @@ -16,7 +16,7 @@
           early tests.
       -->
   
  -     <property name="revision" value="$Revision: 1.24 $" />  
  +     <property name="revision" value="$Revision: 1.25 $" />  
        <property name="host" value="127.0.0.1" />
        <property name="port"     value="8080" />
        <property name="outputType"     value="text" />
  @@ -445,7 +445,7 @@
             <httpRequest path="/test/servlet/dispatch.IncludeJspWithSession HTTP/1.0" 
/>
             <httpStatusMatch match="200" />
             <responseMatch match="This is an inner file"/>
  -          <headerMatch name="Set-Cookie2" value="JSESSIONID=" />
  +          <headerMatch name="Set-Cookie" value="JSESSIONID=" />
         </httpClient>
   
       </target>
  
  
  

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

Reply via email to