Details
Description
When the auctionMonitor clock interval is set to 1 second, it is common to see user events rejected when they co-incide with push updates.
- push occurs, MyFaces assigns new ViewState key
- click occurs using current key
- click received at server with stale ViewState key is discarded
One way to mitigate this is to not have high frequency push updates (such as increasing the interval in auctionMonitor).
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Ken Fyten [ ken.fyten ] |
Salesforce Case | [] | |
Assignee Priority | P2 | |
Assignee | Ken Fyten [ ken.fyten ] | Jack van Ooststroom [ jack.van.ooststroom ] |
Salesforce Case | [] | |
Assignee Priority | P2 | P1 |
Assignee | Jack van Ooststroom [ jack.van.ooststroom ] | Carmen Cristurean [ ccristurean ] |
Salesforce Case | [] | |
Assignee | Carmen Cristurean [ ccristurean ] | Ted Goddard [ ted.goddard ] |
Assignee | Ted Goddard [ ted.goddard ] | Carmen Cristurean [ ccristurean ] |
Salesforce Case | [] | |
Fix Version/s | 3.1 [ 10312 ] | |
Fix Version/s | EE-3.0.0.GA [ 10262 ] | |
Affects Version/s | 3.0 [ 10241 ] | |
Affects Version/s | 3.0.RC2 [ 10313 ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Affects | [Sample App./Tutorial, Compatibility/Configuration] | |
Resolution | Won't Fix [ 2 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
It's possible that there is a specific interaction with the MyFaces event queue that would make the fix for this simpler than it might appear.