[
https://issues.apache.org/jira/browse/KARAF-3348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15564993#comment-15564993
]
Grzegorz Grzybek commented on KARAF-3348:
-----------------------------------------
Karaf 3.0.1 uses pax-url 1.6.0.
Since pax-url 2.3.0 (https://ops4j1.jira.com/browse/PAXURL-293)
http-wagon-lightweight (using {{java.net.URL#openConnection()}}) was replaced
with http-wagon (using httpclient 4) and we no longer modify system properties
(like {{http.proxyHost}}/{{http.proxyPort}}).
> Looks like maven proxy settings reused for other http connections
> -----------------------------------------------------------------
>
> Key: KARAF-3348
> URL: https://issues.apache.org/jira/browse/KARAF-3348
> Project: Karaf
> Issue Type: Bug
> Affects Versions: 3.0.1, 3.0.2
> Reporter: Sergey
>
> There is http proxy specified for maven repository access in settings.xml.
> Looks like sometimes this proxy settings are reused for other outbound http
> connections made from bundles.
> There is no system properties like http.proxyHost etc specified in karaf
> startup scripts. So, I expect that there should not be any proxy settings at
> all for other bundles.
> I'm not sure this is a bug, but this is unexpected behavior.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)