You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by bu...@apache.org on 2003/05/12 00:36:59 UTC

DO NOT REPLY [Bug 19831] New: - servlet-mapping is appended in web.xml on each run of the test

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19831>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19831

servlet-mapping is appended in web.xml on each run of the test 

           Summary: servlet-mapping is appended in web.xml on each run of
                    the test
           Product: Cactus
           Version: Nightly Build
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Eclipse Integration
        AssignedTo: cactus-dev@jakarta.apache.org
        ReportedBy: kpandeyktm@yahoo.com


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>

---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org