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

2015-09-30 Thread Chris Hegarty
This looks ok to me Artem. -Chris On 30/09/15 11:11, Artem Smotrakov wrote: 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" sy

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

2015-09-30 Thread Artem Smotrakov
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