-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Stephen,
Stephen More wrote:
> On 10/12/07, Christopher Schultz wrote:
>> Yes, this is how to do it. If you don't want to do it yourself, you can
>> use securityfilter (http://securityfilter.sourceforge.net), which has
>> already been written.
>
> T
On 10/12/07, Christopher Schultz wrote:
> Yes, this is how to do it. If you don't want to do it yourself, you can
> use securityfilter (http://securityfilter.sourceforge.net), which has
> already been written.
Thanks, securityfilter is a great example.
> > ?? - stick with container-based securit
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Stephen,
Stephen More wrote:
> If I implement application-managed security ( I need to use cookies
> for "Remember Me" ), is there a way to make it such that
> HttpServletRequest.getRemoteUser() and
> HttpServletRequest.isUserInRole(java.lang.Stri
- Original Message -
From: "Stephen More" <[EMAIL PROTECTED]>
To:
Sent: Friday, October 12, 2007 2:35 PM
Subject: application-managed security model and isUserInRole getRemoteUser
If I implement application-managed security ( I need to use cookies
for "Remem
If I implement application-managed security ( I need to use cookies
for "Remember Me" ), is there a way to make it such that
HttpServletRequest.getRemoteUser() and
HttpServletRequest.isUserInRole(java.lang.String role) will respond
with values from the actual logged in user ?
I see an old thread