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

2008-10-21 Thread Weijun Wang
Hi All Currently we have this check inside Krb5LoginModule: private void validateConfiguration() throws LoginException { if (doNotPrompt && !useTicketCache && !useKeyTab) throw new LoginException ("Configuration Error" + " - either doNotPro

[security-dev 00359]: Re: SecurityException in AnnotationInvocationHandler.getMemberMethods

2008-10-21 Thread Sean Mullan
I looked at the code changes and it seems fine to me. --Sean Joe Darcy wrote: Hello. On 10/16/08 12:46 PM, Martin Buchholz wrote: Hi all, This is a bug report with fix. Joe Darcy, please file a bug and review this change, I've filed 6761678 "(ann) SecurityException in AnnotationInvocat

[security-dev 00358]: Re: SecurityException in AnnotationInvocationHandler.getMemberMethods

2008-10-21 Thread Joe Darcy
PS Martin, I haven't written tests that setup and use a security manager, etc., that should go along with this fix. Having a stand-alone regression test along those lines would be helpful. Thanks, -Joe On 10/20/08 06:59 PM, Joe Darcy wrote: Hello. On 10/16/08 12:46 PM, Martin Buchholz wrot

[security-dev 00357]: Re: SecurityException in AnnotationInvocationHandler.getMemberMethods

2008-10-21 Thread Joe Darcy
Hello. On 10/16/08 12:46 PM, Martin Buchholz wrote: Hi all, This is a bug report with fix. Joe Darcy, please file a bug and review this change, I've filed 6761678 "(ann) SecurityException in AnnotationInvocationHandler.getMemberMethods" for this issue. The problem seems similar to 63700