[9] RFR 8137174: NTLM impl should use doPrivileged when it reads system properties

Artem Smotrakov artem.smotrakov at oracle.com
Wed Sep 30 10:11:45 UTC 2015


Hello,

Please review this small fix which updates NTLM implementation to use 
doPrivileged() methods when it reads system properties. Currently it 
requires property permissions to read "ntlm.debug" and "ntlm.version" 
system properties. Also added a test which runs NTLM auth if security 
manager is set.

Webrev: http://cr.openjdk.java.net/~asmotrak/8137174/webrev.00/
Bug: https://bugs.openjdk.java.net/browse/JDK-8137174

Artem


More information about the net-dev mailing list