You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Bertrand Delacretaz (JIRA)" <ji...@apache.org> on 2012/09/18 08:57:07 UTC

[jira] [Created] (SLING-2601) StartupFilter needs more robust StartupFilterDisabler detection

Bertrand Delacretaz created SLING-2601:
------------------------------------------

             Summary: StartupFilter needs more robust StartupFilterDisabler detection
                 Key: SLING-2601
                 URL: https://issues.apache.org/jira/browse/SLING-2601
             Project: Sling
          Issue Type: Bug
          Components: Extensions
            Reporter: Bertrand Delacretaz
            Priority: Minor


The StartupFilter from bundle org.apache.sling.startupfilter is currently disabled by the org.apache.sling.startupfilter.disabler bundle's Activator. 

If both bundles are started "simultaneously", and depending on timing, the StartupFilter might stay enabled even though the disabler's Activator has run.A more robust mechanism is needed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (SLING-2601) StartupFilter needs more robust StartupFilterDisabler detection

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

Bertrand Delacretaz resolved SLING-2601.
----------------------------------------

    Resolution: Fixed

Implemented in revision 1387008, by checking the presence of at least one StartupFilterDisabler to disable the StartupFilter, in that filter's doFilter method to be independent of startup timing.
                
> StartupFilter needs more robust StartupFilterDisabler detection
> ---------------------------------------------------------------
>
>                 Key: SLING-2601
>                 URL: https://issues.apache.org/jira/browse/SLING-2601
>             Project: Sling
>          Issue Type: Bug
>          Components: Extensions
>            Reporter: Bertrand Delacretaz
>            Priority: Minor
>
> The StartupFilter from bundle org.apache.sling.startupfilter is currently disabled by the org.apache.sling.startupfilter.disabler bundle's Activator. 
> If both bundles are started "simultaneously", and depending on timing, the StartupFilter might stay enabled even though the disabler's Activator has run.A more robust mechanism is needed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira