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

svn commit: r1084427 - /tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProtocol.java

2011-03-22 Thread markt
Author: markt Date: Wed Mar 23 00:36:16 2011 New Revision: 1084427 URL: http://svn.apache.org/viewvc?rev=1084427&view=rev Log: Rename, no functional change Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProtocol.java Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProtocol.j

svn commit: r1084424 - /tomcat/trunk/java/org/apache/coyote/http11/Http11AprProtocol.java

2011-03-22 Thread markt
Author: markt Date: Wed Mar 23 00:27:00 2011 New Revision: 1084424 URL: http://svn.apache.org/viewvc?rev=1084424&view=rev Log: Rename, no functional change Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11AprProtocol.java Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11A

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

svn commit: r1084422 - /tomcat/trunk/java/org/apache/coyote/http11/Http11NioProtocol.java

2011-03-22 Thread markt
Author: markt Date: Wed Mar 23 00:17:33 2011 New Revision: 1084422 URL: http://svn.apache.org/viewvc?rev=1084422&view=rev Log: Rename, no functional change Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11NioProtocol.java Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11N

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

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

2011-03-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50957 Summary: Blocking IO can serve wrong response data Product: Tomcat 7 Version: 7.0.8 Platform: PC OS/Version: Windows XP Status: NEW Severity: critical Priorit

svn commit: r1084271 - /tomcat/trunk/modules/jdbc-pool/test/org/apache/tomcat/jdbc/test/CheckOutThreadTest.java

2011-03-22 Thread markt
Author: markt Date: Tue Mar 22 17:58:15 2011 New Revision: 1084271 URL: http://svn.apache.org/viewvc?rev=1084271&view=rev Log: Remove unnecessary casts Modified: tomcat/trunk/modules/jdbc-pool/test/org/apache/tomcat/jdbc/test/CheckOutThreadTest.java Modified: tomcat/trunk/modules/jdbc-pool

svn commit: r1084171 - /tomcat/trunk/conf/catalina.policy

2011-03-22 Thread markt
Author: markt Date: Tue Mar 22 13:32:12 2011 New Revision: 1084171 URL: http://svn.apache.org/viewvc?rev=1084171&view=rev Log: Tweak wording, try to make clearer Modified: tomcat/trunk/conf/catalina.policy Modified: tomcat/trunk/conf/catalina.policy URL: http://svn.apache.org/viewvc/tomcat/

svn commit: r1084158 - /tomcat/tc6.0.x/trunk/conf/web.xml

2011-03-22 Thread markt
Author: markt Date: Tue Mar 22 13:08:03 2011 New Revision: 1084158 URL: http://svn.apache.org/viewvc?rev=1084158&view=rev Log: CTR. Fix comment typo. Modified: tomcat/tc6.0.x/trunk/conf/web.xml Modified: tomcat/tc6.0.x/trunk/conf/web.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trun

svn commit: r1084120 - /tomcat/trunk/java/org/apache/catalina/filters/ExpiresFilter.java

2011-03-22 Thread markt
Author: markt Date: Tue Mar 22 09:55:10 2011 New Revision: 1084120 URL: http://svn.apache.org/viewvc?rev=1084120&view=rev Log: Remove unused code Modified: tomcat/trunk/java/org/apache/catalina/filters/ExpiresFilter.java Modified: tomcat/trunk/java/org/apache/catalina/filters/ExpiresFilter.j

svn commit: r1084117 - /tomcat/trunk/res/findbugs/filter-false-positives.xml

2011-03-22 Thread markt
Author: markt Date: Tue Mar 22 09:50:04 2011 New Revision: 1084117 URL: http://svn.apache.org/viewvc?rev=1084117&view=rev Log: Add another false positive Modified: tomcat/trunk/res/findbugs/filter-false-positives.xml Modified: tomcat/trunk/res/findbugs/filter-false-positives.xml URL: http:/

svn commit: r1084116 - /tomcat/trunk/java/org/apache/catalina/connector/Request.java

2011-03-22 Thread markt
Author: markt Date: Tue Mar 22 09:49:50 2011 New Revision: 1084116 URL: http://svn.apache.org/viewvc?rev=1084116&view=rev Log: Fix an Eclipse warning Modified: tomcat/trunk/java/org/apache/catalina/connector/Request.java Modified: tomcat/trunk/java/org/apache/catalina/connector/Request.java

svn commit: r1084115 - in /tomcat/trunk/java/org/apache/catalina: connector/Request.java security/SecurityClassLoad.java

2011-03-22 Thread markt
Author: markt Date: Tue Mar 22 09:42:29 2011 New Revision: 1084115 URL: http://svn.apache.org/viewvc?rev=1084115&view=rev Log: Use standard approach for pre-loading classes Modified: tomcat/trunk/java/org/apache/catalina/connector/Request.java tomcat/trunk/java/org/apache/catalina/securit

svn commit: r1084109 - in /tomcat/trunk/webapps: docs/ host-manager/ host-manager/WEB-INF/ host-manager/WEB-INF/jsp/ manager/ manager/WEB-INF/ manager/WEB-INF/jsp/

2011-03-22 Thread markt
Author: markt Date: Tue Mar 22 08:57:12 2011 New Revision: 1084109 URL: http://svn.apache.org/viewvc?rev=1084109&view=rev Log: Prevent the custom error pages for the Manager and Host Manager applications from being accessed directly. Added: tomcat/trunk/webapps/host-manager/WEB-INF/jsp/

svn commit: r1084107 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

2011-03-22 Thread markt
Author: markt Date: Tue Mar 22 08:53:40 2011 New Revision: 1084107 URL: http://svn.apache.org/viewvc?rev=1084107&view=rev Log: Typo Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc

svn commit: r1084103 - in /tomcat/trunk/webapps: host-manager/401.jsp host-manager/403.jsp manager/401.jsp manager/403.jsp

2011-03-22 Thread markt
Author: markt Date: Tue Mar 22 08:46:00 2011 New Revision: 1084103 URL: http://svn.apache.org/viewvc?rev=1084103&view=rev Log: Remove unnecessary code that makes switching to other authentication methods difficult. Modified: tomcat/trunk/webapps/host-manager/401.jsp tomcat/trunk/webapps/