svn commit: r1298741 - /tomcat/jk/trunk/native/iis/jk_isapi_plugin.c

2012-03-09 Thread mturk
Author: mturk Date: Fri Mar 9 08:10:59 2012 New Revision: 1298741 URL: http://svn.apache.org/viewvc?rev=1298741view=rev Log: Use win32 API strlen function instead casting size_t to int Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c Modified:

svn commit: r1298742 - /tomcat/jk/trunk/native/iis/pcre/config.hw

2012-03-09 Thread mturk
Author: mturk Date: Fri Mar 9 08:18:42 2012 New Revision: 1298742 URL: http://svn.apache.org/viewvc?rev=1298742view=rev Log: Silent size_t - int warnings for win64 Modified: tomcat/jk/trunk/native/iis/pcre/config.hw Modified: tomcat/jk/trunk/native/iis/pcre/config.hw URL:

svn commit: r1298748 - /tomcat/jk/tags/JK_1_2_33/

2012-03-09 Thread mturk
Author: mturk Date: Fri Mar 9 08:29:26 2012 New Revision: 1298748 URL: http://svn.apache.org/viewvc?rev=1298748view=rev Log: Tag 1.2.33 Added: tomcat/jk/tags/JK_1_2_33/ - copied from r1298747, tomcat/jk/trunk/ - To

svn commit: r1298771 - in /tomcat/tc7.0.x/trunk: ./ res/ide-support/eclipse/java-compiler-errors-warnings.txt

2012-03-09 Thread markt
Author: markt Date: Fri Mar 9 09:45:01 2012 New Revision: 1298771 URL: http://svn.apache.org/viewvc?rev=1298771view=rev Log: Start to simplify the merge info. Merge additional changes from trunk where appropriate. Modified: tomcat/tc7.0.x/trunk/ (props changed)

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

2012-03-09 Thread markt
Author: markt Date: Fri Mar 9 09:51:47 2012 New Revision: 1298773 URL: http://svn.apache.org/viewvc?rev=1298773view=rev Log: Simplify the merge info. Modified: tomcat/tc7.0.x/trunk/ (props changed) Propchange: tomcat/tc7.0.x/trunk/

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

2012-03-09 Thread markt
Author: markt Date: Fri Mar 9 10:01:55 2012 New Revision: 1298774 URL: http://svn.apache.org/viewvc?rev=1298774view=rev Log: Simplify merge info Modified: tomcat/tc7.0.x/trunk/ (props changed) Propchange: tomcat/tc7.0.x/trunk/

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

2012-03-09 Thread markt
Author: markt Date: Fri Mar 9 10:09:35 2012 New Revision: 1298777 URL: http://svn.apache.org/viewvc?rev=1298777view=rev Log: Simplify merge info Modified: tomcat/tc7.0.x/trunk/ (props changed) Propchange: tomcat/tc7.0.x/trunk/

svn commit: r1298781 - in /tomcat/tc7.0.x/trunk: ./ res/ide-support/eclipse/java-compiler-errors-warnings.txt

2012-03-09 Thread markt
Author: markt Date: Fri Mar 9 10:24:30 2012 New Revision: 1298781 URL: http://svn.apache.org/viewvc?rev=1298781view=rev Log: Start to simplify the merge info. Merge additional changes from trunk where appropriate. Modified: tomcat/tc7.0.x/trunk/ (props changed)

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

2012-03-09 Thread markt
Author: markt Date: Fri Mar 9 10:29:26 2012 New Revision: 1298782 URL: http://svn.apache.org/viewvc?rev=1298782view=rev Log: More merge info simplification Modified: tomcat/tc7.0.x/trunk/ (props changed) Propchange: tomcat/tc7.0.x/trunk/

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

2012-03-09 Thread markt
Author: markt Date: Fri Mar 9 10:35:03 2012 New Revision: 1298783 URL: http://svn.apache.org/viewvc?rev=1298783view=rev Log: More merge info simplification Modified: tomcat/tc7.0.x/trunk/ (props changed) Propchange: tomcat/tc7.0.x/trunk/

[jira] [Created] (MTOMCAT-125) mvn tomcat7:run got javax.naming.NameNotFoundException: Name jdbc is not bound in this Context

2012-03-09 Thread guofeng zhang (Created) (JIRA)
mvn tomcat7:run got javax.naming.NameNotFoundException: Name jdbc is not bound in this Context Key: MTOMCAT-125 URL:

svn commit: r1298786 - in /tomcat/tc7.0.x/trunk: ./ webapps/examples/jsp/index.html

2012-03-09 Thread markt
Author: markt Date: Fri Mar 9 10:52:10 2012 New Revision: 1298786 URL: http://svn.apache.org/viewvc?rev=1298786view=rev Log: More merge info simplification. Merge additional changes from trunk where appropriate. Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1298792 - in /tomcat/site/trunk: docs/tools.html xdocs/tools.xml

2012-03-09 Thread markt
Author: markt Date: Fri Mar 9 11:34:46 2012 New Revision: 1298792 URL: http://svn.apache.org/viewvc?rev=1298792view=rev Log: Add UCDetector and FindBugs to the tools page Modified: tomcat/site/trunk/docs/tools.html tomcat/site/trunk/xdocs/tools.xml Modified:

svn commit: r1298793 - /tomcat/trunk/java/org/apache/jasper/compiler/Generator.java

2012-03-09 Thread markt
Author: markt Date: Fri Mar 9 11:50:45 2012 New Revision: 1298793 URL: http://svn.apache.org/viewvc?rev=1298793view=rev Log: Use final where suggested by the UCDetector Modified: tomcat/trunk/java/org/apache/jasper/compiler/Generator.java Modified:

svn commit: r1298794 - /tomcat/trunk/java/org/apache/jasper/compiler/Generator.java

2012-03-09 Thread markt
Author: markt Date: Fri Mar 9 11:51:42 2012 New Revision: 1298794 URL: http://svn.apache.org/viewvc?rev=1298794view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52776 Refactor the code so JspFragment.invoke cleans up after itself. Patch provided by Karl von Randow. Modified:

svn commit: r1298796 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/compiler/Generator.java webapps/docs/changelog.xml

2012-03-09 Thread markt
Author: markt Date: Fri Mar 9 11:54:13 2012 New Revision: 1298796 URL: http://svn.apache.org/viewvc?rev=1298796view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52776 Refactor the code so JspFragment.invoke cleans up after itself. Patch provided by Karl von Randow. Modified:

DO NOT REPLY [Bug 52776] Generator's JspFragment.invoke implementation does not reset ELContext[JspContext.class]

2012-03-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52776 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[VOTE] Release Apache Tomcat Connectors 1.2.33

2012-03-09 Thread Mladen Turk
Release candidate artefacts [1] based on tag [2] are ready for vote. The vote will stay open for at least 72 hours. Apache Tomcat Connectors 1.2.33 release candidate is [+1] Stable, release [-1] Do not release because of ... [1] https://svn.apache.org/repos/asf/tomcat/jk/tags/JK_1_2_33

buildbot success in ASF Buildbot on tomcat-trunk

2012-03-09 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/2838 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

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

2012-03-09 Thread markt
Author: markt Date: Fri Mar 9 12:29:20 2012 New Revision: 1298809 URL: http://svn.apache.org/viewvc?rev=1298809view=rev Log: Clean-up Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL:

Re: svn commit: r1298590 - in /tomcat/trunk/java/org/apache/catalina/realm: RealmBase.java X509SubjectDnRetriever.java

2012-03-09 Thread Christopher Schultz
Mark, On 3/8/12 4:25 PM, ma...@apache.org wrote: Author: markt Date: Thu Mar 8 21:25:31 2012 New Revision: 1298590 URL: http://svn.apache.org/viewvc?rev=1298590view=rev Log: Fix various Checkstyle / Eclipse warnings and failures This built cleanly for me, and all (expected) tests

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

2012-03-09 Thread Christopher Schultz
Mark, On 3/9/12 7:29 AM, ma...@apache.org wrote: Author: markt Date: Fri Mar 9 12:29:20 2012 New Revision: 1298809 URL: http://svn.apache.org/viewvc?rev=1298809view=rev Log: Clean-up I pretty much boned that whole commit, eh? I'm very sorry for the noise. -chris signature.asc

Re: svn commit: r1298590 - in /tomcat/trunk/java/org/apache/catalina/realm: RealmBase.java X509SubjectDnRetriever.java

2012-03-09 Thread Mark Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/03/2012 14:33, Christopher Schultz wrote: Mark, On 3/8/12 4:25 PM, ma...@apache.org wrote: Author: markt Date: Thu Mar 8 21:25:31 2012 New Revision: 1298590 URL: http://svn.apache.org/viewvc?rev=1298590view=rev Log: Fix various

DO NOT REPLY [Bug 52833] NPE with 7.0.26

2012-03-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52833 --- Comment #4 from Mark Thomas ma...@apache.org 2012-03-09 15:09:56 UTC --- I'm not exactly sure what is going on here as I can't repeat this with a simple test case. However, it does appear that r1242101 is the root cause. I can only

DO NOT REPLY [Bug 52850] Various miscellaneous fixes to Tomcat Memory Leak Detection code

2012-03-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52850 --- Comment #5 from Mark Thomas ma...@apache.org 2012-03-09 15:29:13 UTC --- (In reply to comment #0) - Most of the detection and fixing code has been tested ONLY on Sun JVMs. Correct. - Tests in

Re: [GUMP@vmgump]: Project tomcat-taglibs-standard (in module tomcat-taglibs) failed

2012-03-09 Thread Stefan Bodewig
Hi all, The reason you get these nags is that your taglib POMs refer to a parent POM of version 1-SNAPSHOT while the parent in svn is 2-SNAPSHOT and Maven doesn't ask any repository for the parent (likely because it's a SNAPSHOT) or otherwise Gump would hand out your trunk version. Could you

svn commit: r1298971 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/realm/RealmBase.java java/org/apache/catalina/realm/X509SubjectDnRetriever.java

2012-03-09 Thread schultz
Author: schultz Date: Fri Mar 9 18:36:37 2012 New Revision: 1298971 URL: http://svn.apache.org/viewvc?rev=1298971view=rev Log: Back-ported two cleanup patches from markt. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/realm/RealmBase.java

svn commit: r1298983 - in /tomcat/trunk: java/org/apache/catalina/loader/WebappClassLoader.java test/org/apache/catalina/loader/TestWebappClassLoaderExecutorMemoryLeak.java test/org/apache/catalina/lo

2012-03-09 Thread markt
Author: markt Date: Fri Mar 9 19:08:49 2012 New Revision: 1298983 URL: http://svn.apache.org/viewvc?rev=1298983view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52850 Enable the memoey leak protection code to play nicely with IBM JVMs as well as Oracle JVMs. Extend test case

svn commit: r1298984 - in /tomcat/trunk/test/org/apache/catalina/loader: TestWebappClassLoaderExecutorMemoryLeak.java TestWebappClassLoaderThreadLocalMemoryLeak.java

2012-03-09 Thread markt
Author: markt Date: Fri Mar 9 19:10:09 2012 New Revision: 1298984 URL: http://svn.apache.org/viewvc?rev=1298984view=rev Log: Fix eol Modified: tomcat/trunk/test/org/apache/catalina/loader/TestWebappClassLoaderExecutorMemoryLeak.java (props changed)

svn commit: r1298986 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/loader/ test/org/apache/catalina/loader/ webapps/docs/

2012-03-09 Thread markt
Author: markt Date: Fri Mar 9 19:13:18 2012 New Revision: 1298986 URL: http://svn.apache.org/viewvc?rev=1298986view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52850 Enable the memoey leak protection code to play nicely with IBM JVMs as well as Oracle JVMs. Extend test case

DO NOT REPLY [Bug 52850] Various miscellaneous fixes to Tomcat Memory Leak Detection code

2012-03-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52850 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 52853] @HandlesTypes not resolving classes when added as repository directory

2012-03-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52853 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

buildbot failure in ASF Buildbot on tomcat-trunk

2012-03-09 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/2839 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

DO NOT REPLY [Bug 52718] An incomplete fix for the resource leak bug in NioEndpoint.java

2012-03-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52718 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED

svn commit: r1299016 - /tomcat/trunk/java/org/apache/catalina/session/ManagerBase.java

2012-03-09 Thread markt
Author: markt Date: Fri Mar 9 20:07:35 2012 New Revision: 1299016 URL: http://svn.apache.org/viewvc?rev=1299016view=rev Log: Use final where suggested by the UCDectector Modified: tomcat/trunk/java/org/apache/catalina/session/ManagerBase.java Modified:

svn commit: r1299017 - in /tomcat/trunk: java/org/apache/catalina/session/ManagerBase.java res/findbugs/filter-false-positives.xml

2012-03-09 Thread markt
Author: markt Date: Fri Mar 9 20:08:42 2012 New Revision: 1299017 URL: http://svn.apache.org/viewvc?rev=1299017view=rev Log: Filter an issue we can live with. Add comment to code explaining why. Modified: tomcat/trunk/java/org/apache/catalina/session/ManagerBase.java

DO NOT REPLY [Bug 52720] An incomplete fix for the resource leak bugs in ManagerBase.java

2012-03-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52720 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1299020 - in /tomcat/trunk/test/org/apache/catalina/loader: TestWebappClassLoaderExecutorMemoryLeak.java TestWebappClassLoaderThreadLocalMemoryLeak.java

2012-03-09 Thread markt
Author: markt Date: Fri Mar 9 20:15:48 2012 New Revision: 1299020 URL: http://svn.apache.org/viewvc?rev=1299020view=rev Log: Fix checkstyle warnings I missed earlier Modified: tomcat/trunk/test/org/apache/catalina/loader/TestWebappClassLoaderExecutorMemoryLeak.java

svn commit: r1299021 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/loader/TestWebappClassLoaderExecutorMemoryLeak.java test/org/apache/catalina/loader/TestWebappClassLoaderThreadLocalMemoryL

2012-03-09 Thread markt
Author: markt Date: Fri Mar 9 20:16:48 2012 New Revision: 1299021 URL: http://svn.apache.org/viewvc?rev=1299021view=rev Log: Fix checkstyle warnings I missed earlier Modified: tomcat/tc7.0.x/trunk/ (props changed)

DO NOT REPLY [Bug 52721] An incomplete fix for the resource leak bug in StandardContext.java

2012-03-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52721 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 52722] An incomplete fix for the resource leak bug in HTMLManagerServlet.java

2012-03-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52722 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1299033 - /tomcat/trunk/java/org/apache/catalina/session/StandardManager.java

2012-03-09 Thread markt
Author: markt Date: Fri Mar 9 20:32:11 2012 New Revision: 1299033 URL: http://svn.apache.org/viewvc?rev=1299033view=rev Log: Use final where suggested by the UCDectector Modified: tomcat/trunk/java/org/apache/catalina/session/StandardManager.java Modified:

svn commit: r1299034 - /tomcat/trunk/java/org/apache/catalina/session/StandardManager.java

2012-03-09 Thread markt
Author: markt Date: Fri Mar 9 20:32:50 2012 New Revision: 1299034 URL: http://svn.apache.org/viewvc?rev=1299034view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52723 Clean-up Modified: tomcat/trunk/java/org/apache/catalina/session/StandardManager.java Modified:

svn commit: r1299036 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/session/StandardManager.java webapps/docs/changelog.xml

2012-03-09 Thread markt
Author: markt Date: Fri Mar 9 20:33:59 2012 New Revision: 1299036 URL: http://svn.apache.org/viewvc?rev=1299036view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52723 Clean-up Modified: tomcat/tc7.0.x/trunk/ (props changed)

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

2012-03-09 Thread markt
Author: markt Date: Fri Mar 9 20:34:55 2012 New Revision: 1299038 URL: http://svn.apache.org/viewvc?rev=1299038view=rev Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

DO NOT REPLY [Bug 52723] An incomplete fix for the resource leak bugs in StandardManager.java

2012-03-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52723 Mark Thomas ma...@apache.org changed: What|Removed |Added OS/Version||All

buildbot success in ASF Buildbot on tomcat-trunk

2012-03-09 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/2840 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

DO NOT REPLY [Bug 52837] NullPointerException at AprEndpoint.getCometPoller()

2012-03-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52837 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

buildbot failure in ASF Buildbot on tomcat-trunk

2012-03-09 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/2841 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

buildbot success in ASF Buildbot on tomcat-trunk

2012-03-09 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/2842 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

DO NOT REPLY [Bug 52850] Various miscellaneous fixes to Tomcat Memory Leak Detection code

2012-03-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52850 --- Comment #7 from Rohit Kelapure kelap...@gmail.com 2012-03-09 22:20:48 UTC --- (In reply to comment #5) Thanks for accepting the patch I don't see any changes to address this. Did I miss them? Ensure that key and value types ALWAYS

[GUMP@vmgump]: Project tomcat-tc7.0.x-test (in module tomcat-7.0.x) failed

2012-03-09 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-tc7.0.x-test has an issue affecting its community integration.

[GUMP@vmgump]: Project tomcat-taglibs-standard (in module tomcat-taglibs) failed

2012-03-09 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-taglibs-standard has an issue affecting its community