can you tell me briefly how you are using filtes in security-example application.
Thanks
usha
Matt Raible wrote:
You could use a filter to map to all your protected resources. This is what I do in the security-example application I recently wrote. You can download the source at:
http://javawebapps.com/downloads/security-example.zip (14MB)
HTH,
Matt
--- In [EMAIL PROTECTED], usha <[EMAIL PROTECTED]> wrote:
Hito
Sorry what you mean by proxy. i didn't get you actually i wanted
authenticate logged in user against the users that are there inthe
database, and when ever they bookmark some page and if they go tothat
page directly i wanted to display the login page after they login sussefully only . right now with form based authentication i amgetting
this , but i had some drawbacks as i mentioned in the previousmail. is
there a standard way i can use for user login checks.authenticated
thanks
usha
Eddie Bush wrote:
Write a proxy to retrieve the user data you wish to put in the session. The proxy will check to see if a user has been
check(request.getUserPrincipal() != null), and, if they have, it will
willto see if your user data has been created yet. If it has, it
willjust take it from the session and return it. If it hasn't, it
basedcreate it, save it to the session, and return it.
That help?
usha wrote:
Hi
i am new to structs. right now i am using in my project form
anyauthentication. with this i have some problems like i cannot instantiate some of session veriable upon logging etc. is there
mystandard mechnism for loging using sturcts. i am using JBoss as
application server.
Thanks in advance
usha..
--
To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@j...>
For additional commands, e-mail: <mailto:struts-user-help@j...>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

