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

2016-08-09 Thread markt
Author: markt Date: Tue Aug 9 10:23:23 2016 New Revision: 1755593 URL: http://svn.apache.org/viewvc?rev=1755593=rev Log: Add bug info Modified: tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java Modified:

Re: Early Access builds of JDK 8u112 b04, JDK 9 b130 are available on java.net

2016-08-09 Thread Rory O'Donnell
On 08/08/2016 21:04, Mark Thomas wrote: On 08/08/2016 16:09, Mark Thomas wrote: I need to review the remaining things in JreMemoryLeakPreventionListener to see if any of them need to be raised as bugs. I've now done this and I only found one issue that I think is reasonable to raise as a JDK

svn commit: r1755628 - in /tomcat/tc8.0.x/trunk: java/org/apache/catalina/tribes/group/interceptors/MessageDispatch15Interceptor.java webapps/docs/changelog.xml

2016-08-09 Thread markt
Author: markt Date: Tue Aug 9 16:24:10 2016 New Revision: 1755628 URL: http://svn.apache.org/viewvc?rev=1755628=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59960 Fix Javadoc so it builds with Java 8. Patch by Coty Sutherland. Modified:

svn commit: r1755630 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http2/LocalStrings.properties webapps/docs/changelog.xml

2016-08-09 Thread markt
Author: markt Date: Tue Aug 9 16:29:32 2016 New Revision: 1755630 URL: http://svn.apache.org/viewvc?rev=1755630=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59950 Correct log message when reporting that the current number of HTTP/2 streams for a connection could not be pruned to

svn commit: r1755629 - in /tomcat/trunk: java/org/apache/coyote/http2/LocalStrings.properties webapps/docs/changelog.xml

2016-08-09 Thread markt
Author: markt Date: Tue Aug 9 16:29:01 2016 New Revision: 1755629 URL: http://svn.apache.org/viewvc?rev=1755629=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59950 Correct log message when reporting that the current number of HTTP/2 streams for a connection could not be pruned to

svn commit: r1755650 - /tomcat/trunk/test/org/apache/tomcat/util/http/TestLegacyCookieProcessor.java

2016-08-09 Thread markt
Author: markt Date: Tue Aug 9 20:55:19 2016 New Revision: 1755650 URL: http://svn.apache.org/viewvc?rev=1755650=rev Log: Checkstyle Modified: tomcat/trunk/test/org/apache/tomcat/util/http/TestLegacyCookieProcessor.java Modified:

buildbot failure in on tomcat-8-trunk

2016-08-09 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-8-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-8-trunk/builds/704 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1755652 - in /tomcat/tc8.0.x/trunk: ./ test/org/apache/tomcat/util/http/TestLegacyCookieProcessor.java

2016-08-09 Thread markt
Author: markt Date: Tue Aug 9 20:59:50 2016 New Revision: 1755652 URL: http://svn.apache.org/viewvc?rev=1755652=rev Log: Checkstyle Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/test/org/apache/tomcat/util/http/TestLegacyCookieProcessor.java Propchange:

svn commit: r1755651 - in /tomcat/tc8.5.x/trunk: ./ test/org/apache/tomcat/util/http/TestLegacyCookieProcessor.java

2016-08-09 Thread markt
Author: markt Date: Tue Aug 9 20:59:44 2016 New Revision: 1755651 URL: http://svn.apache.org/viewvc?rev=1755651=rev Log: Checkstyle Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/http/TestLegacyCookieProcessor.java Propchange:

buildbot success in on tomcat-8-trunk

2016-08-09 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/705 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1755654 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/core/ApplicationHttpRequest.java webapps/docs/changelog.xml

2016-08-09 Thread markt
Author: markt Date: Tue Aug 9 21:23:05 2016 New Revision: 1755654 URL: http://svn.apache.org/viewvc?rev=1755654=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59913 Correct a regression introduced with the support for the Servlet 4 HttpServletRequest.getMapping() API that caused

svn commit: r1755653 - in /tomcat/trunk: java/org/apache/catalina/core/ApplicationHttpRequest.java webapps/docs/changelog.xml

2016-08-09 Thread markt
Author: markt Date: Tue Aug 9 21:22:37 2016 New Revision: 1755653 URL: http://svn.apache.org/viewvc?rev=1755653=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59913 Correct a regression introduced with the support for the Servlet 4 HttpServletRequest.getMapping() API that caused

svn commit: r1755646 - in /tomcat/trunk: java/org/apache/tomcat/util/http/LegacyCookieProcessor.java test/org/apache/tomcat/util/http/TestLegacyCookieProcessor.java

2016-08-09 Thread markt
Author: markt Date: Tue Aug 9 20:31:11 2016 New Revision: 1755646 URL: http://svn.apache.org/viewvc?rev=1755646=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59925 Correct regression in r1628368 and ensure that HTTP separators are handled as configured. Patch provided by Kyohei

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

2016-08-09 Thread markt
Author: markt Date: Tue Aug 9 20:33:35 2016 New Revision: 1755647 URL: http://svn.apache.org/viewvc?rev=1755647=rev Log: Update changelog Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL:

svn commit: r1755648 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/http/LegacyCookieProcessor.java test/org/apache/tomcat/util/http/TestLegacyCookieProcessor.java webapps/docs/changelog.x

2016-08-09 Thread markt
Author: markt Date: Tue Aug 9 20:34:10 2016 New Revision: 1755648 URL: http://svn.apache.org/viewvc?rev=1755648=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59925 Correct regression in r1628368 and ensure that HTTP separators are handled as configured. Patch provided by Kyohei

svn commit: r1755649 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/util/http/LegacyCookieProcessor.java test/org/apache/tomcat/util/http/TestLegacyCookieProcessor.java webapps/docs/changelog.x

2016-08-09 Thread markt
Author: markt Date: Tue Aug 9 20:36:03 2016 New Revision: 1755649 URL: http://svn.apache.org/viewvc?rev=1755649=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59925 Correct regression in r1628368 and ensure that HTTP separators are handled as configured. Patch provided by Kyohei