JDK-8199883 : NTLM SASL mechanism missing from standard algorithm names specification
  • Type: Bug
  • Component: security-libs
  • Sub-Component: javax.security
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2018-03-20
  • Updated: 2018-03-21
  • Resolved: 2018-03-21
Related Reports
Duplicate :  
Description
NTLM should be added to the Java Security Standard Algorithm Names section for the SaslClient and SaslServer mechanisms. It is an IANA registered SASL mechanism name (see https://www.iana.org/assignments/sasl-mechanisms/sasl-mechanisms.xhtml) and the JDK includes an implementation.