It's up to your Action to call the token methods to validate the token and forward the user to an appropriate page.

David

Hi all,


If you have a session bean and you are using the token framework to protect yourself again multiple submit...


Let say a request with a bad token is post to the server. The bean will be populated right ... even if the token is not valid. Is struts offers support to check if a request contains a valid token prior to populate the bean. For what I know you the sooner you can play with token in struts is in the reset method of the bean (It may not be the best place to play with token anyway...).


Is a request with a bad or no token should be redirect by the framework to a handler. Like it's done with the Exception in Struts? I think there should have a way to avoid changing the server state on bad request ...


My guest is that you already know about all that :-) ... or that there is something to prevent this that I'm not aware of.


Thanks for your help



/Dave












__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


_________________________________________________________________
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to