Re: [8] RFR JDK-8029788: Certificate validation- java.lang.ClassCastException

2013-12-09 Thread Weijun Wang
It looks good. Would you like to add a string message? Thanks Max On 12/10/13, 9:47, Jason Uh wrote: Hi Vinnie, The change looks good to me. Jason (Not an official Reviewer) On 12/9/13 3:25 PM, Vincent Ryan wrote: Please review this fix to the OCSPResponse class in the internal sun.securit

Re: [8] RFR JDK-8029788: Certificate validation- java.lang.ClassCastException

2013-12-09 Thread Jason Uh
Hi Vinnie, The change looks good to me. Jason (Not an official Reviewer) On 12/9/13 3:25 PM, Vincent Ryan wrote: Please review this fix to the OCSPResponse class in the internal sun.security.provider.certpath package. Previously, when validating an OCSP response, it expected the supplied issu

Re: [8] RFR JDK-8029788: Certificate validation- java.lang.ClassCastException

2013-12-09 Thread Xuelei Fan
Looks fine to me. Xuelei On 12/10/2013 7:25 AM, Vincent Ryan wrote: > > Please review this fix to the OCSPResponse class in the internal > sun.security.provider.certpath package. Previously, when validating > an OCSP response, it expected the supplied issuer and/or trusted > responder X509 certs

[8] RFR JDK-8029788: Certificate validation- java.lang.ClassCastException

2013-12-09 Thread Vincent Ryan
Please review this fix to the OCSPResponse class in the internal sun.security.provider.certpath package. Previously, when validating an OCSP response, it expected the supplied issuer and/or trusted responder X509 certs to already be in an internal format used by the package. Now it accepts certs

hg: jdk8/tl/jdk: 8025974: l10n for policytool

2013-12-09 Thread michael . fang
Changeset: 23a7524d930c Author:mfang Date: 2013-12-09 15:01 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/23a7524d930c 8025974: l10n for policytool Reviewed-by: naoto, leifs, yhuang ! src/share/classes/sun/security/tools/policytool/Resources_de.java ! src/share/classes/sun/

hg: jdk8/tl/langtools: 8029569: internal javac cast exception when resolving varargs ambiguity

2013-12-09 Thread vicente . romero
Changeset: 5bf0af735c61 Author:vromero Date: 2013-12-09 19:29 + URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/5bf0af735c61 8029569: internal javac cast exception when resolving varargs ambiguity Reviewed-by: jjg ! src/share/classes/com/sun/tools/javac/comp/Resolve.java

hg: jdk8/tl/jdk: 8029354: URLPermission. throws llegalArgumentException: Invalid characters in hostname

2013-12-09 Thread michael . x . mcmahon
Changeset: 9e579a2329c0 Author:michaelm Date: 2013-12-09 13:05 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/9e579a2329c0 8029354: URLPermission. throws llegalArgumentException: Invalid characters in hostname Reviewed-by: alanb, chegar ! src/share/classes/java/net/URLPermi