morgand 2002/07/25 13:16:51
Modified: latka-scratch/src/distribution/tests servlet-compat.web.xml
Log:
typo - mapped to wrong servlet
Revision Changes Path
1.2 +1 -1
jakarta-watchdog-4.0/latka-scratch/src/distribution/tests/servlet-compat.web.xml
Index: servlet-compat.web.xml
===================================================================
RCS file:
/home/cvs/jakarta-watchdog-4.0/latka-scratch/src/distribution/tests/servlet-compat.web.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- servlet-compat.web.xml 23 Jul 2002 20:02:29 -0000 1.1
+++ servlet-compat.web.xml 25 Jul 2002 20:16:51 -0000 1.2
@@ -25,7 +25,7 @@
</servlet-mapping>
<servlet-mapping>
<servlet-name>WithoutLeadingSlashTest</servlet-name>
- <url-pattern>tests/compat/WithLeadingSlashTestServlet</url-pattern>
+ <url-pattern>tests/compat/WithoutLeadingSlashTestServlet</url-pattern>
</servlet-mapping>
<session-config>
<session-timeout>54</session-timeout>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>