craigmcc    01/12/11 18:26:10

  Modified:    tester/src/bin tester.xml
  Log:
  Change tester's script to check for the real result (404 not 500) on an
  invalid URL that tries to go above the context root.
  
  Revision  Changes    Path
  1.74      +1 -1      jakarta-tomcat-4.0/tester/src/bin/tester.xml
  
  Index: tester.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/tester/src/bin/tester.xml,v
  retrieving revision 1.73
  retrieving revision 1.74
  diff -u -r1.73 -r1.74
  --- tester.xml        2001/11/12 21:37:28     1.73
  +++ tester.xml        2001/12/12 02:26:10     1.74
  @@ -35,7 +35,7 @@
       <!-- Should not be able to use relative path above document root -->
       <tester host="${host}" port="${port}" protocol="HTTP/1.0"
            request="${examples.path}/../.." debug="${debug}"
  -          status="500"/>
  +          status="404"/>
   
       <!-- Should be able to successfully retrieve a golden file -->
       <tester host="${host}" port="${port}" protocol="${protocol}"
  
  
  

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

Reply via email to