You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2014/08/11 15:38:36 UTC

svn commit: r1617281 - /httpcomponents/httpclient/branches/4.3.x/httpclient-osgi/src/main/resources/OSGI-INF/metatype/metatype.xml

Author: olegk
Date: Mon Aug 11 13:38:36 2014
New Revision: 1617281

URL: http://svn.apache.org/r1617281
Log:
HTTPCLIENT-1537: OSGi metadata contains invalid default proxy port value

Modified:
    httpcomponents/httpclient/branches/4.3.x/httpclient-osgi/src/main/resources/OSGI-INF/metatype/metatype.xml

Modified: httpcomponents/httpclient/branches/4.3.x/httpclient-osgi/src/main/resources/OSGI-INF/metatype/metatype.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/branches/4.3.x/httpclient-osgi/src/main/resources/OSGI-INF/metatype/metatype.xml?rev=1617281&r1=1617280&r2=1617281&view=diff
==============================================================================
--- httpcomponents/httpclient/branches/4.3.x/httpclient-osgi/src/main/resources/OSGI-INF/metatype/metatype.xml (original)
+++ httpcomponents/httpclient/branches/4.3.x/httpclient-osgi/src/main/resources/OSGI-INF/metatype/metatype.xml Mon Aug 11 13:38:36 2014
@@ -44,7 +44,7 @@
 
     <AD id="proxy.port"
       type="Integer"
-      default=""
+      default="8080"
       name="%proxy.port.name"
       description="%proxy.port.description" />