[9] RFR: JDK-8170245 [TEST_BUG] Cipher tests fail when running with unlimited policy

2016-11-29 Thread Valerie Peng
Anyone has cycles to review this fix? Some cipher tests fail when running against unlimited crypto policy due to hardcoded checks and values. Changes are straight-forward. However, given the dependency between the tests (as they are ported from SQE tests in the previous co-location effort),

Re: Code Review Request JDK-8170329 New SSLSocket testing template

2016-11-29 Thread Sean Mullan
On 11/27/16 7:43 AM, Xuelei Fan wrote: On 11/27/2016 6:04 PM, Wang Weijun wrote: This is not only a test update. No, I happened to find an implementation issue with the new test, so fix it altogether. The issue is that the simple validator (SimpleValidator.java) does not support SKID/AKID dur

Re: [8u-dev] RFR 8170278 : ticket renewal won't happen with debugging turned on

2016-11-29 Thread Wang Weijun
+1 --Max > On Nov 29, 2016, at 5:16 PM, Seán Coffey wrote: > > Looks good. > > regards, > Sean. > > > On 29/11/2016 09:08, Ivan Gerasimov wrote: >> Hello! >> >> It was reported that there's broken behavior exposed when the debug mode is >> turned on, which is due to KerberosTicket.toString

Re: [8u-dev] RFR 8170278 : ticket renewal won't happen with debugging turned on

2016-11-29 Thread Seán Coffey
Looks good. regards, Sean. On 29/11/2016 09:08, Ivan Gerasimov wrote: Hello! It was reported that there's broken behavior exposed when the debug mode is turned on, which is due to KerberosTicket.toString() throwing an exception, if the ticket was already destroyed. The proposed fix is in

[8u-dev] RFR 8170278 : ticket renewal won't happen with debugging turned on

2016-11-29 Thread Ivan Gerasimov
Hello! It was reported that there's broken behavior exposed when the debug mode is turned on, which is due to KerberosTicket.toString() throwing an exception, if the ticket was already destroyed. The proposed fix is in fact the backport of a tiny portion of JDK-8043071. BUGURL: https://bugs.