You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Ben Peter (JIRA)" <ji...@apache.org> on 2013/09/25 19:38:10 UTC

[jira] [Created] (SLING-3119) Startup Filter: move to HTTP filter to prevent authentication before startup has completed

Ben Peter created SLING-3119:
--------------------------------

             Summary: Startup Filter: move to HTTP filter to prevent authentication before startup has completed
                 Key: SLING-3119
                 URL: https://issues.apache.org/jira/browse/SLING-3119
             Project: Sling
          Issue Type: Bug
          Components: Extensions
            Reporter: Ben Peter
            Priority: Minor


The current {{StartupFilter}} implementation is a Sling filter which prevents requests from being processed only after all HTTP filters have been called and authentication has been handled.
Making this an HTTP filter registered with the Felix {{ExtHttpService}} would answer requests with 503 much earlier.
Such a filter must still allow access to {{felix.webconsole.manager.root}}, typically {{/system/console}}

--
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