https://issues.apache.org/bugzilla/show_bug.cgi?id=47714

--- Comment #12 from Kevin J Walters <k...@ms.com> 2010-03-29 17:50:15 UTC ---
(In reply to comment #10)
> Data in a previous unrelated POST request is somehow merged with
> a subsequent request from a different user.

A general comment and not one aimed at your application - the majority of
incidents of this i have seen are from application bugs rather than
infrastructure ones. It's very easy to mis-share data in a single process,
multi-threaded environment. These will often only reveal themselves under truly
concurrent request load from multiple login accounts.

Perhaps it's worth doing something with userids / unique ids / http headers /
logging to allow you to match up requests and responses and verify the correct
data is being sent back from the application layer.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to