You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by si...@apache.org on 2016/07/26 14:32:16 UTC

svn commit: r1754135 - /httpcomponents/httpclient/trunk/httpclient5-osgi/src/main/resources/OSGI-INF/metatype/metatype.properties

Author: simonetripodi
Date: Tue Jul 26 14:32:16 2016
New Revision: 1754135

URL: http://svn.apache.org/viewvc?rev=1754135&view=rev
Log:
HTTPCLIENT-1752 - Allow to configure the OSGI clients with relaxed SSL checks

metatype description aligned to javadoc


Modified:
    httpcomponents/httpclient/trunk/httpclient5-osgi/src/main/resources/OSGI-INF/metatype/metatype.properties

Modified: httpcomponents/httpclient/trunk/httpclient5-osgi/src/main/resources/OSGI-INF/metatype/metatype.properties
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/httpclient5-osgi/src/main/resources/OSGI-INF/metatype/metatype.properties?rev=1754135&r1=1754134&r2=1754135&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/httpclient5-osgi/src/main/resources/OSGI-INF/metatype/metatype.properties (original)
+++ httpcomponents/httpclient/trunk/httpclient5-osgi/src/main/resources/OSGI-INF/metatype/metatype.properties Tue Jul 26 14:32:16 2016
@@ -83,9 +83,9 @@ trustedhosts.enabled.name = SSL configur
 trustedhosts.enabled.description = Mark this SSL configuration be taken in consideration \
  when creating a new HTTP CLient instance.
 
-trustedhosts.trustAll.name = Trust all SSL self-signed certificates
+trustedhosts.trustAll.name = Trust all SSL certificates
 trustedhosts.trustAll.description = Allows the new HTTP Client instance to \
- blindly trust all SSL self-signed certificates.\
+ blindly trust all SSL certificates.\
  Pay attention on no enabling this feature in production environment as it is totally insecure!
 
 trustedhosts.hosts.name = Trust SSL self-signed certificates only for specified hosts