jira-importer commented on issue #872: URL: https://github.com/apache/maven-javadoc-plugin/issues/872#issuecomment-2957358714
**[Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)** commented I do not intend to fix Maven because this won't happen before 4.0 or 5.0, let's focus on this plugin only. > If an https proxy is configured but no http proxy is configured, why would you use that proxy for non proxy hosts? The non proxy hosts are configured per-protocol. If you're trying to connect using https, and there's an https proxy configured, and that proxy configuration specifies nonProxyHosts, and you're trying to connect to one of those hosts, you should NOT use the configured proxy. No, it won't use non-proxy hosts from http if there is no such proxy, but the javadoc(1) requires them to be passed as `-Dhttp.nonProxyHosts`. You should enquire with your JDK colleagues whether they would clean that up for Java 13 or 14. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
