-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MJAVADOC-565] Make proxy configuration properly work for both HTTP a…
…nd HTTPS Javadoc uses URLConnection to retrieve external resources, thus one has to configure proxies for HTTP *and* for HTTPS. Apply the following logic to set proxies properly: * Iterate over all proxies and collect active (first) ones for HTTP and HTTPS * If HTTPS is availabe, use it for HTTPS as well as for non proxy hosts, but if and only if proxy for HTTP is not available * Else use HTTP proxy for both HTTP and HTTPS if HTTPS hasn't been set Additionally, *.proxyUser and *.proxyPassword have been removed. These properties aren't read by Java's URLConnection. This feature exists in Apache HttpClient only. This closes #17
- Loading branch information
Showing
4 changed files
with
1,404 additions
and
1,469 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.