larryi      01/07/20 10:43:25

  Modified:    src/tests/webpages/WEB-INF test-tomcat.xml
  Log:
  Add test to insure normal ";jsessionid" works as expected.
  
  Revision  Changes    Path
  1.39      +7 -1      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.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- test-tomcat.xml   2001/07/20 04:28:16     1.38
  +++ test-tomcat.xml   2001/07/20 17:43:25     1.39
  @@ -16,7 +16,7 @@
           early tests.
       -->
   
  -     <property name="revision" value="$Revision: 1.38 $" />  
  +     <property name="revision" value="$Revision: 1.39 $" />  
        <property name="host" value="127.0.0.1" />
        <property name="port"     value="8080" />
        <property name="outputType"     value="text" />
  @@ -1211,6 +1211,12 @@
                      method="GET" />
             <httpStatusMatch match="200"/>
             <responseMatch match="getRequestURI: /test/js%70/ShowPathInfo.jsp"/>
  +      </httpClient>
  +      <httpClient >
  +          <httpRequest path="/test/jsp/ShowPathInfo.jsp;jsessionid=123" 
  +                   method="GET" />
  +          <httpStatusMatch match="200"/>
  +          <responseMatch match="getRequestURI: /test/jsp/ShowPathInfo.jsp"/>
         </httpClient>
      </target>
   
  
  
  

Reply via email to