[Bug 59904] New: memery leak--ServerCookie

2016-07-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59904 Bug ID: 59904 Summary: memery leak--ServerCookie Product: Tomcat 8 Version: 8.0.23 Hardware: PC OS: Mac OS X 10.1 Status: NEW Severity: normal

buildbot success in on tomcat-8-trunk

2016-07-26 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-8-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-8-trunk/builds/684 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1754148 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/catalina/manager/ java/org/apache/catalina/servlets/ java/org/apa

2016-07-26 Thread markt
Author: markt Date: Tue Jul 26 15:45:32 2016 New Revision: 1754148 URL: http://svn.apache.org/viewvc?rev=1754148&view=rev Log: Add an encoding parameter to URLEncoder.encode() and be explicit about the encoding wherever Tomcat uses this method. Modified: tomcat/tc6.0.x/trunk/ (props change

svn commit: r1754147 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/catalina/manager/ java/org/apache/catalina/servlets/ java/org/apa

2016-07-26 Thread markt
Author: markt Date: Tue Jul 26 15:42:37 2016 New Revision: 1754147 URL: http://svn.apache.org/viewvc?rev=1754147&view=rev Log: Add an encoding parameter to URLEncoder.encode() and be explicit about the encoding wherever Tomcat uses this method. Modified: tomcat/tc7.0.x/trunk/ (props change

svn commit: r1754145 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/catalina/manager/ java/org/apache/catalina/servlets/ java/org/apa

2016-07-26 Thread markt
Author: markt Date: Tue Jul 26 15:39:13 2016 New Revision: 1754145 URL: http://svn.apache.org/viewvc?rev=1754145&view=rev Log: Add an encoding parameter to URLEncoder.encode() and be explicit about the encoding wherever Tomcat uses this method. Modified: tomcat/tc8.0.x/trunk/ (props change

svn commit: r1754144 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/catalina/manager/ java/org/apache/catalina/servlets/ java/org/apa

2016-07-26 Thread markt
Author: markt Date: Tue Jul 26 15:38:33 2016 New Revision: 1754144 URL: http://svn.apache.org/viewvc?rev=1754144&view=rev Log: Add an encoding parameter to URLEncoder.encode() and be explicit about the encoding wherever Tomcat uses this method. Modified: tomcat/tc8.5.x/trunk/ (props change

svn commit: r1754141 - /tomcat/trunk/java/org/apache/catalina/util/URLEncoder.java

2016-07-26 Thread markt
Author: markt Date: Tue Jul 26 15:33:10 2016 New Revision: 1754141 URL: http://svn.apache.org/viewvc?rev=1754141&view=rev Log: Restore commented out code Modified: tomcat/trunk/java/org/apache/catalina/util/URLEncoder.java Modified: tomcat/trunk/java/org/apache/catalina/util/URLEncoder.java

svn commit: r1754142 - /tomcat/trunk/java/org/apache/catalina/util/URLEncoder.java

2016-07-26 Thread markt
Author: markt Date: Tue Jul 26 15:33:14 2016 New Revision: 1754142 URL: http://svn.apache.org/viewvc?rev=1754142&view=rev Log: Remove deprecated code Modified: tomcat/trunk/java/org/apache/catalina/util/URLEncoder.java Modified: tomcat/trunk/java/org/apache/catalina/util/URLEncoder.java URL:

svn commit: r1754140 - in /tomcat/trunk/java/org/apache/catalina: connector/ core/ manager/ servlets/ ssi/ util/ valves/rewrite/

2016-07-26 Thread markt
Author: markt Date: Tue Jul 26 15:31:12 2016 New Revision: 1754140 URL: http://svn.apache.org/viewvc?rev=1754140&view=rev Log: Add an encoding parameter to URLEncoder.encode() and be explicit about the encoding wherever Tomcat uses this method. Modified: tomcat/trunk/java/org/apache/catalina/

[Bug 59899] Tomcat-embed-core brings outdated JPA API

2016-07-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59899 Andy Wilkinson changed: What|Removed |Added CC||awilkin...@pivotal.io -- You are rec

Re: leak if jspServlet.destroy() fails

2016-07-26 Thread Mark Thomas
On 13/07/2016 19:55, Romain Manni-Bucau wrote: > well the instanceManager.destoy should be called whatever happens I think This has been fixed in all supported versions for the next release of each. Mark > > > Romain Manni-Bucau > @rmannibucau | Blog >

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

2016-07-26 Thread markt
Author: markt Date: Tue Jul 26 11:56:14 2016 New Revision: 1754115 URL: http://svn.apache.org/viewvc?rev=1754115&view=rev Log: Improve the error handling for custom tags to ensure that the tag is returned to the pool or released and destroyed once used. Modified: tomcat/tc6.0.x/trunk/ (pro

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

2016-07-26 Thread markt
Author: markt Date: Tue Jul 26 11:53:12 2016 New Revision: 1754114 URL: http://svn.apache.org/viewvc?rev=1754114&view=rev Log: Improve the error handling for custom tags to ensure that the tag is returned to the pool or released and destroyed once used. Modified: tomcat/tc7.0.x/trunk/ (pro

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

2016-07-26 Thread markt
Author: markt Date: Tue Jul 26 11:52:01 2016 New Revision: 1754113 URL: http://svn.apache.org/viewvc?rev=1754113&view=rev Log: Improve the error handling for custom tags to ensure that the tag is returned to the pool or released and destroyed once used. Modified: tomcat/tc8.0.x/trunk/ (pro

svn commit: r1754112 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/jasper/compiler/Generator.java webapps/docs/changelog.xml

2016-07-26 Thread markt
Author: markt Date: Tue Jul 26 11:50:21 2016 New Revision: 1754112 URL: http://svn.apache.org/viewvc?rev=1754112&view=rev Log: Improve the error handling for custom tags to ensure that the tag is returned to the pool or released and destroyed once used. Modified: tomcat/tc8.5.x/trunk/ (pro

svn commit: r1754111 - in /tomcat/trunk: java/org/apache/jasper/compiler/Generator.java webapps/docs/changelog.xml

2016-07-26 Thread markt
Author: markt Date: Tue Jul 26 11:49:28 2016 New Revision: 1754111 URL: http://svn.apache.org/viewvc?rev=1754111&view=rev Log: Improve the error handling for custom tags to ensure that the tag is returned to the pool or released and destroyed once used. Modified: tomcat/trunk/java/org/apache

[Bug 59901] New: Reduce I/O associated with JSP compilation

2016-07-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59901 Bug ID: 59901 Summary: Reduce I/O associated with JSP compilation Product: Tomcat 9 Version: unspecified Hardware: All OS: All Status: NEW Severity: enh

Re: Gump failures

2016-07-26 Thread Mark Thomas
On 11/07/2016 09:20, Rainer Jung wrote: > Hi Mark, > > Am 05.07.2016 um 14:27 schrieb Mark Thomas: >> The Gump failures we are seeing are due to the tests taking more than an >> hour to run. I've looked through the logs and I don't see any obvious >> culprits although a second pair of eyes wouldn'