Uploaded image for project: 'Cactus'
  1. Cactus
  2. CACTUS-42

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

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Cannot Reproduce
    • None
    • 1.5-beta1
    • Eclipse Integration
    • None
    • Operating System: Windows XP
      Platform: PC
    • 19831

    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>

      Attachments

        Activity

          People

            cmlenz Christopher Lenz
            kpandeyktm@yahoo.com Kumar pandey
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: