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
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
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
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
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
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.
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/
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
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
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
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
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
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
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
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
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
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
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
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/
19 matches
Mail list logo