DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21624>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21624 Extend TokenProcessor to handle a list of transaction tokens Summary: Extend TokenProcessor to handle a list of transaction tokens Product: Struts Version: 1.1 Final Platform: All OS/Version: All Status: NEW Severity: Enhancement Priority: Other Component: Utilities AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The TokenProcessor currently supports a single token per user session. This can be used to guarantee that a user will only submit a form once. However, since only one token is supported, a user can not have multiple browser windows open and submit forms from all of them. Only the most recent form would have a valid token. This enhancement suggests supporting a list (say 20) of tokens so the user could have a fair number of browser windows open and all would have a valid token. A suggested patch is available. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]