Gerhard Petracek created DELTASPIKE-564:
-------------------------------------------

             Summary: optional double submit prevention
                 Key: DELTASPIKE-564
                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-564
             Project: DeltaSpike
          Issue Type: New Feature
          Components: JSF-Module, Servlet-Module
    Affects Versions: 0.6
            Reporter: Gerhard Petracek
            Assignee: Gerhard Petracek
             Fix For: 0.7


duplicated post-requests shouldn't get processed

#1 post requests need to get synchronized (per session)
#2 post requests need to consume an existing request-token
#3 re-render the page in case of a duplicated post-requests (+ skip full 
processing)
#4 in case of jsf: reset the previous request-token(s) per window in case of a 
get-request (because a new page isn't aware of them) 
#5 reset the request-tokens in case of a duplicated post-requests >per window<, 
since the page will get re-rendered with a new token
#6 don't create request-tokens in case of resource-requests
#7 ignore duplicated jsf-ajax requests (they shouldn't happen, since the jsf-js 
implementation has to process them sequentially)



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to