[Bug 56381] ServletRequest can be modified by Multiple Threads

2014-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56381 --- Comment #2 from Remy Maucherat --- Yes, sync if needed + clear the facade objects. This is a long running topic that is well suited for the user list. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 56381] ServletRequest can be modified by Multiple Threads

2014-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56381 --- Comment #1 from Jess Holle --- I am perfectly aware that the servlet API makes no guarantees about thread safety of the [Http]ServletRequest interface or implementations thereof. I also understand that providing general thread-safety i

[Bug 56381] ServletRequest can be modified by Multiple Threads

2014-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56381 Remy Maucherat changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---