[9] RFR: 8130031: Remove the intermittent keyword for this test

2015-07-21 Thread Rajan Halade
Please help me with your review for this one line fix to remove intermittent keyword. The test is pretty stable now. Bug: https://bugs.openjdk.java.net/browse/JDK-8130031 Webrev: http://cr.openjdk.java.net/~rhalade/8130031/webrev.00/ Thanks, Rajan

RFR 8132111: Do not request for addresses for forwarded TGT

2015-07-21 Thread Weijun Wang
Hi All Please review the code change at http://cr.openjdk.java.net/~weijun/8132111/webrev.00/ Java Kerberos was designed to provide the addresses of a service when requesting for a forwarded TGT. However, the field was never filled, because of a bug that the service principal does not have

RFR 8130648: JCK test api/java_security/AuthProvider/ProviderTests_login starts failing after JDK-7191662

2015-07-21 Thread Valerie Peng
Anyone can help review this? As part of 7191662, the default SunPKCS11 provider (without configuration) is created by default for non-Solaris systems. This is to help runtime configuration of custom PKCS11 providers. However, given that SunPKCS11 extends AuthProvider, JCK test would expect the

Re: RFR 8131051: KDC might issue a renewable ticket even if not requested

2015-07-21 Thread Xuelei Fan
Looks fine to me. Hm, it's an interesting behavior of KDC. Xuelei On 7/21/2015 4:12 PM, Weijun Wang wrote: > Ping again. > > Basically, Java currently requires the renewable flag of a ticket to be > identical to the renewable flag in the request, and thus rejects the > following legal case: >

Re: RFR 8131051: KDC might issue a renewable ticket even if not requested

2015-07-21 Thread Weijun Wang
Ping again. Basically, Java currently requires the renewable flag of a ticket to be identical to the renewable flag in the request, and thus rejects the following legal case: - Client requests for a non-renewable ticket with a lifetime of 2 days - KDC thinks 2 days is too long, instead, it