RE: On stream-based GSSContext methods in RFC 5653

2015-03-20 Thread Thomas Maslen
My personal 0.02. First, my overall reaction to this is pretty much the same as my reaction to the GSSException change proposed in the rfc5653bis draft: I believe that this aspect of 2853 / 5653 isn't broken and so I'm leery of "fixing" it -- but I don't feel strongly about it and I don't real

[9] RFR: 7194452: Remove "Reverse" PKIX CertPathBuilder implementation

2015-03-20 Thread Jason Uh
Please review this change to remove the "Reverse" CertPathBuilder mode, which has never been supported and is undocumented. webrev: http://cr.openjdk.java.net/~juh/7194452/00/ bug: https://bugs.openjdk.java.net/browse/JDK-7194452 Thanks, Jason

Re: Code review of JDK-8072385, Only the first DNSName entry is checked for endpoint identification

2015-03-20 Thread Jamil Nimeh
Hi Xuelei, this looks good to me. --Jamil On 3/9/2015 10:52 PM, Xuelei Fan wrote: On 3/10/2015 12:27 PM, Jamil Nimeh wrote: Hi Xuelei, I can't be an official reviewer, but I did look over the code and it looks pretty good to me. I think it is OK to push if you reviewed the code. I did have

Re: RFR 8047789: auth.login.LoginContext needs to be updated to work with modules

2015-03-20 Thread Mandy Chung
On 3/20/15 7:39 AM, Wang Weijun wrote: Please review the code changes at http://cr.openjdk.java.net/~weijun/8047789/webrev.03/ It looks okay to me. Removing some use of reflection seems a good thing. One observation: invoke(String methodName) now calls the method statically and the imple

Re: RFR 8047789: auth.login.LoginContext needs to be updated to work with modules

2015-03-20 Thread Alan Bateman
On 20/03/2015 14:39, Wang Weijun wrote: Please review the code changes at http://cr.openjdk.java.net/~weijun/8047789/webrev.03/ LoginContext is updated to use ServiceLoader to load configured LoginModules, and fallback to reflection if it cannot find one. Please notice that the fix does n

RFR 8047789: auth.login.LoginContext needs to be updated to work with modules

2015-03-20 Thread Wang Weijun
Please review the code changes at http://cr.openjdk.java.net/~weijun/8047789/webrev.03/ LoginContext is updated to use ServiceLoader to load configured LoginModules, and fallback to reflection if it cannot find one. Please notice that the fix does not include configuration of existing LoginM

Re: [9] request for review: 8048147: Privilege tests with JAAS Subject.doAs

2015-03-20 Thread Artem Smotrakov
Yes, please push it. 8048147: Privilege tests with JAAS Subject.doAs Reviewed-by: weijun My username is asmotrak http://openjdk.java.net/census#asmotrak Artem On 03/20/2015 10:38 AM, Wang Weijun wrote: I see no problem now. Would you like me to push it for you? Please provide me the changes

Re: [9] request for review: 8048147: Privilege tests with JAAS Subject.doAs

2015-03-20 Thread Wang Weijun
I see no problem now. Would you like me to push it for you? Please provide me the changeset comment you want to use. Thanks Max > On Mar 20, 2015, at 14:49, Artem Smotrakov wrote: > > Hi Max, > > Please see inline. > > On 03/19/2015 05:33 PM, Wang Weijun wrote: >> This looks fine. >> >> On