Message: The following issue has been closed.
--------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/CACTUS-42 Here is an overview of the issue: --------------------------------------------------------------------- Key: CACTUS-42 Summary: servlet-mapping is appended in web.xml on each run of the test Type: Bug Status: Closed Priority: Blocker Resolution: CANNOT REPRODUCE Project: Cactus Components: Eclipse Integration Fix Fors: 1.5-beta1 Assignee: Christopher Lenz Reporter: Kumar pandey Created: Sun, 11 May 2003 10:36 PM Updated: Sat, 17 Apr 2004 8:37 AM Environment: Operating System: Windows XP Platform: PC Description: When the Servlet test is run via Eclipse Plugin, The following servlet-mapping entry gets enrered each time the test is run. So after a while there are numerous such entries in the web.xml file <servlet-mapping> <servlet-name>ServletRedirector</servlet-name> <url-pattern>/ServletRedirector</url-pattern> </servlet-mapping> <servlet-mapping> <servlet-name>JspRedirector</servlet-name> <url-pattern>/JspRedirector</url-pattern> </servlet-mapping> --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
