You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "David Jencks (JIRA)" <ji...@apache.org> on 2007/06/25 19:32:25 UTC

[jira] Created: (GERONIMO-3260) JettyFilterMapping needs to allow its servlets to start after it does

JettyFilterMapping needs to allow its servlets to start after it does
---------------------------------------------------------------------

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


JettyFilterMapping may be started before the servlets that it depends on are added to its reference collection.  So, it needs to respond to add/remove events and update jetty appropriately.

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


[jira] Closed: (GERONIMO-3260) JettyFilterMapping needs to allow its servlets to start after it does

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-3260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Jencks closed GERONIMO-3260.
----------------------------------

    Resolution: Fixed

Fixed in rev 550559.

> JettyFilterMapping needs to allow its servlets to start after it does
> ---------------------------------------------------------------------
>
>                 Key: GERONIMO-3260
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3260
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Jetty
>    Affects Versions: 2.0-M6
>            Reporter: David Jencks
>            Assignee: David Jencks
>             Fix For: 2.0-M7
>
>
> JettyFilterMapping may be started before the servlets that it depends on are added to its reference collection.  So, it needs to respond to add/remove events and update jetty appropriately.

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