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