svn commit: r979614 - in /tomcat/site/trunk: docs/index.html xdocs/index.xml

2010-07-27 Thread jfclere
Author: jfclere Date: Tue Jul 27 09:32:20 2010 New Revision: 979614 URL: http://svn.apache.org/viewvc?rev=979614&view=rev Log: Add a link to the Friday Schedule. Modified: tomcat/site/trunk/docs/index.html tomcat/site/trunk/xdocs/index.xml Modified: tomcat/site/trunk/docs/index.html URL:

Re: svn commit: r964219 [1/2] - in /tomcat/trunk: java/org/apache/catalina/filters/ test/org/apache/catalina/filters/ webapps/docs/ webapps/docs/config/

2010-07-27 Thread Remy Maucherat
On Wed, 2010-07-14 at 22:11 +, ma...@apache.org wrote: > Author: markt > Date: Wed Jul 14 22:11:30 2010 > New Revision: 964219 > > URL: http://svn.apache.org/viewvc?rev=964219&view=rev > Log: > Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48998 > Add the ExpiresFilter, a port of mod_

DO NOT REPLY [Bug 49655] New: ExpressionFactoryImpl.createMethodExpression() is not EL 2.2 Spec conform

2010-07-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49655 Summary: ExpressionFactoryImpl.createMethodExpression() is not EL 2.2 Spec conform Product: Tomcat 7 Version: 7.0.0 Platform: All OS/Version: All Status: NEW

DO NOT REPLY [Bug 49655] ExpressionFactoryImpl.createMethodExpression() is not EL 2.2 Spec conform

2010-07-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49655 --- Comment #1 from Sascha Gro 2010-07-27 10:34:53 EDT --- Bug at Sun EL https://uel.dev.java.net/issues/show_bug.cgi?id=18 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this m

Re: svn commit: r966613 - in /tomcat/trunk: build.xml test/org/apache/catalina/startup/TestTomcatSSL.java test/org/apache/catalina/startup/TomcatBaseTest.java webapps/docs/changelog.xml

2010-07-27 Thread Mark Thomas
On 22/07/2010 14:33, Mladen Turk wrote: > On 07/22/2010 02:22 PM, Mark Thomas wrote: >> On 22/07/2010 13:18, ma...@apache.org wrote: >>> Author: markt >>> Date: Thu Jul 22 12:18:59 2010 >>> New Revision: 966613 >>> >>> URL: http://svn.apache.org/viewvc?rev=966613&view=rev >>> Log: >>> Run all unit

Re: More sources of Tomcat memory leaks

2010-07-27 Thread Mark Thomas
On 26/07/2010 09:16, Arjen Knibbe wrote: > > After being plaged by PermGen space OutOfMemoryErrors I came across an > http://java.dzone.com/articles/memory-leak-protection-tomcat interview with > Mark Thomas announcing the solution for these kinds of memory leaks. I > upgraded Tomcat 6.0.26 on S

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

2010-07-27 Thread markt
Author: markt Date: Tue Jul 27 20:24:11 2010 New Revision: 979844 URL: http://svn.apache.org/viewvc?rev=979844&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/we

svn commit: r979849 - in /tomcat/trunk: build.properties.default build.xml

2010-07-27 Thread markt
Author: markt Date: Tue Jul 27 20:25:35 2010 New Revision: 979849 URL: http://svn.apache.org/viewvc?rev=979849&view=rev Log: Provide control over which connectors are used to run tests - helpful when (as now) only one of the connectors has issues Modified: tomcat/trunk/build.properties.defau

svn commit: r979850 - /tomcat/trunk/java/org/apache/catalina/core/AprLifecycleListener.java

2010-07-27 Thread markt
Author: markt Date: Tue Jul 27 20:26:14 2010 New Revision: 979850 URL: http://svn.apache.org/viewvc?rev=979850&view=rev Log: Prevent JVM crashes caused by shutting down the APR library too early. Modified: tomcat/trunk/java/org/apache/catalina/core/AprLifecycleListener.java Modified: tomcat/

svn commit: r979852 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2010-07-27 Thread markt
Author: markt Date: Tue Jul 27 20:27:16 2010 New Revision: 979852 URL: http://svn.apache.org/viewvc?rev=979852&view=rev Log: Only need to wait a single pollTime, not one pollTime for each poller. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java Modified: tomcat/trunk/j

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

2010-07-27 Thread markt
Author: markt Date: Tue Jul 27 20:27:56 2010 New Revision: 979853 URL: http://svn.apache.org/viewvc?rev=979853&view=rev Log: Fix unit test failure with APR connector. Make sure MBeans are de-registered when connector stops. Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11AprProtoc

svn commit: r979854 - /tomcat/trunk/test/org/apache/catalina/startup/TestTomcatSSL.java

2010-07-27 Thread markt
Author: markt Date: Tue Jul 27 20:28:38 2010 New Revision: 979854 URL: http://svn.apache.org/viewvc?rev=979854&view=rev Log: Fix unit test failure with APR. SSL renegotiation will not work by default for this connector. Modified: tomcat/trunk/test/org/apache/catalina/startup/TestTomcatSSL.ja

svn commit: r979865 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2010-07-27 Thread markt
Author: markt Date: Tue Jul 27 20:56:10 2010 New Revision: 979865 URL: http://svn.apache.org/viewvc?rev=979865&view=rev Log: Fix unit test failure. Ignore exceptions when destroying APR connector if APR was never initialised. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint

svn commit: r979872 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2010-07-27 Thread markt
Author: markt Date: Tue Jul 27 21:05:16 2010 New Revision: 979872 URL: http://svn.apache.org/viewvc?rev=979872&view=rev Log: Code clean-up Remove deps on o.a.catalina Fix a couple of Eclipse nags Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java Modified: tomcat/trunk/j

svn commit: r979896 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2010-07-27 Thread markt
Author: markt Date: Tue Jul 27 22:36:06 2010 New Revision: 979896 URL: http://svn.apache.org/viewvc?rev=979896&view=rev Log: More unit test fixes - better handling when APR/native connector is not started Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java Modified: tomca

Re: svn commit: r966882 - in /tomcat/trunk: build.properties.default build.xml checkstyle.xml webapps/docs/changelog.xml

2010-07-27 Thread Bill Barker
"Bill Barker" wrote in message news:i2dl9b$i6...@dough.gmane.org... "Bill Barker" wrote in message news:i2dje8$es...@dough.gmane.org... wrote in message news:2010073130.a183d2388...@eris.apache.org... Author: markt Date: Thu Jul 22 22:31:30 2010 New Revision: 966882 URL: http:/

Re: svn commit: r966613 - in /tomcat/trunk: build.xml test/org/apache/catalina/startup/TestTomcatSSL.java test/org/apache/catalina/startup/TomcatBaseTest.java webapps/docs/changelog.xml

2010-07-27 Thread Mladen Turk
On 07/27/2010 08:00 PM, Mark Thomas wrote: What happens if you disable the terminateAPR call? Thanks. That was it. I changed the point where that was called and that fixed it although it did then highlight a huge delay (~30s) to shutdown the connector. I've got to the bottom of that too and am