You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Carsten Ziegeler (Jira)" <ji...@apache.org> on 2020/01/12 10:47:00 UTC

[jira] [Created] (SLING-8991) Avoid recreation of main servlet on config change

Carsten Ziegeler created SLING-8991:
---------------------------------------

             Summary: Avoid recreation of main servlet on config change
                 Key: SLING-8991
                 URL: https://issues.apache.org/jira/browse/SLING-8991
             Project: Sling
          Issue Type: Improvement
          Components: Engine
            Reporter: Carsten Ziegeler
             Fix For: Engine 2.6.24


If the main servlet is reconfigured, it is deactivated and then activated again with the new configuration. This creates unnecessary churn in the system as this affects a couple of services beeing re-registered.
We can avoid this and handle the reconfiguration within the implementation



--
This message was sent by Atlassian Jira
(v8.3.4#803005)