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/branches/4.5.x@1762114 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
baf7e10e78
commit
07fe1b7cdb
|
@ -67,6 +67,10 @@
|
|||
name="%proxy.exceptions.name"
|
||||
description="%proxy.exceptions.description" />
|
||||
|
||||
<AD id="webconsole.configurationFactory.nameHint"
|
||||
type="String"
|
||||
default="{proxy.host}:{proxy.port} (enabled = {proxy.enabled})"/>
|
||||
|
||||
</OCD>
|
||||
|
||||
<Designate pid="org.apache.http.proxyconfigurator" factoryPid="org.apache.http.proxyconfigurator">
|
||||
|
|
Loading…
Reference in New Issue