RFR: JDK-8006568 HTTP protocol handler NLTM Authentication should use Base64 API
Mark Sheppard
mark.sheppard at oracle.com
Fri Jan 18 09:17:58 PST 2013
Hi,
as part of the Base64 API refactoring activity a review is requested for
JDK-8006568 changes.
Description:
jdk8 has java.util.Base64 to define standard API. As part of a refactoring process to migrate core-libs to use this standard API, the NTLM Authentication support should be refactored to use Base64 API.
files affected are:
sun/net/www/protocol/http/ntlm/NTLMAuthentication.java
sun/net/www/protocol/http/ntlm/NTLMAuthSequence.java
and test
test/sun/net/www/protocol/http/ProxyTunnelServer.java
webrev located at:
http://cr.openjdk.java.net/~chegar/8006568/webrev.00/
regards
Mark
More information about the net-dev
mailing list