You are viewing a plain text version of this content. The canonical link for it is here.
Posted to watchdog-dev@jakarta.apache.org by mo...@apache.org on 2002/07/24 19:53:23 UTC

cvs commit: jakarta-watchdog-4.0/latka-scratch/src/distribution/tests servlet-tests.web.xml

morgand     2002/07/24 10:53:23

  Modified:    latka-scratch/src/distribution/tests servlet-tests.web.xml
  Log:
  fixed mapping for error pages
  
  Revision  Changes    Path
  1.2       +4 -4      jakarta-watchdog-4.0/latka-scratch/src/distribution/tests/servlet-tests.web.xml
  
  Index: servlet-tests.web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog-4.0/latka-scratch/src/distribution/tests/servlet-tests.web.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- servlet-tests.web.xml	23 Jul 2002 20:02:29 -0000	1.1
  +++ servlet-tests.web.xml	24 Jul 2002 17:53:23 -0000	1.2
  @@ -8890,7 +8890,7 @@
       
       <exception-type>java.lang.ArithmeticException</exception-type>
       
  -    <location>/ServletErrorPage</location>
  +    <location>/tests/javax_servlet/Error/ServletErrorPage</location>
       
     
     </error-page>
  @@ -8899,7 +8899,7 @@
       
       <error-code>501</error-code>
       
  -    <location>/ServletErrorPage</location>
  +    <location>/tests/javax_servlet/Error/ServletErrorPage</location>
       
     
     </error-page>
  @@ -8908,7 +8908,7 @@
       
       <error-code>502</error-code>
       
  -    <location>/JSPErrorPage</location>
  +    <location>/tests/javax_servlet/Error/JSPErrorPage</location>
       
     
     </error-page>
  @@ -8926,7 +8926,7 @@
       
       <exception-type>java.lang.ArrayIndexOutOfBoundsException</exception-type>
       
  -    <location>/JSPErrorPage</location>
  +    <location>/tests/javax_servlet/Error/JSPErrorPage</location>
       
     
     </error-page>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>