You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Dominique Jäggi (JIRA)" <ji...@apache.org> on 2016/11/23 15:11:58 UTC

[jira] [Created] (SLING-6320) New Endpoint through Connector Creation does not get updated

Dominique Jäggi created SLING-6320:
--------------------------------------

             Summary: New Endpoint through Connector Creation does not get updated
                 Key: SLING-6320
                 URL: https://issues.apache.org/jira/browse/SLING-6320
             Project: Sling
          Issue Type: Bug
          Components: Extensions
    Affects Versions: Discovery API 1.0.2
            Reporter: Dominique Jäggi


The _StandardPropertyProvider_ updates the _endpoint_ property upon the _HttpService_ being modified.

If a new endpoint is created by having a custom _org.apache.felix.http.jetty.ConnectorFactory_ that adds a _org.eclipse.jetty.server.Connector_ (e.g. to add an SSL listener), the _HttpService_ will not be modified and therefore the _StandardPropertyProvider_ not propagate the new endpoint.

The _StandardPropertyProvider_ should probably also (or only?) listen to the binding/unbinding of _Connectors_. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)