You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2003/07/15 23:37:16 UTC

DO NOT REPLY [Bug 21624] New: - Extend TokenProcessor to handle a list of transaction tokens

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: struts-dev@jakarta.apache.org
        ReportedBy: asnowdon@lemurnetworks.com


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: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org