FELIX-769 Service property now set with actual HTTP and HTTPS ports used. Default service property names are same as OSGi config properties for these values:
"org.osgi.service.http.port"
"org.osgi.service.http.port.secure"
These can be overridden with alternative service property names using the following properties:
"org.apache.felix.http.svcprop.port"
"org.apache.felix.http.svcprop.port.secure"
e.g.
org.apache.felix.http.svcprop.port=http.port
org.apache.felix.http.svcprop.port.secure=https.port
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@706552 13f79535-47bb-0310-9956-ffa450edef68
1 file changed