DO NOT REPLY [Bug 50839] Closing connection on the client side (browser) during unfinished transmission result in 100% CPU slike for 30 sec during socket shutdownd in jk_connect.c

2011-03-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50839 Jeffrey Tacy changed: What|Removed |Added Version|unspecified |1.2.31 Severity|major

DO NOT REPLY [Bug 48813] Allow the parameter org.apache.el.parser.COERCE_TO_ZERO to be set on runtime

2011-03-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48813 Ramiro Pereira de Magalhães changed: What|Removed |Added Status|NEW |RESOLVED Res

DO NOT REPLY [Bug 50933] New: data corruption between mod_jk and mod_include

2011-03-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50933 Summary: data corruption between mod_jk and mod_include Product: Tomcat Connectors Version: 1.2.26 Platform: Other OS/Version: Linux Status: NEW Severity: normal

Confirming a bug with Tomcat 7 and Java Mail.

2011-03-14 Thread Peter P. Lupo
I would open an issue on Bugzilla but first I'd like to check it with you guys. I'm trying to add mail.jar (Java Mail) to my app's lib (the problem also happens with tomcat's lib). It is quite simple. If I do it, I start getting "Exception in thread http-bio-8080" error and it keeps printing it l

Re: Review Request: Proposed fix for BZ 50903

2011-03-14 Thread Filip Hanik
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/500/#review328 --- I think the entire solution is over complicated. Not a fan of introducin

DO NOT REPLY [Bug 50887] Enhancement to set security-provider within AjpAprProcessor

2011-03-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50887 --- Comment #5 from pkn...@mtg.de 2011-03-14 12:58:25 EDT --- (In reply to comment #4) > Created an attachment (id=26765) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26765) [details] > Proposed patch for Tomcat 6 I have teste

DO NOT REPLY [Bug 50929] New: [patch] Ensure rethrown exceptions retain the original cause

2011-03-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50929 Summary: [patch] Ensure rethrown exceptions retain the original cause Product: Tomcat 7 Version: trunk Platform: PC OS/Version: Windows XP Status: NEW

DO NOT REPLY [Bug 50885] JspServletWrapper can call destroy() on a JSP page that is still in service()

2011-03-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50885 --- Comment #1 from Mark Thomas 2011-03-14 10:52:38 EDT --- I'm leaning towards marking this as WONTFIX. No user has reported an error and I can't see a way to fix this that wouldn't cause bigger problems. If there were an error it would b

DO NOT REPLY [Bug 50306] Detect stuck threads

2011-03-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50306 --- Comment #9 from TomLu 2011-03-14 10:30:23 EDT --- Created an attachment (id=26769) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26769) New Valve: StuckThreadDetectionValve Looking at the source, a Valve seems like a much

svn commit: r1081391 - /tomcat/trunk/java/org/apache/jasper/compiler/JspRuntimeContext.java

2011-03-14 Thread markt
Author: markt Date: Mon Mar 14 14:25:14 2011 New Revision: 1081391 URL: http://svn.apache.org/viewvc?rev=1081391&view=rev Log: Fix typo Modified: tomcat/trunk/java/org/apache/jasper/compiler/JspRuntimeContext.java Modified: tomcat/trunk/java/org/apache/jasper/compiler/JspRuntimeContext.java

DO NOT REPLY [Bug 50925] Key password no longer has to be same as keystore password

2011-03-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50925 --- Comment #3 from Sebb 2011-03-14 10:19:02 EDT --- See also Bug 50928. The attribute "keyPass" is used, but *only* as a default for "keyStorePass". The documentation in http://tomcat.apache.org/tomcat-7.0-doc/config/http.html#SSL_Suppo

DO NOT REPLY [Bug 50306] Detect stuck threads

2011-03-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50306 TomLu changed: What|Removed |Added Attachment #26451|0 |1 is obsolete|

DO NOT REPLY [Bug 50928] New: [patch] JSSESocketFactory - wrong password in KeyManagerFactory.init

2011-03-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50928 Summary: [patch] JSSESocketFactory - wrong password in KeyManagerFactory.init Product: Tomcat 7 Version: trunk Platform: PC OS/Version: Windows XP Status: NEW

DO NOT REPLY [Bug 50380] Make binary and source distributions available in Maven Central repository

2011-03-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50380 --- Comment #2 from Konstantin Kolinko 2011-03-14 09:47:44 EDT --- (In reply to comment #1) > artifact ID of "tomact" That was meant to be "tomcat", obviously. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=e

svn commit: r1081362 - /tomcat/tc6.0.x/trunk/STATUS.txt

2011-03-14 Thread kkolinko
Author: kkolinko Date: Mon Mar 14 13:12:31 2011 New Revision: 1081362 URL: http://svn.apache.org/viewvc?rev=1081362&view=rev Log: vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=10

DO NOT REPLY [Bug 50927] New: [patch] More specific error message for missing SSLCertificateFile

2011-03-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50927 Summary: [patch] More specific error message for missing SSLCertificateFile Product: Tomcat 7 Version: trunk Platform: PC OS/Version: Windows XP Status: NEW

svn commit: r1081351 - /tomcat/trunk/conf/web.xml

2011-03-14 Thread markt
Author: markt Date: Mon Mar 14 12:47:26 2011 New Revision: 1081351 URL: http://svn.apache.org/viewvc?rev=1081351&view=rev Log: Fix typos, remove whitespace Modified: tomcat/trunk/conf/web.xml Modified: tomcat/trunk/conf/web.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/conf/web.xml?rev

DO NOT REPLY [Bug 50924] Table does not mention Tomcat 7

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

svn commit: r1081350 - in /tomcat/trunk/webapps/docs: changelog.xml config/http.xml

2011-03-14 Thread markt
Author: markt Date: Mon Mar 14 12:39:01 2011 New Revision: 1081350 URL: http://svn.apache.org/viewvc?rev=1081350&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50924 Clean-up HTTP comparison table Modified: tomcat/trunk/webapps/docs/changelog.xml tomcat/trunk/webapps

DO NOT REPLY [Bug 50380] Make binary and source distributions available in Maven Central repository

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

DO NOT REPLY [Bug 28852] failonerror attribute on Ant tasks

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

svn commit: r1081341 - in /tomcat/tc5.5.x/trunk: ./ container/catalina/src/share/org/apache/catalina/ant/ container/webapps/docs/

2011-03-14 Thread markt
Author: markt Date: Mon Mar 14 11:56:53 2011 New Revision: 1081341 URL: http://svn.apache.org/viewvc?rev=1081341&view=rev Log: * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=28852 Add URL encoding where missing to parameters in URLs presented by Ant tasks to the Manager application. Bas

DO NOT REPLY [Bug 50189] AJP connector sends GET BODY CHUNK when reading after response closed

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

svn commit: r1081338 - in /tomcat/tc5.5.x/trunk: STATUS.txt container/catalina/src/share/org/apache/catalina/connector/OutputBuffer.java container/webapps/docs/changelog.xml

2011-03-14 Thread markt
Author: markt Date: Mon Mar 14 11:43:28 2011 New Revision: 1081338 URL: http://svn.apache.org/viewvc?rev=1081338&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50189 Once the application has finished writing to the response, prevent further reads from the request since this

svn commit: r1081335 - /tomcat/tc6.0.x/trunk/STATUS.txt

2011-03-14 Thread markt
Author: markt Date: Mon Mar 14 11:31:45 2011 New Revision: 1081335 URL: http://svn.apache.org/viewvc?rev=1081335&view=rev Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1

svn commit: r1081334 - in /tomcat/trunk: conf/web.xml webapps/docs/changelog.xml

2011-03-14 Thread markt
Author: markt Date: Mon Mar 14 11:30:35 2011 New Revision: 1081334 URL: http://svn.apache.org/viewvc?rev=1081334&view=rev Log: Remove whitespace Modified: tomcat/trunk/conf/web.xml tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/conf/web.xml URL: http://svn.apache.org/vie

svn commit: r1081313 - /tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml

2011-03-14 Thread kkolinko
Author: kkolinko Date: Mon Mar 14 10:20:06 2011 New Revision: 1081313 URL: http://svn.apache.org/viewvc?rev=1081313&view=rev Log: Add release date for 5.5.33 and a section for 5.5.34 fixes. Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml Modified: tomcat/tc5.5.x/trunk/con

svn commit: r1081310 - /tomcat/tc6.0.x/trunk/STATUS.txt

2011-03-14 Thread kkolinko
Author: kkolinko Date: Mon Mar 14 10:18:24 2011 New Revision: 1081310 URL: http://svn.apache.org/viewvc?rev=1081310&view=rev Log: Explain the issue and vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/t

svn commit: r1081294 - /tomcat/tc6.0.x/trunk/STATUS.txt

2011-03-14 Thread markt
Author: markt Date: Mon Mar 14 09:29:41 2011 New Revision: 1081294 URL: http://svn.apache.org/viewvc?rev=1081294&view=rev Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1

Re: Tomcat hangs while stopping -- bug48470

2011-03-14 Thread Mark Thomas
On 14/03/2011 08:39, Shekhar Chaudhary wrote: > Hi Team, > > I am using Tomcat version 6.0.20 on Windows Server 2008 R2. The problem is > that when I try to stop the server it gets hanged due to which I have to > restart my machine every time it happens. I found on Apache issues site that > th

Tomcat hangs while stopping -- bug48470

2011-03-14 Thread Shekhar Chaudhary
Hi Team, I am using Tomcat version 6.0.20 on Windows Server 2008 R2. The problem is that when I try to stop the server it gets hanged due to which I have to restart my machine every time it happens. I found on Apache issues site that this is a bug in Tomcat (bug48470) for which a patch is give