Changeset: 76ecb928e83a
Author:emcmanus
Date: 2008-10-27 14:02 +0100
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/76ecb928e83a
6763639: Remove "rawtypes" warnings from JMX code
Reviewed-by: dfuchs
! make/netbeans/jmx/build.xml
! src/share/classes/com/sun/jmx/event/LeaseManager.j
Changeset: 5ebe90e0afff
Author:jjg
Date: 2008-10-27 14:25 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/5ebe90e0afff
6764226: ListTest fails on javap output with bad characters
Reviewed-by: darcy
! test/tools/javap/ListTest.java
You have "useTicketPass" instead of "useFirstPass" in the sample code.
I noticed that IBM has additional description in their javadoc on this, i.e.
===
4) The keytab and ccache options take precedence over tryFirstPass.
If a keytab or ccache option is set in addition to tryFirstPass,
Hi Valerie
Sun JDK's impl is different (see inline vs IBM). For options in
Krb5LoginModule, I think there're 3 rules:
1. No conflict. e.g. only use ccache but storeKey, obviously there's
no key to store here
2. Useful. e.g. if useKeyTab=false, then keyTabName is useless so it
shouldn't ap