Re: Smart Cards in Java Kerberos

2013-07-01 Thread Weijun Wang
On 7/1/13 4:50 PM, Ostap Andrusiv wrote: Thanks everyone for the responses. I can't use allowtgtsessionkey on Windows, because I want to achieve a cross-platform solution. Allowtgtsessionkey (Google it) is a windows registry key you need to configure, which means you cannot simply deploy you

Re: [8] code review request: 8019259: Failover to CRL checking does not happen if wrong OCSP responder URL is set

2013-07-01 Thread Vincent Ryan
I think that wrapping a RuntimeException (in CPVE) is acceptable in this case because the goal is to activate the failover mechanism from OCSP to CRL. Do you want RuntimeException to be re-thrown? On 29 Jun 2013, at 01:53, Xuelei Fan wrote: > Looks fine to me. > > Hmm, it is a case to learn tha

hg: jdk8/tl/jdk: 8019259: Failover to CRL checking does not happen if wrong OCSP responder URL is set

2013-07-01 Thread vincent . x . ryan
Changeset: dfb37cc30a67 Author:vinnie Date: 2013-07-01 14:39 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/dfb37cc30a67 8019259: Failover to CRL checking does not happen if wrong OCSP responder URL is set Reviewed-by: xuelei ! src/share/classes/sun/security/provider/certpa

hg: jdk8/tl/langtools: 7034798: Ambiguity error for abstract method call is too eager

2013-07-01 Thread maurizio . cimadamore
Changeset: f559ef7568ce Author:mcimadamore Date: 2013-07-01 14:57 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/f559ef7568ce 7034798: Ambiguity error for abstract method call is too eager Summary: Javac should wait and see if ambiguous methods can be reconciled at the

hg: jdk8/tl/jdk: 8014045: test/java/lang/management/PlatformLoggingMXBean/LoggingMXBeanTest.java failing intermittently

2013-07-01 Thread daniel . fuchs
Changeset: 3aa541b50a64 Author:dfuchs Date: 2013-07-01 11:13 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/3aa541b50a64 8014045: test/java/lang/management/PlatformLoggingMXBean/LoggingMXBeanTest.java failing intermittently Summary: this test was failing because it didn't ta

Re: Smart Cards in Java Kerberos

2013-07-01 Thread Ostap Andrusiv
Thanks everyone for the responses. I can't use allowtgtsessionkey on Windows, because I want to achieve a cross-platform solution. I'll look into the option, provided by Weijun Wang and create KerberosTicket/KerberosPrincipal. I hope it would do the job. 2013/6/26 Henry B. Hotz > Even easier.

hg: jdk8/tl/langtools: 7162089: Add support for repeating annotations to javax.annotation.processing

2013-07-01 Thread joe . darcy
Changeset: 1908e86ee49a Author:darcy Date: 2013-07-01 11:58 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/1908e86ee49a 7162089: Add support for repeating annotations to javax.annotation.processing Reviewed-by: abuckley, jjg, jfranck ! src/share/classes/com/sun/tools/

hg: jdk8/tl/jdk: 8017540: Improve multi-threaded contention behavior of radix conversion cache

2013-07-01 Thread alan . bateman
Changeset: c8cf01de8fa8 Author:bpb Date: 2013-07-01 11:30 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/c8cf01de8fa8 8017540: Improve multi-threaded contention behavior of radix conversion cache Summary: Replace array of ArrayList of BigIntegers with a volatile two-dimensio

hg: jdk8/tl/jdk: 8019527: Fix doclint issues in java.lang.instrument

2013-07-01 Thread joe . darcy
Changeset: 3736ad2636aa Author:darcy Date: 2013-07-01 13:29 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/3736ad2636aa 8019527: Fix doclint issues in java.lang.instrument Reviewed-by: lancea, alanb ! src/share/classes/java/lang/instrument/Instrumentation.java

hg: jdk8/tl/jdk: 8019529: Fix doclint issues in java.util.spi

2013-07-01 Thread joe . darcy
Changeset: 8e5376324e4b Author:darcy Date: 2013-07-01 13:42 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/8e5376324e4b 8019529: Fix doclint issues in java.util.spi Reviewed-by: lancea ! src/share/classes/java/util/spi/LocaleServiceProvider.java

hg: jdk8/tl/jdk: 8019535: Fix doclint issues in java.time.format

2013-07-01 Thread joe . darcy
Changeset: 5427f7316633 Author:darcy Date: 2013-07-01 14:33 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/5427f7316633 8019535: Fix doclint issues in java.time.format Reviewed-by: lancea, rriggs ! src/share/classes/java/time/format/DateTimeFormatter.java

[8] Request for review: 8019539: Fix doclint errors in java.security and its subpackages

2013-07-01 Thread Jason Uh
Joe, Could I please get a review of this changeset? These changes fixed all (40) doclint errors in java.security and its subpackages. Webrev: http://cr.openjdk.java.net/~juh/8019539/webrev.00/ No undesirable changes were detected by specdiff. Thanks, Jason

Re: [8] code review request: 8019259: Failover to CRL checking does not happen if wrong OCSP responder URL is set

2013-07-01 Thread Xuelei Fan
On 7/1/2013 8:56 PM, Vincent Ryan wrote: > I think that wrapping a RuntimeException (in CPVE) is acceptable in this case > because the goal is to activate the failover mechanism from OCSP to CRL. > > Do you want RuntimeException to be re-thrown? > No. It is acceptable to me to wrap the RuntimeExc

Re: [8] Request for review: 8019539: Fix doclint errors in java.security and its subpackages

2013-07-01 Thread Joseph Darcy
On 7/1/2013 3:22 PM, Jason Uh wrote: Joe, Could I please get a review of this changeset? These changes fixed all (40) doclint errors in java.security and its subpackages. Webrev: http://cr.openjdk.java.net/~juh/8019539/webrev.00/ No undesirable changes were detected by specdiff. Thanks, J

Re: [8] Request for review: 8019539: Fix doclint errors in java.security and its subpackages

2013-07-01 Thread Jason Uh
Joe, Thanks for your comments. I just sent out an updated webrev, but let me put out a new one including my updates and changes to address your comments. Thanks, Jason On 07/01/2013 04:16 PM, Joseph Darcy wrote: On 7/1/2013 3:22 PM, Jason Uh wrote: Joe, Could I please get a review of this

Re: [8] Request for review: 8019539: Fix doclint errors in java.security and its subpackages

2013-07-01 Thread Jason Uh
Please see instead an updated webrev at: http://cr.openjdk.java.net/~juh/8019539/webrev.01/ Updates in this webrev: 1. Moved the in Security.java:495 to the next line. 2. Security.java:562: Split a line with >80 characters. 3. X509CRL.java and X509Certificate.java: Simply removed tags inste

Re: [8] Request for review: 8019539: Fix doclint errors in java.security and its subpackages

2013-07-01 Thread Jason Uh
Hi Joe, Here's an update to my changes to address your comments below. http://cr.openjdk.java.net/~juh/8019539/webrev.02/ Thanks, Jason On 07/01/2013 04:16 PM, Joseph Darcy wrote: On 7/1/2013 3:22 PM, Jason Uh wrote: Joe, Could I please get a review of this changeset? These changes fixed a

Re: [8] Request for review: 8019539: Fix doclint errors in java.security and its subpackages

2013-07-01 Thread Joe Darcy
Hi Jason, Looks good; approved to go back. Please include "doclint" and "noreg-doc" labels on the bug. Thanks, -Joe On 07/01/2013 05:25 PM, Jason Uh wrote: Hi Joe, Here's an update to my changes to address your comments below. http://cr.openjdk.java.net/~juh/8019539/webrev.02/ Thanks, Jas

hg: jdk8/tl/jdk: 8019539: Fix doclint errors in java.security and its subpackages

2013-07-01 Thread jason . uh
Changeset: 17f44b2dde41 Author:juh Date: 2013-07-01 17:46 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/17f44b2dde41 8019539: Fix doclint errors in java.security and its subpackages Reviewed-by: darcy ! src/share/classes/java/security/KeyStore.java ! src/share/classes/java/