Re: code review request: 6969292: make DNS lookup for realm/kdc really work

2010-07-15 Thread Weijun Wang
Updated webrev: http://cr.openjdk.java.net/~weijun/6969292/webrev.01/ Changes: checkRealm() return null instead of throwing an exception. (Thanks, Alan). Thanks Max On 07/15/2010 02:12 PM, Weijun Wang wrote: Hi Valerie 6969292: make DNS lookup for realm/kdc really work Webrev: http://cr.o

hg: jdk7/tl/jdk: 6963622: Project Coin: Refinements to suppressed exceptions

2010-07-15 Thread joe . darcy
Changeset: ab65f46ae092 Author:darcy Date: 2010-07-15 18:02 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/ab65f46ae092 6963622: Project Coin: Refinements to suppressed exceptions Reviewed-by: alanb, forax, jjb ! src/share/classes/java/lang/AutoCloseable.java ! src/share/cla

DSA and ECDSA signature format is incompatible with XMLDSig

2010-07-15 Thread Sean Mullan
Hi, I would like to try to fix a long-standing XMLDSig issue with the current DSA and ECDSA signature bytes format. The format of the Signature bytes for these algorithms is an ASN.1 encoded sequence of the integers r and s: SEQUENCE ::= { r INTEGER, s INTEGER } Unfortunately, this is no

hg: jdk7/tl/langtools: 2 new changesets

2010-07-15 Thread maurizio . cimadamore
Changeset: b49b0d72c071 Author:mcimadamore Date: 2010-07-15 16:31 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/b49b0d72c071 6967002: JDK7 b99 javac compilation error (java.lang.AssertionError) Summary: bug in JavacParser related to parsing of type annotations in varar