buildbot success in on tomcat-trunk

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

svn commit: r1823007 - in /tomcat/trunk/test/org/apache/catalina: mapper/TestMapperWebapps.java valves/rewrite/TestRewriteValve.java

2018-02-02 Thread markt
Author: markt Date: Fri Feb 2 21:42:05 2018 New Revision: 1823007 URL: http://svn.apache.org/viewvc?rev=1823007&view=rev Log: Switch tests to using per connection control of redirects rather than changing the default which may fail when testing with concurrent threads. Modified: tomcat/trunk

svn commit: r1823006 - /tomcat/trunk/test/org/apache/catalina/startup/TomcatBaseTest.java

2018-02-02 Thread markt
Author: markt Date: Fri Feb 2 21:41:59 2018 New Revision: 1823006 URL: http://svn.apache.org/viewvc?rev=1823006&view=rev Log: Add option for test to control if redirects are followed or not Modified: tomcat/trunk/test/org/apache/catalina/startup/TomcatBaseTest.java Modified: tomcat/trunk/te

[Bug 62024] Suspected memory leak of org.apache.coyote.AbstractProtocol$ConnectionHandler object while using Websocket

2018-02-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62024 SergeP changed: What|Removed |Added OS|All |Windows Server 2012 -- You are receiving thi

buildbot failure in on tomcat-trunk

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

Re: Fix the public interfaces for Tomcat 9 in the release notes

2018-02-02 Thread Violeta Georgieva
2018-02-02 19:47 GMT+02:00 Mark Thomas : > > > > On 01/02/2018 16:14, Violeta Georgieva wrote: >> >> Hi, >> >> As Tomcat 9 is now stable I think we can fix the public API here >> http://tomcat.apache.org/tomcat-9.0-doc/RELEASE-NOTES.txt >> >> Wdyt? > > > +1 > > We can do that for the next release.

svn commit: r1822995 - in /tomcat/trunk: RELEASE-NOTES webapps/docs/changelog.xml

2018-02-02 Thread violetagg
Author: violetagg Date: Fri Feb 2 18:26:49 2018 New Revision: 1822995 URL: http://svn.apache.org/viewvc?rev=1822995&view=rev Log: Update the list with the public interfaces in the RELEASE-NOTES. Modified: tomcat/trunk/RELEASE-NOTES tomcat/trunk/webapps/docs/changelog.xml Modified: tomca

Tagging 9.0.x and 8.5.x

2018-02-02 Thread Mark Thomas
Hi, It is the beginning on the month again so I am planning on tagging early next week. There are a few bugs still to be fixed so that might slip a little. Please respond on these thread if you need me to delay for any reason. Mark ---

Re: Fix the public interfaces for Tomcat 9 in the release notes

2018-02-02 Thread Mark Thomas
On 01/02/2018 16:14, Violeta Georgieva wrote: Hi, As Tomcat 9 is now stable I think we can fix the public API here http://tomcat.apache.org/tomcat-9.0-doc/RELEASE-NOTES.txt Wdyt? +1 We can do that for the next release. We should probably check the earlier versions as well. Mark

[Bug 41007] Can't define customized 503 error page

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

svn commit: r1822973 - in /tomcat/site/trunk: docs/download-70.html docs/download-80.html xdocs/download-70.xml xdocs/download-80.xml

2018-02-02 Thread kkolinko
Author: kkolinko Date: Fri Feb 2 15:28:06 2018 New Revision: 1822973 URL: http://svn.apache.org/viewvc?rev=1822973&view=rev Log: Add download links for sha512 checksum files for Tomcat 8.0 and 7.0. Modified: tomcat/site/trunk/docs/download-70.html tomcat/site/trunk/docs/download-80.html

svn commit: r1822942 - /tomcat/trunk/res/findbugs/filter-false-positives.xml

2018-02-02 Thread markt
Author: markt Date: Fri Feb 2 10:49:21 2018 New Revision: 1822942 URL: http://svn.apache.org/viewvc?rev=1822942&view=rev Log: SpotBugs Exclude a couple of false positives Modified: tomcat/trunk/res/findbugs/filter-false-positives.xml Modified: tomcat/trunk/res/findbugs/filter-false-positive

svn commit: r1822946 - /tomcat/trunk/java/org/apache/catalina/startup/WebAnnotationSet.java

2018-02-02 Thread markt
Author: markt Date: Fri Feb 2 11:06:55 2018 New Revision: 1822946 URL: http://svn.apache.org/viewvc?rev=1822946&view=rev Log: Code clean-up. No functional change. Modified: tomcat/trunk/java/org/apache/catalina/startup/WebAnnotationSet.java Modified: tomcat/trunk/java/org/apache/catalina/st

svn commit: r1822945 - in /tomcat/trunk: java/org/apache/catalina/startup/Tomcat.java webapps/docs/changelog.xml

2018-02-02 Thread markt
Author: markt Date: Fri Feb 2 11:06:31 2018 New Revision: 1822945 URL: http://svn.apache.org/viewvc?rev=1822945&view=rev Log: When using Tomcat embedded, only perform Authenticator configuration once during web application start. Modified: tomcat/trunk/java/org/apache/catalina/startup/Tomca

Re: Tomcat ArrayIndexOutOfBoundsException in SocketBufferHandler

2018-02-02 Thread Mark Thomas
On 02/02/18 04:04, 鄢锦涛 wrote: > Hello all, > > My environment : tomcat version is 8.5.23 (default configuration), JDK is > 1.8.0_121 and Linux version is centos 3.10.0-327.el7.x86_64 > With this environment, working under stress with http POST calls, After > about 80 to 100 virtual users into