[Bug 54217] JDBC connection pool runs out of connections when Context reload=“true” is enabled in Tomcat

2014-01-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54217 --- Comment #12 from Levan --- (In reply to Mark Thomas from comment #11) > There are two separate issues in this report and WONTFIX is not the correct > status for either of them. > > The actual memory leak found while investigating this

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

2014-01-13 Thread remm
Author: remm Date: Mon Jan 13 12:38:30 2014 New Revision: 1557691 URL: http://svn.apache.org/r1557691 Log: Votes. 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=1557691&r1=1557690&r2=1

svn commit: r1557701 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/startup/ContextConfig.java

2014-01-13 Thread markt
Author: markt Date: Mon Jan 13 13:07:47 2014 New Revision: 1557701 URL: http://svn.apache.org/r1557701 Log: Back-port from XML processing improvements (part 5) Switch to a per context configuration for the XML digester Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/or

svn commit: r1557710 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/core/StandardContext.java java/org/apache/tomcat/util/digester/Digester.java

2014-01-13 Thread markt
Author: markt Date: Mon Jan 13 13:38:05 2014 New Revision: 1557710 URL: http://svn.apache.org/r1557710 Log: Back-port from XML processing improvements (part 6) Upgrade digester to use DefaultHandler2 and use LexicalHandler to detect publicId. Simplify web application version detection in web.xml

svn commit: r1557711 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/startup/ContextConfig.java java/org/apache/catalina/startup/TldConfig.java

2014-01-13 Thread markt
Author: markt Date: Mon Jan 13 13:40:48 2014 New Revision: 1557711 URL: http://svn.apache.org/r1557711 Log: Back-port from XML processing improvements (part 7) Switch o.a.catalina classes to use the new ErrorHandler Back-port of http://svn.apache.org/r1547937 Modified: tomcat/tc6.0.x/trunk/ST

svn commit: r1557714 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/jasper/xmlparser/ParserUtils.java java/org/apache/tomcat/util/descriptor/XmlErrorHandler.java

2014-01-13 Thread markt
Author: markt Date: Mon Jan 13 13:46:33 2014 New Revision: 1557714 URL: http://svn.apache.org/r1557714 Log: Back-port from XML processing improvements (part 8) Switch ParserUtils to use the new ErrorHandler Back-port of http://svn.apache.org/r1547947 and http://svn.apache.org/r1556840 Modified:

svn commit: r1557715 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/jasper/compiler/JspDocumentParser.java

2014-01-13 Thread markt
Author: markt Date: Mon Jan 13 13:49:31 2014 New Revision: 1557715 URL: http://svn.apache.org/r1557715 Log: Back-port from XML processing improvements (part 9) Switch JspDocumentParser to an DefaultHandler2 Back-port of http://svn.apache.org/r1547948 Modified: tomcat/tc6.0.x/trunk/STATUS.txt

[Bug 55973] Failure to parse MergedWebXml when validation is enabled in Jasper

2014-01-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55973 --- Comment #3 from Mark Thomas --- The fix has been applied to 6.0.x for 6.0.38 onwards. -- You are receiving this mail because: You are the assignee for the bug. - To

svn commit: r1557719 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/jasper/xmlparser/ParserUtils.java webapps/docs/changelog.xml

2014-01-13 Thread markt
Author: markt Date: Mon Jan 13 13:59:12 2014 New Revision: 1557719 URL: http://svn.apache.org/r1557719 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55973 Fix processing of XML schemas when validation is enabled in Jasper Back-port of http://svn.apache.org/r1556377 Modified: tom

[Bug 55119] Change Javadoc generation per CVE-2013-1571, VU#225657

2014-01-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55119 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

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

2014-01-13 Thread markt
Author: markt Date: Mon Jan 13 14:15:18 2014 New Revision: 1557724 URL: http://svn.apache.org/r1557724 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55119 Avoid CVE-2013-1571 when generating Javadoc Back-port of http://svn.apache.org/r1495875 Modified: tomcat/tc6.0.x/trunk/STATU

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

2014-01-13 Thread markt
Author: markt Date: Mon Jan 13 14:24:33 2014 New Revision: 1557727 URL: http://svn.apache.org/r1557727 Log: Propose an updated patch based on review comments 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/

[Bug 56000] New: Tomcat should log xml validation errors by default.

2014-01-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56000 Bug ID: 56000 Summary: Tomcat should log xml validation errors by default. Product: Tomcat 8 Version: 8.0.0-RC10 Hardware: All OS: All Status: NEW S

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

2014-01-13 Thread markt
Author: markt Date: Mon Jan 13 14:30:14 2014 New Revision: 1557728 URL: http://svn.apache.org/r1557728 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=1557728&r1=1557727&r

[Bug 56000] Tomcat should log xml validation errors by default.

2014-01-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56000 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: Taglib Site Update

2014-01-13 Thread Jeremy Boynes
On Jan 12, 2014, at 10:56 PM, Henri Yandell wrote: >> >> >> On Jan 11, 2014, at 10:58 PM, Henri Yandell wrote: >>> Remaining tasks: * Create a page to show source location. * Create a .cgi page for download mirrors *I hope that's gotten easier* * Change urls to point

svn commit: r1557747 - /tomcat/trunk/bin/catalina.sh

2014-01-13 Thread markt
Author: markt Date: Mon Jan 13 15:20:59 2014 New Revision: 1557747 URL: http://svn.apache.org/r1557747 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55743 Enable the stop script to work when the shutdown port is disabled and a PID file is defined. Modified: tomcat/trunk/bin/cat

[Bug 55743] Shutdown script broken on linux when only using PID-File

2014-01-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55743 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1557751 - in /tomcat/tc7.0.x/trunk: ./ bin/catalina.sh webapps/docs/changelog.xml

2014-01-13 Thread markt
Author: markt Date: Mon Jan 13 15:28:31 2014 New Revision: 1557751 URL: http://svn.apache.org/r1557751 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55743 Enable the stop script to work when the shutdown port is disabled and a PID file is defined. Modified: tomcat/tc7.0.x/trunk

buildbot exception in ASF Buildbot on tomcat-trunk

2014-01-13 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/5393 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source St

svn commit: r1557752 - /tomcat/trunk/bin/catalina.sh

2014-01-13 Thread markt
Author: markt Date: Mon Jan 13 15:39:47 2014 New Revision: 1557752 URL: http://svn.apache.org/r1557752 Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=55986 Ensure that if Tomcat is stopped via "kill -9 " that the script doesn't falsely report that it is still running. Based on a patch by

svn commit: r1557753 - in /tomcat/tc7.0.x/trunk: ./ bin/catalina.sh webapps/docs/changelog.xml

2014-01-13 Thread markt
Author: markt Date: Mon Jan 13 15:42:53 2014 New Revision: 1557753 URL: http://svn.apache.org/r1557753 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55986 When forcing Tomcat to stop via "kill -9 $CATALINA_PID", the catalina.sh script could incorrectly report that Tomcat had not ye

[Bug 55986] catalina.sh -force may falsely report "Tomcat has not been killed completely yet"

2014-01-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55986 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

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

2014-01-13 Thread mturk
Author: mturk Date: Mon Jan 13 15:46:36 2014 New Revision: 1557755 URL: http://svn.apache.org/r1557755 Log: Cast my votes 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=1557755&r1=1557

svn commit: r1557766 - /tomcat/trunk/build.properties.default

2014-01-13 Thread markt
Author: markt Date: Mon Jan 13 16:35:28 2014 New Revision: 1557766 URL: http://svn.apache.org/r1557766 Log: I've been working on DBCP2 so snapshot version needs to be updated. Modified: tomcat/trunk/build.properties.default Modified: tomcat/trunk/build.properties.default URL: http://svn.apa

[Bug 55759] Update to ECJ 4.3.1

2014-01-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55759 --- Comment #4 from Ralph Schaer --- ecj 4.3.1 is now on the central maven repository. It took a while. I uploaded the bundle to sonatype in december and today it got finally approved. -- You are receiving this mail because: You are the

[Bug 55995] java.lang.NullPointerException at org.apache.jasper.servlet.JspCServletContext.getResource(JspCServletContext.java:344)

2014-01-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55995 Mark Thomas changed: What|Removed |Added Severity|critical|normal --- Comment #2 from Mark Thom

[Bug 55995] java.lang.NullPointerException at org.apache.jasper.servlet.JspCServletContext.getResource(JspCServletContext.java:344)

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

buildbot failure in ASF Buildbot on tomcat-trunk

2014-01-13 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/5395 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source St

[Bug 55996] Async context does not timeout with HTTP NIO connector

2014-01-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55996 Mark Thomas changed: What|Removed |Added Component|Catalina|Catalina Version|7.0.50

[Bug 56000] Tomcat should log xml validation errors by default.

2014-01-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56000 --- Comment #2 from Juergen Weber --- o the first application server of a novel JEE programmer is likely to be Tomcat, so it should be beginner friendly o first a code should work then comes optimization o parsing web.xml and initializing a

[Bug 55995] java.lang.NullPointerException at org.apache.jasper.servlet.JspCServletContext.getResource(JspCServletContext.java:344)

2014-01-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55995 --- Comment #3 from Konstantin Kolinko --- Created attachment 31203 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31203&action=edit jspc_55995_test.bat I can reproduce this NPE with 8.0-RC10 and with trunk. See the attached W

[Bug 56003] New: tool-wrapper.bat cannot report failures. because ExceptionUtils class is not on classpath

2014-01-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56003 Bug ID: 56003 Summary: tool-wrapper.bat cannot report failures. because ExceptionUtils class is not on classpath Product: Tomcat 8 Version: 8.0.0-RC10 Hardware: PC

Tomcat/FIPS mode on RHEL6

2014-01-13 Thread Rob Sanders
Hello everyone, I have a Grails application running under Tomcat 6 on a RHEL6 box in FIPS-140 mode (install dracut-fips, disable prelink, rebuild initrd with 'dracut -f', add FIPS=1 and boot= to grub.conf). We require all connections be over SSL, and currently have been using the JSSE connect

svn commit: r1557934 - in /tomcat/site/trunk: docs/download-taglibs.html xdocs/download-taglibs.xml

2014-01-13 Thread bayard
Author: bayard Date: Tue Jan 14 05:14:16 2014 New Revision: 1557934 URL: http://svn.apache.org/r1557934 Log: Using canonical urls for the readmes rather than mirrors Modified: tomcat/site/trunk/docs/download-taglibs.html tomcat/site/trunk/xdocs/download-taglibs.xml Modified: tomcat/site/

svn commit: r1557933 - in /tomcat/site/trunk: docs/download-taglibs.html xdocs/download-taglibs.xml

2014-01-13 Thread bayard
Author: bayard Date: Tue Jan 14 05:13:13 2014 New Revision: 1557933 URL: http://svn.apache.org/r1557933 Log: Adding links to the source and binary readmes Modified: tomcat/site/trunk/docs/download-taglibs.html tomcat/site/trunk/xdocs/download-taglibs.xml Modified: tomcat/site/trunk/docs/

svn commit: r1557938 - in /tomcat/taglibs/site/src/site: site.xml xdoc/site/building.xml

2014-01-13 Thread bayard
Author: bayard Date: Tue Jan 14 05:35:43 2014 New Revision: 1557938 URL: http://svn.apache.org/r1557938 Log: Fixing up the building page to serve as a source repo page, and hooking back into the navigation Modified: tomcat/taglibs/site/src/site/site.xml tomcat/taglibs/site/src/site/xdoc/

svn commit: r1557940 - in /tomcat/site/trunk: docs/download-taglibs.html xdocs/download-taglibs.xml

2014-01-13 Thread bayard
Author: bayard Date: Tue Jan 14 05:37:39 2014 New Revision: 1557940 URL: http://svn.apache.org/r1557940 Log: Adding Apache to the first header Modified: tomcat/site/trunk/docs/download-taglibs.html tomcat/site/trunk/xdocs/download-taglibs.xml Modified: tomcat/site/trunk/docs/download-tag

svn commit: r1557941 - in /tomcat/site/trunk: docs/download-taglibs.html xdocs/download-taglibs.xml

2014-01-13 Thread bayard
Author: bayard Date: Tue Jan 14 05:39:27 2014 New Revision: 1557941 URL: http://svn.apache.org/r1557941 Log: Putting the jar filename instead of the zip for the downloads Modified: tomcat/site/trunk/docs/download-taglibs.html tomcat/site/trunk/xdocs/download-taglibs.xml Modified: tomcat/

Re: svn commit: r1555177 - in /tomcat/taglibs: extended/trunk/ rdc/trunk/ rdc/trunk/taglibs-rdc-dist/ rdc/trunk/taglibs-rdc-examples/ rdc/trunk/taglibs-rdc/ site/ standard/trunk/ taglibs-parent/trunk/

2014-01-13 Thread Henri Yandell
On Sun, Jan 12, 2014 at 9:16 PM, Henri Yandell wrote: > > > My main concern is it makes inactive codebases seem alive. ie) extended > looks as though there's been code change in the last 5 years instead of > only having had code in it in 2009. Similar with RDC. > > On this topic, I've pinged Rahu

[Taglibs] Extended?

2014-01-13 Thread Henri Yandell
Any thoughts Jeremy on our containing tags outside of the Standard implementation? I was pondering folding the Extended one (which contains two very tiny tags) into the Standard taglib, or if you don't see any likelihood for adding new ones, just removing it. Hen