Closed conniey closed 5 years ago
@JamesBirdsall I updated it. How does it look now? 🤔
@JamesBirdsall I can't merge this PR. :( I'm not an authorized user. Would you mind merging it? Thanks! I tested it on the squid proxy and it works! :)
[Edit]: Also, I have another PR after this.. unrelated to Proxy configuration, but DatatypeConverter
is removed in JDK 11, so I wanted to make this future proof by replacing it.
Adds support for proxy configuration:
ProxyConfiguration.SYSTEM_DEFAULTS
constant. (This is the existing behaviour.)ProxyAuthenticationType.BASIC
orProxyAuthenticationType.DIGEST
and authentication is not required.Miscellaneous changes:
TODO: