DO NOT REPLY [Bug 51124] ArrayIndexOutOfBoundsException after setting org.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true

2011-05-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51124 --- Comment #5 from Ramiro 2011-05-05 07:42:04 UTC --- No plans for us to upgrade to 7.0 in the near future. We are already testing 6.0.32 with the patch in #2, so no binary patch needed for us, thanks. We will apply Mark patch in trunk to

DO NOT REPLY [Bug 51088] ArrayIndexOutOfBoundsException from org.apache.el.parser.JJTELParserState

2011-05-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51088 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from Mark Th

svn commit: r1099730 - /tomcat/native/branches/1.1.x/native/src/sslcontext.c

2011-05-05 Thread jfclere
Author: jfclere Date: Thu May 5 09:16:08 2011 New Revision: 1099730 URL: http://svn.apache.org/viewvc?rev=1099730&view=rev Log: Add the openssl error message to thrown error message. Modified: tomcat/native/branches/1.1.x/native/src/sslcontext.c Modified: tomcat/native/branches/1.1.x/native

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

2011-05-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50950 --- Comment #6 from Mark Thomas 2011-05-05 10:31:40 UTC --- The attached test case is just an empty zip. Not helpful. Failing to mention that this only occurs when running a security manager and that the stack trace appears on session expi

svn commit: r1099772 - in /tomcat/trunk: java/org/apache/catalina/ha/session/DeltaSession.java webapps/docs/changelog.xml

2011-05-05 Thread markt
Author: markt Date: Thu May 5 12:38:44 2011 New Revision: 1099772 URL: http://svn.apache.org/viewvc?rev=1099772&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50950 Correct possible NotSerializableException for an authenticated session when running with a security manager.

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

2011-05-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50950 --- Comment #7 from Mark Thomas 2011-05-05 12:46:36 UTC --- This is fixed in 7.0.x and will be included in 7.0.13 onwards. It looks like back-porting the 7.0.x will be insufficient to address all the issues in 6.0.x. I'm working on a 6.0.x

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

2011-05-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50950 Mark Thomas changed: What|Removed |Added Status|REOPENED|NEEDINFO --- Comment #8 from Mark Th

svn commit: r1099789 - in /tomcat/trunk: java/org/apache/el/lang/ELArithmetic.java test/org/apache/el/lang/TestELArithmetic.java webapps/docs/changelog.xml

2011-05-05 Thread markt
Author: markt Date: Thu May 5 13:39:09 2011 New Revision: 1099789 URL: http://svn.apache.org/viewvc?rev=1099789&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47371 Correctly coerce the empty string to zero when used as an operand in EL arithmetic. Patch provided by gbt. M

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

2011-05-05 Thread markt
Author: markt Date: Thu May 5 13:41:09 2011 New Revision: 1099791 URL: http://svn.apache.org/viewvc?rev=1099791&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

DO NOT REPLY [Bug 47371] EL expression parser error when getter methed return an empty string

2011-05-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47371 --- Comment #5 from Mark Thomas 2011-05-05 13:40:56 UTC --- Thanks for the patch. It has been applied (along with a test case) to 7.0.x and will be included in 7.0.13 onwards. The patch has also been proposed for 6.0.x. -- Configure bugm

buildbot failure in ASF Buildbot on tomcat-trunk

2011-05-05 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/1631 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source St

svn commit: r1099801 - /tomcat/trunk/webapps/docs/changelog.xml

2011-05-05 Thread markt
Author: markt Date: Thu May 5 13:46:51 2011 New Revision: 1099801 URL: http://svn.apache.org/viewvc?rev=1099801&view=rev Log: Fix typo Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/

buildbot success in ASF Buildbot on tomcat-trunk

2011-05-05 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/1632 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

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

2011-05-05 Thread markt
Author: markt Date: Thu May 5 14:29:04 2011 New Revision: 1099820 URL: http://svn.apache.org/viewvc?rev=1099820&view=rev Log: Revert r830965 and restore the automatic disabling of HTTP keep-alive once 75% of the threads are in use. Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11

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

2011-05-05 Thread markt
Author: markt Date: Thu May 5 14:30:11 2011 New Revision: 1099821 URL: http://svn.apache.org/viewvc?rev=1099821&view=rev Log: Ensure keepAliveLeft count is maintained with pipelined requests Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java Modified: tomcat/trunk/jav

svn commit: r1099834 - in /tomcat/trunk: java/org/apache/coyote/http11/Http11Processor.java java/org/apache/coyote/http11/Http11Protocol.java webapps/docs/changelog.xml webapps/docs/config/http.xml

2011-05-05 Thread markt
Author: markt Date: Thu May 5 15:01:46 2011 New Revision: 1099834 URL: http://svn.apache.org/viewvc?rev=1099834&view=rev Log: Add disableKeepAlivePercentage attribute to the HTTP-BIO connector Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java tomcat/trunk/java/org

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

2011-05-05 Thread markt
Author: markt Date: Thu May 5 15:11:18 2011 New Revision: 1099838 URL: http://svn.apache.org/viewvc?rev=1099838&view=rev Log: Simplify the keep-alive tracking and fix a couple of issues with the keep-alive disable code Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.jav

svn commit: r1099850 - in /tomcat/trunk: java/org/apache/coyote/ajp/AjpAprProtocol.java java/org/apache/coyote/http11/Http11AprProtocol.java java/org/apache/tomcat/util/net/AprEndpoint.java webapps/do

2011-05-05 Thread markt
Author: markt Date: Thu May 5 15:42:59 2011 New Revision: 1099850 URL: http://svn.apache.org/viewvc?rev=1099850&view=rev Log: Merge maxConnections and pollerSize for the APR connectors. Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProtocol.java tomcat/trunk/java/org/apache/coy

svn commit: r1099855 - in /tomcat/trunk: java/org/apache/tomcat/util/net/JIoEndpoint.java webapps/docs/config/ajp.xml webapps/docs/config/http.xml

2011-05-05 Thread markt
Author: markt Date: Thu May 5 15:53:57 2011 New Revision: 1099855 URL: http://svn.apache.org/viewvc?rev=1099855&view=rev Log: Use maxThreads value as the default for maxConnections with the BIO connector. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/JIoEndpoint.java tomcat/trun

svn commit: r1099856 - /tomcat/trunk/webapps/docs/changelog.xml

2011-05-05 Thread markt
Author: markt Date: Thu May 5 15:55:10 2011 New Revision: 1099856 URL: http://svn.apache.org/viewvc?rev=1099856&view=rev Log: Update changelog Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/

Re: BIO performance issues

2011-05-05 Thread Mark Thomas
On 04/05/2011 16:17, Filip Hanik - Dev Lists wrote: > Here is what I propose, and you'll see that it's pretty much inline with > what you suggest. > > a) add in a flag that lets keep alive be turned off during concurrency > disableKeepAlivePercentage="75" > this would be the default value. and wou

Re: BIO performance issues

2011-05-05 Thread Filip Hanik - Dev Lists
fan-tastic! Thank you! On 5/5/2011 9:56 AM, Mark Thomas wrote: On 04/05/2011 16:17, Filip Hanik - Dev Lists wrote: Here is what I propose, and you'll see that it's pretty much inline with what you suggest. a) add in a flag that lets keep alive be turned off during concurrency disableKeepAliveP

Time for 7.0.13

2011-05-05 Thread Mark Thomas
All open bugs (apart from 49683 which should probably be re-classed as an enhancement) have been fixed in trunk, the BIO changes have been applied and recent enhancement requests (with patches) have been applied. I am about to start the testing cycle before tagging 7.0.13. If anyone can see anyth

Re: Time for 7.0.13

2011-05-05 Thread Filip Hanik - Dev Lists
+1 Filip On 5/5/2011 10:00 AM, Mark Thomas wrote: All open bugs (apart from 49683 which should probably be re-classed as an enhancement) have been fixed in trunk, the BIO changes have been applied and recent enhancement requests (with patches) have been applied. I am about to start the testing

DO NOT REPLY [Bug 51099] SPNEGO loginConfigName does not work

2011-05-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51099 Gerard Borst changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

DO NOT REPLY [Bug 51099] SPNEGO loginConfigName does not work

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

DO NOT REPLY [Bug 51154] New: Spurious @deprecated tags in ServletContext

2011-05-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51154 Bug #: 51154 Summary: Spurious @deprecated tags in ServletContext Product: Tomcat 7 Version: trunk Platform: PC OS/Version: Windows XP Status: NEW Severity

DO NOT REPLY [Bug 51155] New: Missing @deprecated comments

2011-05-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51155 Bug #: 51155 Summary: Missing @deprecated comments Product: Tomcat 7 Version: trunk Platform: PC OS/Version: Windows XP Status: NEW Severity: normal

DO NOT REPLY [Bug 51156] New: "Expire sessions" button not visible for context configured in server.xml

2011-05-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51156 Bug #: 51156 Summary: "Expire sessions" button not visible for context configured in server.xml Product: Tomcat 6 Version: unspecified Platform: All OS/Versi

DO NOT REPLY [Bug 51156] "Expire sessions" button not visible for context configured in server.xml

2011-05-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51156 kubak changed: What|Removed |Added CC||ja...@pakamera.com.pl -- Configure bugmai

DO NOT REPLY [Bug 51124] ArrayIndexOutOfBoundsException after setting org.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true

2011-05-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51124 --- Comment #6 from Juergen 2011-05-06 06:44:44 UTC --- We also used the code in the tomcat repository to patch our current tomcat 6.0.32 and will get back to you after it has been in production for some time. Thanks again for you help! -