On 14/01/2013 22:24, Mark Sheppard wrote:
Hi,

Request for review of JDK-8005406, this time!

This is the second in a series of refactorings which migrate base64 support in 
various
packages to utilize the base64 support from java.util.Base64.

This is the modification of com.sun.net.httpserver.BasicAuthenticator.java
to use java.util.Base64.

This makes changes to the BasicAuthenticator class to use 
java.util.Base64.Decoder, and removes a
package private Base64 class.

webrev located at
http://cr.openjdk.java.net/~chegar/8005406

This looks good to me and great to see it changed to use java.util.Base64. Minor comment is that the import of Base64.Decoder doesn't appear to be needed.

-Alan

Reply via email to