larryi      01/07/19 21:28:16

  Modified:    src/tests/webpages/WEB-INF test-tomcat.xml
  Log:
  Fix some descriptions
  
  Revision  Changes    Path
  1.38      +15 -15    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.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- test-tomcat.xml   2001/07/18 21:20:06     1.37
  +++ test-tomcat.xml   2001/07/20 04:28:16     1.38
  @@ -16,7 +16,7 @@
           early tests.
       -->
   
  -     <property name="revision" value="$Revision: 1.37 $" />  
  +     <property name="revision" value="$Revision: 1.38 $" />  
        <property name="host" value="127.0.0.1" />
        <property name="port"     value="8080" />
        <property name="outputType"     value="text" />
  @@ -1220,12 +1220,12 @@
              returnCode="${http.protocol} 404" 
         />
   
  -      <gtest description="This URL should return 404 Not Found"
  +      <gtest description="This URL should return 403 Forbidden"
              request="GET /test/jsp/HelloWorld.jsp%2E HTTP/1.0"
              returnCode="${http.protocol} 403" 
         />
   
  -      <gtest description="This URL should return 404 Not Found"
  +      <gtest description="This URL should return 403 Forbidden"
              request="GET /test/jsp/HelloWorld.jsp%252E HTTP/1.0"
              returnCode="${http.protocol} 403" 
         />
  @@ -1235,12 +1235,12 @@
              returnCode="${http.protocol} 404" 
         />
   
  -      <gtest description="This URL should return 404 Not Found"
  +      <gtest description="This URL should return 403 Forbidden"
              request="GET /test/jsp/HelloWorld.jsp%5C HTTP/1.0"
              returnCode="${http.protocol} 403" 
         />
   
  -      <gtest description="This URL should return 404 Not Found"
  +      <gtest description="This URL should return 403 Forbidden"
              request="GET /test/jsp/HelloWorld.jsp%255C HTTP/1.0"
              returnCode="${http.protocol} 403" 
         />
  @@ -1250,7 +1250,7 @@
              returnCode="${http.protocol} 404" 
         />
   
  -      <gtest description="This URL should return 404 Not Found"
  +      <gtest description="This URL should return 403 Forbidden"
              request="GET /test/jsp/HelloWorld.jsp%2520 HTTP/1.0"
              returnCode="${http.protocol} 403" 
         />
  @@ -1260,31 +1260,31 @@
              returnCode="${http.protocol} 404" 
         />
   
  -      <gtest description="This URL should return 404 Not Found"
  +      <gtest description="This URL should return 403 Forbidden"
              request="GET /%2e%2e/%2e%2e/%00.jsp HTTP/1.0"
              returnCode="${http.protocol} 403" 
         />
   
  -      <gtest description="This URL should return 404 Not Found"
  +      <gtest description="This URL should return 403 Forbidden"
              request="GET /%252e%252e/%252e%252e/%00.jsp HTTP/1.0"
              returnCode="${http.protocol} 403" 
         />
   
  -      <gtest description="This URL should return 404 Not Found"
  +      <gtest description="This URL should return 403 Forbidden"
              request="GET /%2e%2e/%2e%2e/%5cLICENSE%00.jsp HTTP/1.0"
              returnCode="${http.protocol} 403" 
         />
   
  -      <gtest description="This URL should return 404 Not Found"
  +      <gtest description="This URL should return 403 Forbidden"
              request="GET /%2e%2e/%2e%2e/%5cLICENSE/%00.jsp HTTP/1.0"
              returnCode="${http.protocol} 403" 
         />
   
  -      <gtest description="This URL should return 404 Not Found"
  +      <gtest description="This URL should return 403 Forbidden"
              request="GET /%252e%252e/%252e%252e/%5cLICENSE%00.jsp HTTP/1.0"
              returnCode="${http.protocol} 403" 
         />
  -      <gtest description="This URL should return 404 Not Found"
  +      <gtest description="This URL should return 403 Forbidden"
              request="GET /%252e%252e/%252e%252e/%5cLICENSE/%00.jsp HTTP/1.0"
              returnCode="${http.protocol} 403" 
         />
  @@ -1295,16 +1295,16 @@
              goldenFile="${gdir}/HelloWorld.txt"
         />
   
  -      <gtest description="This URL should return 404 Not Found"
  +      <gtest description="This URL should return 403 Forbidden"
              request="GET /test/jsp/HelloWorld.js%2570 HTTP/1.0"
              returnCode="${http.protocol} 403" 
         />
  -      <gtest description="This URL should return HTML, not JSP source"
  +      <gtest description="This URL should return 403 Forbidden"
              request="GET /test/jsp/HelloWorld%2Ejsp HTTP/1.0"
              returnCode="${http.protocol} 403" 
         />
   
  -      <gtest description="This URL should return 404 Not Found"
  +      <gtest description="This URL should return 403 Forbidden"
              request="GET /test/jsp/HelloWorld%252Ejsp HTTP/1.0"
              returnCode="${http.protocol} 403" 
         />
  
  
  

Reply via email to