Re: RFR 8046046: Test sun/security/pkcs11/Signature/TestDSAKeyLength.java fails intermittently on Solaris 11 in 8u40 nightly

2014-06-19 Thread Sean Mullan
Looks ok to me. --Sean On 06/18/2014 07:04 PM, Valerie Peng wrote: Tony, Can you please help reviewing this trivial fix? Changes are about overriding the SHA1withDSA signature upper limit to 1024 when larger DSA key size is supported. Webrev: http://cr.openjdk.java.net/~valeriep/8046046/webre

Re: RFR 8029994: Support "include" and "includedir" in krb5.conf

2014-06-19 Thread Sean Mullan
On 06/19/2014 01:39 AM, Wang Weijun wrote: >570 public Void run() throws Exception { > >This can be declared to throw IOException, then you can change lines 586-591 to: > >throw pe.getException(); You mean javac will be smart enough to find out that pe's cause can only b

Re: RFR 8029994: Support "include" and "includedir" in krb5.conf

2014-06-19 Thread Wang Weijun
Webrev updated at http://cr.openjdk.java.net/~weijun/8029994/webrev.02/ Besides your suggestions, I've changed the final line in the constructor from throw new KrbException(joe) to 202 if (DEBUG) { 203 System.out.println("Exception thrown in loading config:");

Re: RFR 8029994: Support "include" and "includedir" in krb5.conf

2014-06-19 Thread Sean Mullan
Looks good to me. --Sean On 06/19/2014 10:15 AM, Wang Weijun wrote: Webrev updated at http://cr.openjdk.java.net/~weijun/8029994/webrev.02/ Besides your suggestions, I've changed the final line in the constructor from throw new KrbException(joe) to 202 if (DEBUG) { 20

[9] request for review 8047353: Improve error message when a JAR with invalid signatures is loaded

2014-06-19 Thread Vincent Ryan
Please review the following simple changeset to identify the offending JAR file following a signature verification error. Previously, only the offending entry in the JAR was identified. This helps during troubleshooting when several JAR files being processed. The request was originally submitted

Re: [9] request for review 8047353: Improve error message when a JAR with invalid signatures is loaded

2014-06-19 Thread Vincent Ryan
I shortened the output to display only the JAR filename to avoid leaking filesystem information. I’ve updated the webrev in-place. Thanks. On 19 Jun 2014, at 17:59, Vincent Ryan wrote: > Please review the following simple changeset to identify the offending JAR > file following a signature

Re: [9] request for review 8047353: Improve error message when a JAR with invalid signatures is loaded

2014-06-19 Thread Joe Darcy
Hello, I'd prefer to see the CheckJarSigError.sh as a Java program. Cheers, -Joe On 06/19/2014 02:21 PM, Vincent Ryan wrote: I shortened the output to display only the JAR filename to avoid leaking filesystem information. I’ve updated the webrev in-place. Thanks. On 19 Jun 2014, at 17:59,

[9] Request for Review: 7065233: To interpret case-insensitive string locale independently

2014-06-19 Thread Jason Uh
Hi Xuelei, Could you please review this change? webrev: http://cr.openjdk.java.net/~juh/7065233/webrev.00/ bug: https://bugs.openjdk.java.net/browse/JDK-7065233 I don't think any of the strings in the lines I changed would be locale-sensitive. There are a few cases fixed here that weren't inclu

RFR: 8015081

2014-06-19 Thread Jamil Nimeh
Hello all, This revision for the fix for 8015081 has the following test changes: Removal of the static byte buffers for serialized data in lieu of a more dynamic approach. A stripped down version of Subject in its own package is now being compiled alongside SubjectNullTests.java. This version

Re: [9] Request for Review: 7065233: To interpret case-insensitive string locale independently

2014-06-19 Thread Xuelei Fan
Looks fine to me. Thanks, Xuelei On 6/20/2014 8:25 AM, Jason Uh wrote: > Hi Xuelei, > > Could you please review this change? > webrev: http://cr.openjdk.java.net/~juh/7065233/webrev.00/ > bug: https://bugs.openjdk.java.net/browse/JDK-7065233 > > I don't think any of the strings in the lines I c