[security-dev 00374]: hg: jdk7/tl/jdk: 6763639: Remove "rawtypes" warnings from JMX code

2008-10-27 Thread eamonn . mcmanus
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

[security-dev 00375]: hg: jdk7/tl/langtools: 6764226: ListTest fails on javap output with bad characters

2008-10-27 Thread jonathan . gibbons
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

[security-dev 00376]: Re: JGSS/krb5: Too strict Krb5LoginModule options validation

2008-10-27 Thread Valerie Peng
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,

[security-dev 00377]: Re: JGSS/krb5: Too strict Krb5LoginModule options validation

2008-10-27 Thread Max (Weijun) Wang
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