Re: Request for JAASRealm enhancement

2012-08-24 Thread Konstantin Kolinko
2012/8/24 Enrico Olivelli : > Hi, > I was trying to use JAASRealm and I noticed that it is possibile to bundle > my LoginModule with the webapp (useContextClassLoader) but it is not > possibile to bundle a login.properties files > > // this constructor uses default JVM JAAS Configuration > // from

Request for JAASRealm enhancement

2012-08-23 Thread Enrico Olivelli
Hi, I was trying to use JAASRealm and I noticed that it is possibile to bundle my LoginModule with the webapp (useContextClassLoader) but it is not possibile to bundle a login.properties files // this constructor uses default JVM JAAS Configuration // from JAASRealm.java loginContext = new Lo