Re: is it possible to determin the requested resource when using realm authentication?

2006-04-03 Thread Franck Borel
Hi Jay, I believe that I already know the answer to this. But, if possible, it would be nice to have some confirmation. I have an application that uses JAASRealm for authentication. Within my LoginModule class, is it possible to determine which resource the user is currently trying to

is it possible to determin the requested resource when using realm authentication?

2006-03-31 Thread Jay Dickon Glanville
I believe that I already know the answer to this. But, if possible, it would be nice to have some confirmation. I have an application that uses JAASRealm for authentication. Within my LoginModule class, is it possible to determine which resource the user is currently trying to access? My