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

                 Key: GERONIMO-5567
                 URL: https://issues.apache.org/jira/browse/GERONIMO-5567
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: Jetty
    Affects Versions: 3.0
            Reporter: David Jencks
            Assignee: David Jencks
             Fix For: 3.0


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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to