[ 
https://issues.apache.org/jira/browse/FELIX-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12762350#action_12762350
 ] 

Sten Roger Sandvik commented on FELIX-1704:
-------------------------------------------

Version 1.0.1 (and 1.0.0) has two properties to be able to set which properties 
should be exported. This has default values:

org.apache.felix.http.svcprop.port = org.osgi.service.http.port
org.apache.felix.http.svcprop.port.secure = org.osgi.service.http.port.secure

This is probably not necessary. Maybe it's better to just "hardcode" what 
properties are exported with the service so it's a well known name. Example:

org.osgi.service.http.port = 8080
org.osgi.service.http.port.secure = 4040


> Support for port as service properties
> --------------------------------------
>
>                 Key: FELIX-1704
>                 URL: https://issues.apache.org/jira/browse/FELIX-1704
>             Project: Felix
>          Issue Type: Improvement
>          Components: HTTP Service
>    Affects Versions: http-2.0.2
>            Reporter: Sten Roger Sandvik
>            Assignee: Sten Roger Sandvik
>             Fix For: http-2.0.4
>
>
> Support assigned port in Jetty as service property. Both secure and non 
> secure. Use the same logic as in old Jetty http service 1.0.1.
> * org.apache.felix.http.svcprop.port
> * org.apache.felix.http.svcprop.port.secure

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

Reply via email to