Oleg Nitz wrote:
> 
> Rickard Öberg wrote:
> RÖ> Oleg Nitz wrote:
> >> JAAS wouldn't find them. It always uses the system class loader to
> >> load LoginModules. I guess, there are some security reasons for that.
> 
> RÖ> Hm... I'm guessing it's a bug... IMHO it should use the context
> RÖ> classloader...
> There is not just
> 
>    Class.forName(name)
> 
> there is
> 
>    Class.forName(name, true, ClassLoader.getSystemClassLoader());

Excuse me for butting in here, but are you referring to code in JAAS? 
Are the JAAS sources available?  If so, where can I get them?

Thanks,

Rick Horowitz


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to