svn commit: r1596971 - /tomcat/trunk/test/org/apache/catalina/valves/TestStuckThreadDetectionValve.java

2014-05-22 Thread slaurent
Author: slaurent Date: Thu May 22 21:24:06 2014 New Revision: 1596971 URL: http://svn.apache.org/r1596971 Log: hopefully fixed timing issue in TestStuckThreadDetectionValve when the test is run on ASF buildbot... Modified: tomcat/trunk/test/org/apache/catalina/valves

svn commit: r1596664 - /tomcat/site/trunk/docs/ci.html

2014-05-21 Thread slaurent
Author: slaurent Date: Wed May 21 19:52:19 2014 New Revision: 1596664 URL: http://svn.apache.org/r1596664 Log: reverted fixed URLs to documentation snapshots because they are actually correct. There's a misconfig in the buildbot Modified: tomcat/site/trunk/docs/ci.html Modified: tomcat

svn commit: r1596390 - /tomcat/trunk/test/org/apache/catalina/valves/TestStuckThreadDetectionValve.java

2014-05-20 Thread slaurent
Author: slaurent Date: Tue May 20 20:19:01 2014 New Revision: 1596390 URL: http://svn.apache.org/r1596390 Log: fixed timing and enclosed thread.join in a finally to avoid stopping the webapp before the request is finished (in case of assertion failure) Modified: tomcat/trunk/test/org

svn commit: r1596401 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/valves/TestStuckThreadDetectionValve.java

2014-05-20 Thread slaurent
Author: slaurent Date: Tue May 20 20:36:14 2014 New Revision: 1596401 URL: http://svn.apache.org/r1596401 Log: fixed timing and enclosed thread.join in a finally to avoid stopping the webapp before the request is finished (in case of assertion failure) Modified: tomcat/tc7.0.x/trunk

svn commit: r1596415 - /tomcat/site/trunk/docs/ci.html

2014-05-20 Thread slaurent
Author: slaurent Date: Tue May 20 20:58:55 2014 New Revision: 1596415 URL: http://svn.apache.org/r1596415 Log: fixed URLs to documentation snapshots Modified: tomcat/site/trunk/docs/ci.html Modified: tomcat/site/trunk/docs/ci.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs

svn commit: r1596047 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/valves/ test/org/apache/catalina/valves/ webapps/docs/ webapps/docs/config/

2014-05-19 Thread slaurent
Author: slaurent Date: Mon May 19 20:26:23 2014 New Revision: 1596047 URL: http://svn.apache.org/r1596047 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56526 Improved StuckThreadDetectionValve to allow to interrupt stuck threads. merged r1595331 from trunk Added: tomcat/tc7.0

svn commit: r1596052 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/ test/org/apache/catalina/core/ webapps/docs/ webapps/docs/config/

2014-05-19 Thread slaurent
Author: slaurent Date: Mon May 19 20:42:56 2014 New Revision: 1596052 URL: http://svn.apache.org/r1596052 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56461 New option to make context startup fail if a load-on-startup servlet fails merged r1595690 from trunk Modified: tomcat

svn commit: r1595690 - in /tomcat/trunk: java/org/apache/catalina/core/ test/org/apache/catalina/core/ webapps/docs/ webapps/docs/config/

2014-05-18 Thread slaurent
Author: slaurent Date: Sun May 18 21:16:42 2014 New Revision: 1595690 URL: http://svn.apache.org/r1595690 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56461 New option to make context startup fail if a load-on-startup servlet fails Modified: tomcat/trunk/java/org/apache

svn commit: r1595331 - in /tomcat/trunk: java/org/apache/catalina/valves/ test/org/apache/catalina/valves/ webapps/docs/ webapps/docs/config/

2014-05-16 Thread slaurent
Author: slaurent Date: Fri May 16 20:05:08 2014 New Revision: 1595331 URL: http://svn.apache.org/r1595331 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56526 Improved StuckThreadDetectionValve to allow to interrupt stuck threads. Added: tomcat/trunk/test/org/apache/catalina

svn commit: r1593132 - in /tomcat/trunk: java/org/apache/tomcat/util/threads/StopPooledThreadException.java java/org/apache/tomcat/util/threads/TaskThread.java java/org/apache/tomcat/util/threads/Thre

2014-05-15 Thread slaurent
Author: slaurent Date: Wed May 7 20:39:07 2014 New Revision: 1593132 URL: http://svn.apache.org/r1593132 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56492 Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56492 Avoid eclipse debugger pausing on uncaught exceptions when

svn commit: r1593392 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/threads/ webapps/docs/

2014-05-11 Thread slaurent
Author: slaurent Date: Thu May 8 19:36:10 2014 New Revision: 1593392 URL: http://svn.apache.org/r1593392 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56492 Avoid eclipse debugger pausing on uncaught exceptions when tomcat renews its threads Added: tomcat/tc7.0.x/trunk/java

svn commit: r1210012 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/ java/org/apache/catalina/loader/ java/org/apache/catalina/startup/ java/org/apache/naming/resources/ test/org/apache/

2011-12-03 Thread slaurent
Author: slaurent Date: Sat Dec 3 21:37:49 2011 New Revision: 1210012 URL: http://svn.apache.org/viewvc?rev=1210012view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51741 bug 51741: Eclipse WTP Serve modules without publishing broken with tc7, needs patch in tomcat https

svn commit: r1209683 - /tomcat/trunk/.gitignore

2011-12-02 Thread slaurent
Author: slaurent Date: Fri Dec 2 20:34:29 2011 New Revision: 1209683 URL: http://svn.apache.org/viewvc?rev=1209683view=rev Log: synced svn ignores to git ignores Modified: tomcat/trunk/.gitignore Modified: tomcat/trunk/.gitignore URL: http://svn.apache.org/viewvc/tomcat/trunk/.gitignore

svn commit: r1209686 [2/2] - in /tomcat/trunk: java/org/apache/catalina/core/ java/org/apache/catalina/loader/ java/org/apache/catalina/startup/ java/org/apache/naming/resources/ test/org/apache/catal

2011-12-02 Thread slaurent
Propchange: tomcat/trunk/test/webapp-3.0-virtual-webapp/src/main/webapp2/rsrc/resourceH.properties -- svn:eol-style = native Added:

svn commit: r1209731 - in /tomcat/trunk: ./ test/org/apache/catalina/loader/ test/webapp-3.0-virtual-library/ test/webapp-3.0-virtual-library/target/ test/webapp-3.0-virtual-library/target/classes/ te

2011-12-02 Thread slaurent
Author: slaurent Date: Fri Dec 2 22:16:33 2011 New Revision: 1209731 URL: http://svn.apache.org/viewvc?rev=1209731view=rev Log: bug 51741: Eclipse WTP Serve modules without publishing broken with tc7, needs patch in tomcat https://issues.apache.org/bugzilla/show_bug.cgi?id=51741 fixed

svn commit: r1174353 - in /tomcat/trunk: java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java java/org/apache/catalina/core/LocalStrings.properties webapps/docs/config/listeners.xml

2011-09-22 Thread slaurent
Author: slaurent Date: Thu Sep 22 20:01:52 2011 New Revision: 1174353 URL: http://svn.apache.org/viewvc?rev=1174353view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51862 bug 51862: JreMemoryLeakPreventionListener enhancement to load configurable classes https

svn commit: r1174359 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java java/org/apache/catalina/core/LocalStrings.properties webapps/docs/config/listene

2011-09-22 Thread slaurent
Author: slaurent Date: Thu Sep 22 20:06:58 2011 New Revision: 1174359 URL: http://svn.apache.org/viewvc?rev=1174359view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51862 bug 51862: JreMemoryLeakPreventionListener enhancement to load configurable classes https

svn commit: r1174372 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2011-09-22 Thread slaurent
Author: slaurent Date: Thu Sep 22 20:20:26 2011 New Revision: 1174372 URL: http://svn.apache.org/viewvc?rev=1174372view=rev Log: bug 51862: JreMemoryLeakPreventionListener enhancement to load configurable classes https://issues.apache.org/bugzilla/show_bug.cgi?id=51862 Modified: tomcat

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

2011-09-22 Thread slaurent
Author: slaurent Date: Thu Sep 22 20:33:43 2011 New Revision: 1174376 URL: http://svn.apache.org/viewvc?rev=1174376view=rev Log: bug 51862: JreMemoryLeakPreventionListener enhancement to load configurable classes https://issues.apache.org/bugzilla/show_bug.cgi?id=51862 Modified: tomcat

svn commit: r1164222 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2011-09-01 Thread slaurent
Author: slaurent Date: Thu Sep 1 19:27:54 2011 New Revision: 1164222 URL: http://svn.apache.org/viewvc?rev=1164222view=rev Log: removed unused sections Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http

svn commit: r1164235 - /tomcat/tc7.0.x/trunk/

2011-09-01 Thread slaurent
Author: slaurent Date: Thu Sep 1 19:47:13 2011 New Revision: 1164235 URL: http://svn.apache.org/viewvc?rev=1164235view=rev Log: adding subclipse:tags for tc7 tags up to 7.0.21 to allow subclipse to display tags in history view. Modified: tomcat/tc7.0.x/trunk/ (props changed) Propchange

svn commit: r1163802 - in /tomcat: tc7.0.x/trunk/java/org/apache/catalina/loader/WebappClassLoader.java trunk/java/org/apache/catalina/loader/WebappClassLoader.java

2011-08-31 Thread slaurent
Author: slaurent Date: Wed Aug 31 20:35:22 2011 New Revision: 1163802 URL: http://svn.apache.org/viewvc?rev=1163802view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51741 bug 51741: Eclipse WTP Serve modules without publishing broken with tc7, needs patch in tomcat Modified

svn commit: r1163804 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2011-08-31 Thread slaurent
Author: slaurent Date: Wed Aug 31 20:37:38 2011 New Revision: 1163804 URL: http://svn.apache.org/viewvc?rev=1163804view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51741 bug 51741: Eclipse WTP Serve modules without publishing broken with tc7, needs patch in tomcat added

svn commit: r1163807 - in /tomcat: tc7.0.x/trunk/ trunk/

2011-08-31 Thread slaurent
Author: slaurent Date: Wed Aug 31 20:38:53 2011 New Revision: 1163807 URL: http://svn.apache.org/viewvc?rev=1163807view=rev Log: bug 51741: Eclipse WTP Serve modules without publishing broken with tc7, needs patch in tomcat https://issues.apache.org/bugzilla/show_bug.cgi?id=51741 Modified

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

2011-04-08 Thread slaurent
Author: slaurent Date: Fri Apr 8 20:51:37 2011 New Revision: 1090441 URL: http://svn.apache.org/viewvc?rev=1090441view=rev Log: changelog for r1090003 / StuckThreadDetectionValve Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http

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

2011-04-08 Thread slaurent
Author: slaurent Date: Fri Apr 8 22:10:37 2011 New Revision: 1090468 URL: http://svn.apache.org/viewvc?rev=1090468view=rev Log: bug 50306: Detect stuck threads complement to changelog Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL

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

2011-04-08 Thread slaurent
Author: slaurent Date: Fri Apr 8 22:12:47 2011 New Revision: 1090470 URL: http://svn.apache.org/viewvc?rev=1090470view=rev Log: proposed backport of bug 50306: Detect stuck threads Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http

svn commit: r1090003 - in /tomcat/trunk: java/org/apache/catalina/valves/LocalStrings.properties java/org/apache/catalina/valves/StuckThreadDetectionValve.java java/org/apache/catalina/valves/mbeans-d

2011-04-07 Thread slaurent
Author: slaurent Date: Thu Apr 7 20:50:28 2011 New Revision: 1090003 URL: http://svn.apache.org/viewvc?rev=1090003view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=50306 StuckThreadDetectionValve, based on code proposed by TomLu Added: tomcat/trunk/java/org/apache/catalina

svn commit: r1056553 - in /tomcat/trunk: java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java java/org/apache/catalina/core/LocalStrings.properties webapps/docs/changelog.xml webapps/doc

2011-01-07 Thread slaurent
Author: slaurent Date: Fri Jan 7 22:56:30 2011 New Revision: 1056553 URL: http://svn.apache.org/viewvc?rev=1056553view=rev Log: bug 50556: improve JreMemoryLeakPreventionListener against leak caused by LdapPoolManager https://issues.apache.org/bugzilla/show_bug.cgi?id=50556 Modified

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

2011-01-07 Thread slaurent
Author: slaurent Date: Fri Jan 7 23:17:36 2011 New Revision: 1056557 URL: http://svn.apache.org/viewvc?rev=1056557view=rev Log: proposed bacport on tc 6 for bug 50556: improve JreMemoryLeakPreventionListener against leak caused by LdapPoolManager https://issues.apache.org/bugzilla/show_bug.cgi

svn commit: r1051682 - in /tomcat/trunk/java/org/apache/tomcat/util/threads: LocalStrings.properties ThreadPoolExecutor.java res/LocalStrings.properties res/LocalStrings_es.properties res/LocalStrings

2010-12-21 Thread slaurent
Author: slaurent Date: Tue Dec 21 22:26:55 2010 New Revision: 1051682 URL: http://svn.apache.org/viewvc?rev=1051682view=rev Log: bug 49159: Improve ThreadLocal memory leak clean-up https://issues.apache.org/bugzilla/show_bug.cgi?id=49159 - merged LocalStrings.properties file from package

svn commit: r1050150 - in /tomcat/trunk/java/org/apache/catalina/core: LocalStrings.properties LocalStrings_es.properties LocalStrings_fr.properties StandardContext.java

2010-12-16 Thread slaurent
Author: slaurent Date: Thu Dec 16 20:40:36 2010 New Revision: 1050150 URL: http://svn.apache.org/viewvc?rev=1050150view=rev Log: bug 48822: Include contest name in reload and stop log statements https://issues.apache.org/bugzilla/show_bug.cgi?id=48822 Modified: tomcat/trunk/java/org/apache

svn commit: r1050160 - in /tomcat: tc6.0.x/trunk/STATUS.txt trunk/webapps/docs/changelog.xml

2010-12-16 Thread slaurent
Author: slaurent Date: Thu Dec 16 21:07:55 2010 New Revision: 1050160 URL: http://svn.apache.org/viewvc?rev=1050160view=rev Log: bug 48822: Include contest name in reload and stop log statements https://issues.apache.org/bugzilla/show_bug.cgi?id=48822 changelog + proposed for tomcat 6 Modified

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

2010-12-12 Thread slaurent
Author: slaurent Date: Sun Dec 12 22:53:33 2010 New Revision: 1044951 URL: http://svn.apache.org/viewvc?rev=1044951view=rev Log: bug 50459: StandardContext.bindThread() and unbindThread() are not symmetrical and not limited to current thread https://issues.apache.org/bugzilla/show_bug.cgi?id

svn commit: r1044952 - /tomcat/tc6.0.x/trunk/

2010-12-12 Thread slaurent
Author: slaurent Date: Sun Dec 12 22:55:12 2010 New Revision: 1044952 URL: http://svn.apache.org/viewvc?rev=1044952view=rev Log: svn:ignore work and logs directories as discussed on dev list Modified: tomcat/tc6.0.x/trunk/ (props changed) Propchange: tomcat/tc6.0.x/trunk

svn commit: r1044746 - /tomcat/trunk/java/org/apache/catalina/core/StandardContext.java

2010-12-11 Thread slaurent
Author: slaurent Date: Sun Dec 12 00:10:39 2010 New Revision: 1044746 URL: http://svn.apache.org/viewvc?rev=1044746view=rev Log: bug 50459: StandardContext.bindThread() and unbindThread() are not symmetrical and not limited to current thread https://issues.apache.org/bugzilla/show_bug.cgi?id

svn commit: r1044747 - /tomcat/trunk/java/org/apache/catalina/core/StandardContext.java

2010-12-11 Thread slaurent
Author: slaurent Date: Sun Dec 12 00:16:33 2010 New Revision: 1044747 URL: http://svn.apache.org/viewvc?rev=1044747view=rev Log: bug 50459: StandardContext.bindThread() and unbindThread() are not symmetrical and not limited to current thread https://issues.apache.org/bugzilla/show_bug.cgi?id

svn commit: r1044083 - /tomcat/trunk/java/org/apache/catalina/core/ThreadLocalLeakPreventionListener.java

2010-12-09 Thread slaurent
Author: slaurent Date: Thu Dec 9 18:55:04 2010 New Revision: 1044083 URL: http://svn.apache.org/viewvc?rev=1044083view=rev Log: bug 49159: Improve ThreadLocal memory leak clean-up https://issues.apache.org/bugzilla/show_bug.cgi?id=49159 some formatting after discussion over the list (operator

svn commit: r1044088 - /tomcat/trunk/

2010-12-09 Thread slaurent
Author: slaurent Date: Thu Dec 9 18:59:14 2010 New Revision: 1044088 URL: http://svn.apache.org/viewvc?rev=1044088view=rev Log: ignore work and logs directories as discussed on dev list Modified: tomcat/trunk/ (props changed) Propchange: tomcat/trunk

svn commit: r1044145 - in /tomcat/trunk: java/org/apache/catalina/core/ java/org/apache/tomcat/util/threads/ test/org/apache/tomcat/util/threads/

2010-12-09 Thread slaurent
Author: slaurent Date: Thu Dec 9 22:11:27 2010 New Revision: 1044145 URL: http://svn.apache.org/viewvc?rev=1044145view=rev Log: bug 49159: Improve ThreadLocal memory leak clean-up https://issues.apache.org/bugzilla/show_bug.cgi?id=49159 Use a dedicated thread when calling web application code

svn commit: r1042786 - in /tomcat/trunk/java/org/apache: catalina/core/ catalina/loader/ tomcat/util/threads/

2010-12-06 Thread slaurent
Author: slaurent Date: Mon Dec 6 20:49:14 2010 New Revision: 1042786 URL: http://svn.apache.org/viewvc?rev=1042786view=rev Log: bug 49159: Improve ThreadLocal memory leak clean-up https://issues.apache.org/bugzilla/show_bug.cgi?id=49159 Various fixes after review by markt : formatting, use

svn commit: r1042447 - /tomcat/trunk/webapps/docs/config/listeners.xml

2010-12-05 Thread slaurent
Author: slaurent Date: Sun Dec 5 21:06:25 2010 New Revision: 1042447 URL: http://svn.apache.org/viewvc?rev=1042447view=rev Log: bug 50282 / fixed some typos in documentation Modified: tomcat/trunk/webapps/docs/config/listeners.xml Modified: tomcat/trunk/webapps/docs/config/listeners.xml

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

2010-12-05 Thread slaurent
Author: slaurent Date: Sun Dec 5 21:07:49 2010 New Revision: 1042448 URL: http://svn.apache.org/viewvc?rev=1042448view=rev Log: sort entries by ascending BZ number Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http

svn commit: r1042452 - /tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java

2010-12-05 Thread slaurent
Author: slaurent Date: Sun Dec 5 21:26:22 2010 New Revision: 1042452 URL: http://svn.apache.org/viewvc?rev=1042452view=rev Log: bug 50282 / fixed line length Modified: tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java Modified: tomcat/trunk/java/org/apache

svn commit: r1042482 - in /tomcat/trunk: ./ conf/ java/org/apache/catalina/core/ java/org/apache/catalina/loader/ java/org/apache/tomcat/util/threads/ res/confinstall/ webapps/ webapps/docs/ webapps/d

2010-12-05 Thread slaurent
Author: slaurent Date: Sun Dec 5 22:54:05 2010 New Revision: 1042482 URL: http://svn.apache.org/viewvc?rev=1042482view=rev Log: bug 49159: Improve ThreadLocal memory leak clean-up https://issues.apache.org/bugzilla/show_bug.cgi?id=49159 Renewing threads of the pool when a webapp is stopped

svn commit: r1042022 - in /tomcat: tc6.0.x/trunk/STATUS.txt trunk/java/org/apache/catalina/session/StandardManager.java trunk/webapps/docs/changelog.xml

2010-12-03 Thread slaurent
Author: slaurent Date: Fri Dec 3 22:00:58 2010 New Revision: 1042022 URL: http://svn.apache.org/viewvc?rev=1042022view=rev Log: bug 48973 (enhancement): Don't create SESSIONS.ser when no session exists https://issues.apache.org/bugzilla/show_bug.cgi?id=48973 Modified: tomcat/tc6.0.x/trunk

svn commit: r1042029 - in /tomcat: tc6.0.x/trunk/STATUS.txt trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java trunk/webapps/docs/changelog.xml trunk/webapps/docs/config/listener

2010-12-03 Thread slaurent
Author: slaurent Date: Fri Dec 3 22:19:11 2010 New Revision: 1042029 URL: http://svn.apache.org/viewvc?rev=1042029view=rev Log: bug 50282 : Load javax.security.auth.login.Configuration with JreMemoryLeakPreventionListener to avoid memory leak when stopping a webapp that would use JAAS

svn commit: r1041613 - in /tomcat/site/trunk: docs/whoweare.html xdocs/whoweare.xml

2010-12-02 Thread slaurent
Author: slaurent Date: Thu Dec 2 22:14:23 2010 New Revision: 1041613 URL: http://svn.apache.org/viewvc?rev=1041613view=rev Log: added slaurent as committer Modified: tomcat/site/trunk/docs/whoweare.html tomcat/site/trunk/xdocs/whoweare.xml Modified: tomcat/site/trunk/docs/whoweare.html