Details
-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b75
Description
jdk8 has java.util.Base64 to define a standard API for base64 encoding/decoding. It would be good to investigate whether this API could be used in the HTTP protocol handler authenticators ( in place of sun.misc.BASE64Encoder/Decoder ).
Attachments
Issue Links
- relates to
-
JDK-8005406 HTTP server implementation should use Base64 API
- Resolved
-
JDK-8006568 HTTP protocol handler NLTM Authentication should use Base64 API
- Resolved