Re: code review request: 6894072: always refresh keytab

2011-04-01 Thread Valerie (Yu-Ching) Peng
I think we need to clean up the old ones if we added it there. Conceptually, this would fit closer w/ the "dynamic key tab" support. One straightforward way for us to do this is to subclass KerberosKey class and then we can remove all KerberosKey objects which are implemented using this class at

Re: code review request: 6894072: always refresh keytab

2011-04-01 Thread Valerie (Yu-Ching) Peng
Sounds good to me. A word of caution: only *refresh* the set of keys that we put in and not those which other apps add. Thanks, Valerie On 03/31/11 07:23 PM, Weijun Wang wrote: On 04/01/2011 10:09 AM, Valerie (Yu-Ching) Peng wrote: Max, I like this new approach of yours better. As for com

hg: jdk7/tl/hotspot: 61 new changesets

2011-04-01 Thread lana . steuck
Changeset: 9f44e9aad2d9 Author:coleenp Date: 2011-03-03 19:51 -0500 URL: http://hg.openjdk.java.net/jdk7/tl/hotspot/rev/9f44e9aad2d9 7022999: Can't build with FORCE_TIERED=0 Summary: Put UseFastLocking test under #ifdef COMPILER1 Reviewed-by: kvn, phh, never, dcubed ! src/share/vm/

hg: jdk7/tl/jaxp: 2 new changesets

2011-04-01 Thread lana . steuck
Changeset: 1759daa85d33 Author:schien Date: 2011-03-24 11:20 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jaxp/rev/1759daa85d33 Added tag jdk7-b135 for changeset 4aa9916693dc ! .hgtags Changeset: 1d87f7460cde Author:schien Date: 2011-03-31 18:14 -0700 URL: http://h

hg: jdk7/tl/langtools: 5 new changesets

2011-04-01 Thread lana . steuck
Changeset: 028248b9a397 Author:schien Date: 2011-03-24 11:20 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/028248b9a397 Added tag jdk7-b135 for changeset 9d0a61ac567b ! .hgtags Changeset: ed0f7f1f9511 Author:lana Date: 2011-03-26 00:11 -0700 URL: http:

hg: jdk7/tl/corba: 2 new changesets

2011-04-01 Thread lana . steuck
Changeset: 48ef0c712e7c Author:schien Date: 2011-03-24 11:20 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/corba/rev/48ef0c712e7c Added tag jdk7-b135 for changeset e0b72ae5dc5e ! .hgtags Changeset: a66c01d8bf89 Author:schien Date: 2011-03-31 18:13 -0700 URL: http://

hg: jdk7/tl: 7 new changesets

2011-04-01 Thread lana . steuck
Changeset: b87875789600 Author:ohair Date: 2011-03-22 08:15 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/rev/b87875789600 6896934: README: Document how the drop source bundles work for jaxp/jaxws 6896978: README: Updates to openjdk README-builds.html 6903517: README: OpenJDK additi

hg: jdk7/tl/jaxws: 2 new changesets

2011-04-01 Thread lana . steuck
Changeset: c81d289c9a53 Author:schien Date: 2011-03-24 11:20 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jaxws/rev/c81d289c9a53 Added tag jdk7-b135 for changeset d5fc61f18043 ! .hgtags Changeset: ccea3282991c Author:schien Date: 2011-03-31 18:14 -0700 URL: http://

Re: importing a local CA certificate into cacerts keystore

2011-04-01 Thread Sean Mullan
Moving to [email protected] On 3/31/11 4:11 PM, Kurt Yoder wrote: Hello all, I'm trying to run Apache Archiva using OpenJDK, and authenticating off SSL-protected LDAP. This is throwing an exception "sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid

hg: jdk7/tl/langtools: 7032633: javac -Xlint:all warns about flush() within try on an auto-closeable resource

2011-04-01 Thread maurizio . cimadamore
Changeset: b945b846c979 Author:mcimadamore Date: 2011-04-01 12:30 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/b945b846c979 7032633: javac -Xlint:all warns about flush() within try on an auto-closeable resource Summary: missing name check before calling MethodSymbol.