nacho       01/09/22 19:56:32

  Modified:    src/tests/webpages/WEB-INF test-tomcat.xml
  Log:
  Another test that fails on IIS 5.0, returns the ROOT index page,
  instead of 403 status
  
  Revision  Changes    Path
  1.46      +2 -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.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- test-tomcat.xml   2001/09/22 21:16:28     1.45
  +++ test-tomcat.xml   2001/09/23 02:56:32     1.46
  @@ -16,7 +16,7 @@
           early tests.
       -->
   
  -     <property name="revision" value="$Revision: 1.45 $" />  
  +     <property name="revision" value="$Revision: 1.46 $" />  
        <property name="host" value="127.0.0.1" />
        <property name="port"     value="8080" />
        <property name="colonPort" value=":${port}" />
  @@ -1281,6 +1281,7 @@
         <gtest description="This URL should return 403 Forbidden"
              request="GET /%252e%252e/%252e%252e/%00.jsp HTTP/1.0"
              returnCode="${http.protocol} 40" 
  +           unless="not.standalone"
         />
   
         <gtest description="This URL should return 403 Forbidden"
  
  
  

Reply via email to