[
https://issues.apache.org/jira/browse/FELIX-5767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16340661#comment-16340661
]
Carsten Ziegeler commented on FELIX-5767:
-----------------------------------------
I think this is a wording problem, "any" in this case is intended to not mean
"all" but "one of the provided ones, without further control to which of them"
> Webconsole binds only to a single HTTP context
> ----------------------------------------------
>
> Key: FELIX-5767
> URL: https://issues.apache.org/jira/browse/FELIX-5767
> Project: Felix
> Issue Type: Bug
> Components: Web Console
> Affects Versions: webconsole-4.2.18, webconsole-4.3.4
> Reporter: Jörg Hoh
> Priority: Major
>
> I want my application to be reachable by 2 different ways:
> * localhost via http (for easy maintenance)
> * on network interfaces only via https
> Therefor I created 2 different HTTP contexts, configured them accordingly and
> everything worked fine. But the webconsole was reachable only via 1 context.
> The description for the property "http.service.filter" of the "Apache Felix
> OSGI Management console" component states:
> {code}
> By default (if this property is not set or set to an emptystring) the Web
> Console binds with any Http Service available.
> {code}
> This doesn't seem to be the case. Also checking the code make me think, that
> the webconsole is only bound to a single (random) http context by default.
> But I need the webconsole reachable via more than 1 http context.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)