Re: RFR: 8004488 wrong permissions checked in krb5

2014-10-08 Thread Wang Weijun
Code change looks fine. Thanks Max On Oct 8, 2014, at 16:27, Seán Coffey wrote: > Ping. > > regards, > Sean. > > On 02/10/2014 17:34, Seán Coffey wrote: >> I'm looking to backport this fix to JDK 7u code line. The fix applies pretty >> much as is with the JDK 8 fix with the exception of not

Re: RFR: 8004488 wrong permissions checked in krb5

2014-10-08 Thread Seán Coffey
Ping. regards, Sean. On 02/10/2014 17:34, Seán Coffey wrote: I'm looking to backport this fix to JDK 7u code line. The fix applies pretty much as is with the JDK 8 fix with the exception of not having to deal with a ServiceCreds tgt variable (Krb5Util.java) which was only introduced in JDK 8

RFR: 8004488 wrong permissions checked in krb5

2014-10-02 Thread Seán Coffey
I'm looking to backport this fix to JDK 7u code line. The fix applies pretty much as is with the JDK 8 fix with the exception of not having to deal with a ServiceCreds tgt variable (Krb5Util.java) which was only introduced in JDK 8 for : 6355584: Introduce constrained Kerberos delegation bug :