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

2010-07-15 Thread Weijun Wang
Hi Valerie 6969292: make DNS lookup for realm/kdc really work Webrev: http://cr.openjdk.java.net/~weijun/6969292/webrev.00/ We've implemented DNS lookup for realm and kdc for some time, and have made it default turned on in JDK 7. However, it's still not 100% zero-configuration, a krb5.conf

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

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

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 !