HTTPCLIENT-1771: improve OSGi webconsole display for org.apache.http.proxyconfigurator
Contributed by Julian Sedding <jsedding at apache.org> git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1762116 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3ca9ff6a1b
commit
faf00d87f6
|
@ -67,6 +67,10 @@
|
||||||
name="%proxy.exceptions.name"
|
name="%proxy.exceptions.name"
|
||||||
description="%proxy.exceptions.description" />
|
description="%proxy.exceptions.description" />
|
||||||
|
|
||||||
|
<AD id="webconsole.configurationFactory.nameHint"
|
||||||
|
type="String"
|
||||||
|
default="{proxy.host}:{proxy.port} (enabled = {proxy.enabled})"/>
|
||||||
|
|
||||||
</OCD>
|
</OCD>
|
||||||
|
|
||||||
<OCD id="org.apache.hc.client5.http.trustedhosts"
|
<OCD id="org.apache.hc.client5.http.trustedhosts"
|
||||||
|
|
Loading…
Reference in New Issue