craigmcc    01/07/17 15:34:53

  Modified:    tester/src/bin tester.xml
  Log:
  With the recent change in normalizing request URIs, this path now returns a
  302 instead of a 404.
  
  Revision  Changes    Path
  1.58      +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.57
  retrieving revision 1.58
  diff -u -r1.57 -r1.58
  --- tester.xml        2001/07/13 00:48:56     1.57
  +++ tester.xml        2001/07/17 22:34:52     1.58
  @@ -35,7 +35,7 @@
       <!-- Should not be able to use relative path above document root -->
       <tester host="${host}" port="${port}" protocol="${protocol}"
            request="${examples.path}/../.." debug="${debug}"
  -          status="404"/>
  +          status="302"/>
   
       <!-- Should be able to successfully retrieve a golden file -->
       <tester host="${host}" port="${port}" protocol="${protocol}"
  
  
  

Reply via email to