[Bug 50957] Blocking IO can serve wrong response data

2014-02-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50957 --- Comment #24 from Jackie Rosen --- *** Bug 260998 has been marked as a duplicate of this bug. *** Seen from the domain http://volichat.com Page where seen: http://volichat.com/adult-chat-rooms Marked for reference. Resolved as fixed @bug

DO NOT REPLY [Bug 50957] Blocking IO can serve wrong response data

2011-04-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50957 --- Comment #23 from Tim Whittington 2011-04-06 20:30:34 EDT --- I'm unable to reproduce the 505 errors now with trunk. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail

DO NOT REPLY [Bug 50957] Blocking IO can serve wrong response data

2011-04-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50957 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 50957] Blocking IO can serve wrong response data

2011-04-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50957 Mark Thomas changed: What|Removed |Added Severity|critical|major --- Comment #21 from Mark Thom

DO NOT REPLY [Bug 50957] Blocking IO can serve wrong response data

2011-04-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50957 --- Comment #20 from Tim Whittington 2011-04-03 19:26:46 EDT --- Correction: the 401 responses are actually 400 Bad Requests. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this

DO NOT REPLY [Bug 50957] Blocking IO can serve wrong response data

2011-04-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50957 --- Comment #19 from Tim Whittington 2011-04-02 23:07:22 EDT --- My testing was against 7.0.8 with the BIO connector on CentOS 5.4/x64. Client was Firefox 4.0 with network.http.pipelining=true enabled in about:config. Web app is a fairly c

DO NOT REPLY [Bug 50957] Blocking IO can serve wrong response data

2011-04-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50957 --- Comment #18 from Sebb 2011-04-01 18:05:02 EDT --- Sounds like a job for Apache JMeter ... that can issue a large load, and supports Keep-Alive and assertions to check for failures. The HttpClient version of the HTTP Sampler has better

DO NOT REPLY [Bug 50957] Blocking IO can serve wrong response data

2011-04-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50957 --- Comment #17 from Christopher Schultz 2011-04-01 17:47:27 EDT --- If all the bug takes is load to reproduce, it should be easy to set up a test that uses wget or something similar to just download a list of files a whole bunch of times.

DO NOT REPLY [Bug 50957] Blocking IO can serve wrong response data

2011-04-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50957 --- Comment #16 from Brad Plies 2011-04-01 12:18:46 EDT --- I cannot remember now, but I'm sure I observed this under IE as well during my proxy tests. So I'm not certain this problem is confined to Firefox -- Configure bugmail: https:/

DO NOT REPLY [Bug 50957] Blocking IO can serve wrong response data

2011-04-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50957 --- Comment #15 from Brad Plies 2011-04-01 12:16:03 EDT --- (In reply to comment #14) > It may be unrelated, but I'm trying to track down a (very) reproducible error > on one of our products where using Firefox with HTTP pipelining enabled

DO NOT REPLY [Bug 50957] Blocking IO can serve wrong response data

2011-03-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50957 --- Comment #14 from Tim Whittington 2011-04-01 02:32:40 EDT --- It may be unrelated, but I'm trying to track down a (very) reproducible error on one of our products where using Firefox with HTTP pipelining enabled results in garbled respo

DO NOT REPLY [Bug 50957] Blocking IO can serve wrong response data

2011-03-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50957 --- Comment #13 from Brad Plies 2011-03-28 16:42:53 EDT --- (In reply to comment #12) > None of those requests use async processing. Unless you explicitly use Servlet > 3.0 async APIs then isAsync() will always return false. In our applic

DO NOT REPLY [Bug 50957] Blocking IO can serve wrong response data

2011-03-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50957 --- Comment #12 from Mark Thomas 2011-03-28 16:03:53 EDT --- (In reply to comment #11) > (In reply to comment #10) > > To address the isAsync() question I suspect that this is not the cause > > since: > > - the issue is with static content

DO NOT REPLY [Bug 50957] Blocking IO can serve wrong response data

2011-03-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50957 --- Comment #11 from Brad Plies 2011-03-28 15:33:18 EDT --- (In reply to comment #10) > To address the isAsync() question I suspect that this is not the cause since: > - the issue is with static content where async state is not changing Ye

DO NOT REPLY [Bug 50957] Blocking IO can serve wrong response data

2011-03-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50957 --- Comment #10 from Mark Thomas 2011-03-28 15:04:59 EDT --- I have been looking at this as well. To address the isAsync() question I suspect that this is not the cause since: - the issue is with static content where async state is not cha

DO NOT REPLY [Bug 50957] Blocking IO can serve wrong response data

2011-03-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50957 --- Comment #9 from Brad Plies 2011-03-28 14:44:59 EDT --- Brainstorming out loud after examining some Tomcat code... In the witnessed case of receiving ImageA.gif as ImageB.gif, this suggests that the same InternalOutputBuffer was re-use

DO NOT REPLY [Bug 50957] Blocking IO can serve wrong response data

2011-03-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50957 --- Comment #8 from Brad Plies 2011-03-23 01:01:58 EDT --- (In reply to comment #7) > (In reply to comment #0) > > Tomcat: 7.0.8 > > OS: Windows 2008 Server (x64) > > > > Compression enabled on both HTTP and HTTPS connectors. > > > > (.

DO NOT REPLY [Bug 50957] Blocking IO can serve wrong response data

2011-03-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50957 --- Comment #7 from Konstantin Kolinko 2011-03-22 20:55:21 EDT --- (In reply to comment #0) > Tomcat: 7.0.8 > OS: Windows 2008 Server (x64) > > Compression enabled on both HTTP and HTTPS connectors. > > (...) > Once the behavior was det

DO NOT REPLY [Bug 50957] Blocking IO can serve wrong response data

2011-03-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50957 --- Comment #6 from Brad Plies 2011-03-22 20:19:48 EDT --- (In reply to comment #5) > Getting ahead of myself I know, but if my suspicions prove to be correct, are > you able to test BIO and a potentially fixed 7.0.x in the environment whe

DO NOT REPLY [Bug 50957] Blocking IO can serve wrong response data

2011-03-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50957 --- Comment #5 from Mark Thomas 2011-03-22 19:31:20 EDT --- That BIO worked in 6 but has the error in 7 does point to this being a Tomcat bug. I've checked the request queuing code and that looks OK. However, a larger change was the async

DO NOT REPLY [Bug 50957] Blocking IO can serve wrong response data

2011-03-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50957 --- Comment #4 from Brad Plies 2011-03-22 19:25:29 EDT --- (In reply to comment #1) > Experience has shown that most instances of this type of error are triggered > by > application bugs rather than Tomcat bugs - usually in the form of re

DO NOT REPLY [Bug 50957] Blocking IO can serve wrong response data

2011-03-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50957 --- Comment #3 from Brad Plies 2011-03-22 19:17:07 EDT --- (In reply to comment #1) > Experience has shown that most instances of this type of error are triggered > by > application bugs rather than Tomcat bugs - usually in the form of re

DO NOT REPLY [Bug 50957] Blocking IO can serve wrong response data

2011-03-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50957 --- Comment #2 from Brad Plies 2011-03-22 18:51:58 EDT --- Found a few other somewhat related threads "Response Swapping" http://marc.info/?l=tomcat-user&m=130048233431588&w=2 mod_jk & Tomcat 5.5.30 http://marc.info/?l=tomcat-user&m=129

DO NOT REPLY [Bug 50957] Blocking IO can serve wrong response data

2011-03-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50957 Mark Thomas changed: What|Removed |Added OS/Version||All --- Comment #1 from Mark Thomas

DO NOT REPLY [Bug 50957] Blocking IO can serve wrong response data

2011-03-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50957 Brad Plies changed: What|Removed |Added CC||bpl...@bulliondirect.com OS/V