DO NOT REPLY [Bug 50989] JSP causing memory leaks under high load, multi-version

2011-03-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50989 --- Comment #1 from an...@deontik.com 2011-03-29 01:27:57 EDT --- Created an attachment (id=26810) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26810) Simple Hello World servlet for comparison with JSP (does not cause memory le

DO NOT REPLY [Bug 50989] New: JSP causing memory leaks under high load, multi-version

2011-03-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50989 Summary: JSP causing memory leaks under high load, multi-version Product: Tomcat 6 Version: 6.0.32 Platform: All OS/Version: All Status: NEW Severit

DO NOT REPLY [Bug 50975] IIS connector times out on Transfer Encoded content, never sending the chunked content

2011-03-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50975 Aaron Johnson changed: What|Removed |Added Attachment #26808|Don't send content type for |Don't send content length d

DO NOT REPLY [Bug 50975] IIS connector times out on Transfer Encoded content, never sending the chunked content

2011-03-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50975 --- Comment #1 from Aaron Johnson 2011-03-28 18:05:44 EDT --- Created an attachment (id=26808) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26808) Don't send content type for chunked content >From what I can tell, in the cas

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

svn commit: r1086352 - in /tomcat/trunk/java/org/apache/catalina/connector: CoyoteAdapter.java LocalStrings.properties

2011-03-28 Thread markt
Author: markt Date: Mon Mar 28 19:19:23 2011 New Revision: 1086352 URL: http://svn.apache.org/viewvc?rev=1086352&view=rev Log: Protect against things going wrong during access logging. An un-handled exception here could trigger some unexpected code paths. Possible contributing factor to https://

svn commit: r1086349 - in /tomcat/trunk/java/org/apache/coyote: ajp/ http11/

2011-03-28 Thread markt
Author: markt Date: Mon Mar 28 19:15:06 2011 New Revision: 1086349 URL: http://svn.apache.org/viewvc?rev=1086349&view=rev Log: Move the processor.recycle calls to just before the point where the processor is returned to the pool. This ensures returned processors are recycled (this could have bee

svn commit: r1086347 - /tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java

2011-03-28 Thread markt
Author: markt Date: Mon Mar 28 19:10:31 2011 New Revision: 1086347 URL: http://svn.apache.org/viewvc?rev=1086347&view=rev Log: Always recycle unless it is an async request. Possible contributing factor to https://issues.apache.org/bugzilla/show_bug.cgi?id=50957 ? Modified: tomcat/trunk/java/

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

svn commit: r1086203 - in /tomcat/trunk/java/org/apache/coyote/http11: Http11NioProcessor.java InternalAprOutputBuffer.java InternalNioOutputBuffer.java InternalOutputBuffer.java

2011-03-28 Thread markt
Author: markt Date: Mon Mar 28 12:16:47 2011 New Revision: 1086203 URL: http://svn.apache.org/viewvc?rev=1086203&view=rev Log: Remove unused code Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java tomcat/trunk/java/org/apache/coyote/http11/InternalAprOutputBuffer

svn commit: r1086201 - in /tomcat/trunk: java/org/apache/coyote/http11/Constants.java test/org/apache/coyote/http11/TestGzipOutputFilter.java

2011-03-28 Thread markt
Author: markt Date: Mon Mar 28 12:09:24 2011 New Revision: 1086201 URL: http://svn.apache.org/viewvc?rev=1086201&view=rev Log: Remove constant only used by tests Modified: tomcat/trunk/java/org/apache/coyote/http11/Constants.java tomcat/trunk/test/org/apache/coyote/http11/TestGzipOutputFi

Bugzilla and Tomcat 3/4

2011-03-28 Thread Mark Thomas
There are no open issues in either of these projects. Since development has essentially ceased, I made these read-only today. This can always be reverted if someone gets an itch to start work on those versions. Mark - To unsubscr

DO NOT REPLY [Bug 48685] Spnego Support in Tomcat

2011-03-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48685 --- Comment #27 from Mark Thomas 2011-03-28 08:01:05 EDT --- I'd managed to work out the system properties. I currently suspect issues with my jaas.conf and/or krb5.conf or possibly the keytab file. Samples of those would help although I am

DO NOT REPLY [Bug 50872] Intermittent SSL failure - client certificate not found

2011-03-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50872 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

DO NOT REPLY [Bug 50872] Intermittent SSL failure - client certificate not found

2011-03-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50872 Clive Nicholson changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVA

Tomcat7.sh example script

2011-03-28 Thread Ognjen Blagojevic
Hi, Commons-daemon that goes with Tomcat 7.0.11 includes Tomcat7.sh init.d example script. Out-of-the box, that script runs on default JVM, which is for 32-bit Sun Java equal to 'Client' JVM. I assume that starting tomcat on 'Server' JVM is generally better then 'Client' JVM. What do you thi

DO NOT REPLY [Bug 12428] request.getUserPrincipal(): Misinterpretation of specification?

2011-03-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=12428 Mark Thomas changed: What|Removed |Added Component|Catalina|Catalina Version|Nightly

svn commit: r1086158 - /tomcat/trunk/webapps/docs/windows-auth-howto.xml

2011-03-28 Thread markt
Author: markt Date: Mon Mar 28 08:49:49 2011 New Revision: 1086158 URL: http://svn.apache.org/viewvc?rev=1086158&view=rev Log: Update based on feedback Fix typos Modified: tomcat/trunk/webapps/docs/windows-auth-howto.xml Modified: tomcat/trunk/webapps/docs/windows-auth-howto.xml URL: http:/

DO NOT REPLY [Bug 48685] Spnego Support in Tomcat

2011-03-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48685 --- Comment #26 from Michael Osipov <1983-01...@gmx.net> 2011-03-28 04:40:34 EDT --- Mark, here's what you need to make it run: I expect you/someone to have an already working AD environment where the server with tomcat running is registe

DO NOT REPLY [Bug 47679] Not all headers get passed to Tomcat server from isapi_redirect.dll

2011-03-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47679 --- Comment #3 from Mark Thomas 2011-03-28 04:25:56 EDT --- Report on users list of similar issues on windows 2k8/ IIS 7.5: http://markmail.org/message/obnvxffoc4wwy2x4 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cg

DO NOT REPLY [Bug 50984] Manager application fails to report stranded artifacts when undeploying

2011-03-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50984 Mark Thomas changed: What|Removed |Added Version|7.0.10 |7.0.11 --- Comment #1 from Mark Thom

DO NOT REPLY [Bug 50983] IE 7 & 8 issues with docx and xlsx file extention

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

svn commit: r1086148 - in /tomcat/site/trunk: docs/security-5.html docs/security-6.html xdocs/security-5.xml xdocs/security-6.xml

2011-03-28 Thread markt
Author: markt Date: Mon Mar 28 08:13:27 2011 New Revision: 1086148 URL: http://svn.apache.org/viewvc?rev=1086148&view=rev Log: Correct issue title Modified: tomcat/site/trunk/docs/security-5.html tomcat/site/trunk/docs/security-6.html tomcat/site/trunk/xdocs/security-5.xml tomcat/

Re: Mark's r906443

2011-03-28 Thread Mark Thomas
On 27/03/2011 23:50, Konstantin Kolinko wrote: > In > http://svn.apache.org/viewvc?view=revision&revision=906443 > > the description of CVE-2009-2901 was updated to say that it only > affects Windows platforms. > > There might be reasons why deploy may fail on unixes as well (e.g. > full disk). T

Re: svn commit: r1085764 - in /tomcat/trunk/webapps/docs: project.xml windows-auth-howto.xml

2011-03-28 Thread Mark Thomas
On 27/03/2011 23:10, Konstantin Kolinko wrote: > 2011/3/26 : >> Author: markt >> Date: Sat Mar 26 16:45:26 2011 >> New Revision: 1085764 >> >> URL: http://svn.apache.org/viewvc?rev=1085764&view=rev >> Log: >> Add some Windows authentication notes to the docs >> >> Added: >>tomcat/trunk/webapps

DO NOT REPLY [Bug 50984] New: Manager application fails to report stranded artifacts when undeploying

2011-03-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50984 Summary: Manager application fails to report stranded artifacts when undeploying Product: Tomcat 7 Version: 7.0.10 Platform: PC OS/Version: Linux Status: NEW

DO NOT REPLY [Bug 50983] New: IE 7 & 8 issues with docx and xlsx file extention

2011-03-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50983 Summary: IE 7 & 8 issues with docx and xlsx file extention Product: Tomcat 6 Version: unspecified Platform: PC OS/Version: Windows XP Status: NEW Severity: major

DO NOT REPLY [Bug 50950] NotSerializableException: org.apache.catalina.realm.GenericPrincipal

2011-03-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50950 --- Comment #5 from Ronald Klop 2011-03-28 03:09:58 EDT --- Created an attachment (id=26803) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26803) full stacktrace Mmm, my (new) terminal doesn't copy what is outside the viewport