Uploaded image for project: 'Geronimo'
  1. Geronimo
  2. GERONIMO-5567

jetty servlet/filter gbeans but direct listener creation not compatible with servlet 3 startup order

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.0.0
    • 3.0.0
    • Jetty
    • Security Level: public (Regular issues)
    • None

    Description

      Programatic addition of servlets and filters needs to happen after the web.xml stuff is processed because some operations such as servletRegistration.addServletMapping() must do nothing if there is an existing mapping in the list.

      we could make the listeners gbeans or put all the web.xml info in the web app gbean. The latter would probably work for tomcat too, we'd just do the servletCOntext registration stuff directly.

      Attachments

        Activity

          People

            djencks David Jencks
            djencks David Jencks
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: