svn commit: r1751401 - in /tomcat/trunk: build.properties.default res/maven/mvn.properties.default webapps/docs/changelog.xml

2016-07-05 Thread markt
Author: markt Date: Tue Jul 5 07:54:49 2016 New Revision: 1751401 URL: http://svn.apache.org/viewvc?rev=1751401&view=rev Log: Prep for next dev cycle Modified: tomcat/trunk/build.properties.default tomcat/trunk/res/maven/mvn.properties.default tomcat/trunk/webapps/docs/changelog.xml

Re: [VOTE] Release Apache Tomcat 9.0.0.M9

2016-07-05 Thread Keiichi Fujino
2016-07-05 4:03 GMT+09:00 Mark Thomas : > The proposed Apache Tomcat 9.0.0.M9 release is now available for voting. > > This is a milestone release for the 9.0.x branch. It should be > noted that, as a milestone release: > - Servlet 4.0 is not finalised > - The EGs have not started work on JSP 2.4,

svn commit: r1751438 - /tomcat/trunk/conf/catalina.properties

2016-07-05 Thread markt
Author: markt Date: Tue Jul 5 10:43:36 2016 New Revision: 1751438 URL: http://svn.apache.org/viewvc?rev=1751438&view=rev Log: Add JARs that appear on the test class path to those to skip Modified: tomcat/trunk/conf/catalina.properties Modified: tomcat/trunk/conf/catalina.properties URL: ht

svn commit: r1751447 - in /tomcat/trunk/test/org/apache: catalina/core/ catalina/startup/ catalina/webresources/ jasper/compiler/ naming/resources/

2016-07-05 Thread markt
Author: markt Date: Tue Jul 5 11:24:21 2016 New Revision: 1751447 URL: http://svn.apache.org/viewvc?rev=1751447&view=rev Log: The resource JARs don't contain TLDs so don't scan for them during testing Modified: tomcat/trunk/test/org/apache/catalina/core/TestStandardContextResources.java

Gump failures

2016-07-05 Thread 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't hurt. I've made a few changes to the test configuration to try and speed things up (Gump is generally slow

svn commit: r1751463 - in /tomcat/trunk/test/org/apache/catalina: authenticator/TestFormAuthenticator.java authenticator/TestNonLoginAndBasicAuthenticator.java startup/TomcatBaseTest.java

2016-07-05 Thread markt
Author: markt Date: Tue Jul 5 13:13:07 2016 New Revision: 1751463 URL: http://svn.apache.org/viewvc?rev=1751463&view=rev Log: Force shorter session timeouts during authentication tests to speed them up Modified: tomcat/trunk/test/org/apache/catalina/authenticator/TestFormAuthenticator.java

svn commit: r1751465 - in /tomcat/tc8.5.x/trunk: ./ build.xml webapps/docs/changelog.xml webapps/docs/logging.xml

2016-07-05 Thread markt
Author: markt Date: Tue Jul 5 13:24:48 2016 New Revision: 1751465 URL: http://svn.apache.org/viewvc?rev=1751465&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58588 Remove the JULI extras package from the distribution. It was only useful for switching Tomcat's internal logging t

svn commit: r1751475 - in /tomcat/tc8.5.x/trunk: ./ test/org/apache/catalina/core/ test/org/apache/catalina/startup/ test/org/apache/catalina/webresources/ test/org/apache/jasper/compiler/ test/org/ap

2016-07-05 Thread markt
Author: markt Date: Tue Jul 5 13:53:40 2016 New Revision: 1751475 URL: http://svn.apache.org/viewvc?rev=1751475&view=rev Log: The resource JARs don't contain TLDs so don't scan for them during testing Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/test/org/apache

svn commit: r1751474 - in /tomcat/tc8.5.x/trunk: ./ conf/catalina.properties

2016-07-05 Thread markt
Author: markt Date: Tue Jul 5 13:53:12 2016 New Revision: 1751474 URL: http://svn.apache.org/viewvc?rev=1751474&view=rev Log: Add JARs that appear on the test class path to those to skip Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/conf/catalina.properties Prop

svn commit: r1751476 - in /tomcat/tc8.5.x/trunk: ./ test/org/apache/catalina/authenticator/TestFormAuthenticator.java test/org/apache/catalina/authenticator/TestNonLoginAndBasicAuthenticator.java test

2016-07-05 Thread markt
Author: markt Date: Tue Jul 5 13:54:06 2016 New Revision: 1751476 URL: http://svn.apache.org/viewvc?rev=1751476&view=rev Log: Force shorter session timeouts during authentication tests to speed them up Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/test/org/apach

svn commit: r1751479 - in /tomcat/tc8.5.x/trunk: ./ bin/ conf/ java/org/apache/catalina/ java/org/apache/catalina/authenticator/ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java

2016-07-05 Thread markt
Author: markt Date: Tue Jul 5 13:59:14 2016 New Revision: 1751479 URL: http://svn.apache.org/viewvc?rev=1751479&view=rev Log: Use UTF-8 with a standard prolog for all XML files. Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/bin/catalina-tasks.xml tomcat/tc8.5

[Bug 59779] useRelativeRedirects being enabled breaks proxyPort and scheme

2016-07-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59779 --- Comment #4 from NateC --- (In reply to Mark Thomas from comment #3) > (In reply to NateC from comment #2) > > (In reply to Mark Thomas from comment #1) > > > > > I don't understand the problem. I think a concrete example is required. > >

[Bug 59779] useRelativeRedirects being enabled breaks proxyPort and scheme

2016-07-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59779 --- Comment #5 from Mark Thomas --- (In reply to NateC from comment #4) > This configuration is being used behind a load balancer performing SSL > offloading. Looking at the connector doc, > https://tomcat.apache.org/tomcat-7.0-doc/config/http

[Bug 59779] useRelativeRedirects being enabled breaks proxyPort and scheme

2016-07-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59779 --- Comment #6 from NateC --- (In reply to Mark Thomas from comment #5) > (In reply to NateC from comment #4) > > > This configuration is being used behind a load balancer performing SSL > > offloading. Looking at the connector doc, > > https:

svn commit: r1751517 - /tomcat/trunk/java/org/apache/catalina/connector/OutputBuffer.java

2016-07-05 Thread markt
Author: markt Date: Tue Jul 5 18:26:33 2016 New Revision: 1751517 URL: http://svn.apache.org/viewvc?rev=1751517&view=rev Log: Align 9.0.x and 8.5.x. Modified: tomcat/trunk/java/org/apache/catalina/connector/OutputBuffer.java Modified: tomcat/trunk/java/org/apache/catalina/connector/OutputBu

svn commit: r1751518 - in /tomcat/tc8.5.x/trunk/java/org/apache/catalina/connector: Request.java ResponseFacade.java

2016-07-05 Thread markt
Author: markt Date: Tue Jul 5 18:28:14 2016 New Revision: 1751518 URL: http://svn.apache.org/viewvc?rev=1751518&view=rev Log: Align 9.0.x and 8.5.x. Modified: tomcat/tc8.5.x/trunk/java/org/apache/catalina/connector/Request.java tomcat/tc8.5.x/trunk/java/org/apache/catalina/connector/Resp

svn commit: r1751519 - in /tomcat/tc8.5.x/trunk/java/org/apache/catalina/core: ApplicationContext.java AsyncContextImpl.java ContainerBase.java JreMemoryLeakPreventionListener.java NamingContextListen

2016-07-05 Thread markt
Author: markt Date: Tue Jul 5 18:34:39 2016 New Revision: 1751519 URL: http://svn.apache.org/viewvc?rev=1751519&view=rev Log: Align 9.0.x and 8.5.x. Modified: tomcat/tc8.5.x/trunk/java/org/apache/catalina/core/ApplicationContext.java tomcat/tc8.5.x/trunk/java/org/apache/catalina/core/Asy

svn commit: r1751521 - /tomcat/tc8.5.x/trunk/java/org/apache/catalina/ha/ClusterMessageBase.java

2016-07-05 Thread markt
Author: markt Date: Tue Jul 5 18:41:16 2016 New Revision: 1751521 URL: http://svn.apache.org/viewvc?rev=1751521&view=rev Log: Align 9.0.x and 8.5.x. Modified: tomcat/tc8.5.x/trunk/java/org/apache/catalina/ha/ClusterMessageBase.java Modified: tomcat/tc8.5.x/trunk/java/org/apache/catalina/ha

svn commit: r1751523 - in /tomcat/tc8.5.x/trunk/java/org/apache/catalina/loader: WebappClassLoaderBase.java WebappLoader.java

2016-07-05 Thread markt
Author: markt Date: Tue Jul 5 18:51:46 2016 New Revision: 1751523 URL: http://svn.apache.org/viewvc?rev=1751523&view=rev Log: Align 9.0.x and 8.5.x. Modified: tomcat/tc8.5.x/trunk/java/org/apache/catalina/loader/WebappClassLoaderBase.java tomcat/tc8.5.x/trunk/java/org/apache/catalina/lo

svn commit: r1751524 - /tomcat/tc8.5.x/trunk/java/org/apache/catalina/servlets/DefaultServlet.java

2016-07-05 Thread markt
Author: markt Date: Tue Jul 5 18:56:43 2016 New Revision: 1751524 URL: http://svn.apache.org/viewvc?rev=1751524&view=rev Log: Align 9.0.x and 8.5.x. Modified: tomcat/tc8.5.x/trunk/java/org/apache/catalina/servlets/DefaultServlet.java Modified: tomcat/tc8.5.x/trunk/java/org/apache/catalina/

svn commit: r1751525 - in /tomcat/tc8.5.x/trunk/java/org/apache/catalina/tribes: io/DirectByteArrayOutputStream.java transport/bio/PooledMultiSender.java

2016-07-05 Thread markt
Author: markt Date: Tue Jul 5 18:58:21 2016 New Revision: 1751525 URL: http://svn.apache.org/viewvc?rev=1751525&view=rev Log: Align 9.0.x and 8.5.x. Modified: tomcat/tc8.5.x/trunk/java/org/apache/catalina/tribes/io/DirectByteArrayOutputStream.java tomcat/tc8.5.x/trunk/java/org/apache/c

svn commit: r1751526 - /tomcat/tc8.5.x/trunk/java/org/apache/catalina/util/Introspection.java

2016-07-05 Thread markt
Author: markt Date: Tue Jul 5 18:59:59 2016 New Revision: 1751526 URL: http://svn.apache.org/viewvc?rev=1751526&view=rev Log: Align 9.0.x and 8.5.x. Modified: tomcat/tc8.5.x/trunk/java/org/apache/catalina/util/Introspection.java Modified: tomcat/tc8.5.x/trunk/java/org/apache/catalina/util/I

svn commit: r1751527 - /tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/Stream.java

2016-07-05 Thread markt
Author: markt Date: Tue Jul 5 19:03:16 2016 New Revision: 1751527 URL: http://svn.apache.org/viewvc?rev=1751527&view=rev Log: Align 9.0.x and 8.5.x. Modified: tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/Stream.java Modified: tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/Stream.jav

svn commit: r1751528 - /tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/Stream.java

2016-07-05 Thread markt
Author: markt Date: Tue Jul 5 19:03:57 2016 New Revision: 1751528 URL: http://svn.apache.org/viewvc?rev=1751528&view=rev Log: Fix typo Modified: tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/Stream.java Modified: tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/Stream.java URL: http:/

svn commit: r1751529 - /tomcat/tc8.5.x/trunk/java/org/apache/jasper/servlet/JasperLoader.java

2016-07-05 Thread markt
Author: markt Date: Tue Jul 5 19:05:59 2016 New Revision: 1751529 URL: http://svn.apache.org/viewvc?rev=1751529&view=rev Log: Align 9.0.x and 8.5.x. Modified: tomcat/tc8.5.x/trunk/java/org/apache/jasper/servlet/JasperLoader.java Modified: tomcat/tc8.5.x/trunk/java/org/apache/jasper/servlet/

svn commit: r1751531 - /tomcat/tc8.5.x/trunk/java/org/apache/tomcat/jni/Socket.java

2016-07-05 Thread markt
Author: markt Date: Tue Jul 5 19:11:30 2016 New Revision: 1751531 URL: http://svn.apache.org/viewvc?rev=1751531&view=rev Log: Align 9.0.x and 8.5.x. Modified: tomcat/tc8.5.x/trunk/java/org/apache/tomcat/jni/Socket.java Modified: tomcat/tc8.5.x/trunk/java/org/apache/tomcat/jni/Socket.java UR

svn commit: r1751532 - in /tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util: http/parser/Authorization.java http/parser/LocalStrings.properties net/SocketWrapperBase.java

2016-07-05 Thread markt
Author: markt Date: Tue Jul 5 19:11:42 2016 New Revision: 1751532 URL: http://svn.apache.org/viewvc?rev=1751532&view=rev Log: Align 9.0.x and 8.5.x. Modified: tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/http/parser/Authorization.java tomcat/tc8.5.x/trunk/java/org/apache/tomcat/uti

svn commit: r1751533 - in /tomcat/tc8.5.x/trunk/test/org/apache/catalina: core/TestApplicationContext.java nonblocking/TestNonBlockingAPI.java

2016-07-05 Thread markt
Author: markt Date: Tue Jul 5 19:18:28 2016 New Revision: 1751533 URL: http://svn.apache.org/viewvc?rev=1751533&view=rev Log: Align 9.0.x and 8.5.x. Modified: tomcat/tc8.5.x/trunk/test/org/apache/catalina/core/TestApplicationContext.java tomcat/tc8.5.x/trunk/test/org/apache/catalina/no

svn commit: r1751534 - /tomcat/tc8.5.x/trunk/test/org/apache/coyote/http11/TestHttp11Processor.java

2016-07-05 Thread markt
Author: markt Date: Tue Jul 5 19:19:48 2016 New Revision: 1751534 URL: http://svn.apache.org/viewvc?rev=1751534&view=rev Log: Align 9.0.x and 8.5.x. Modified: tomcat/tc8.5.x/trunk/test/org/apache/coyote/http11/TestHttp11Processor.java Modified: tomcat/tc8.5.x/trunk/test/org/apache/coyote/h

svn commit: r1751535 - in /tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors: MessageDispatchInterceptor.java StaticMembershipInterceptor.java

2016-07-05 Thread markt
Author: markt Date: Tue Jul 5 19:20:12 2016 New Revision: 1751535 URL: http://svn.apache.org/viewvc?rev=1751535&view=rev Log: Align 9.0.x and 8.5.x. Modified: tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/MessageDispatchInterceptor.java tomcat/trunk/java/org/apache/ca

svn commit: r1751536 - /tomcat/trunk/java/org/apache/coyote/http2/Stream.java

2016-07-05 Thread markt
Author: markt Date: Tue Jul 5 19:20:25 2016 New Revision: 1751536 URL: http://svn.apache.org/viewvc?rev=1751536&view=rev Log: Align 9.0.x and 8.5.x. Modified: tomcat/trunk/java/org/apache/coyote/http2/Stream.java Modified: tomcat/trunk/java/org/apache/coyote/http2/Stream.java URL: http://s

svn commit: r1751538 - /tomcat/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java

2016-07-05 Thread markt
Author: markt Date: Tue Jul 5 19:20:46 2016 New Revision: 1751538 URL: http://svn.apache.org/viewvc?rev=1751538&view=rev Log: Align 9.0.x and 8.5.x. Modified: tomcat/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java Modified: tomcat/trunk/test/org/apache/catalina/core/TestAsyncC

svn commit: r1751537 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AbstractEndpoint.java Nio2Endpoint.java SecureNio2Channel.java

2016-07-05 Thread markt
Author: markt Date: Tue Jul 5 19:20:35 2016 New Revision: 1751537 URL: http://svn.apache.org/viewvc?rev=1751537&view=rev Log: Align 9.0.x and 8.5.x. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

svn commit: r1751539 - in /tomcat/trunk/test/org/apache/coyote/http11: TestHttp11Processor.java upgrade/TestUpgradeInternalHandler.java

2016-07-05 Thread markt
Author: markt Date: Tue Jul 5 19:20:53 2016 New Revision: 1751539 URL: http://svn.apache.org/viewvc?rev=1751539&view=rev Log: Align 9.0.x and 8.5.x. Modified: tomcat/trunk/test/org/apache/coyote/http11/TestHttp11Processor.java tomcat/trunk/test/org/apache/coyote/http11/upgrade/TestUpgra

svn commit: r1751542 - /tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/net/TestXxxEndpoint.java

2016-07-05 Thread markt
Author: markt Date: Tue Jul 5 19:26:07 2016 New Revision: 1751542 URL: http://svn.apache.org/viewvc?rev=1751542&view=rev Log: Align 9.0.x and 8.5.x. Modified: tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/net/TestXxxEndpoint.java Modified: tomcat/tc8.5.x/trunk/test/org/apache/tomcat/uti

svn commit: r1751546 - in /tomcat/tc8.5.x/trunk/webapps/docs: changelog.xml logging.xml

2016-07-05 Thread markt
Author: markt Date: Tue Jul 5 19:48:45 2016 New Revision: 1751546 URL: http://svn.apache.org/viewvc?rev=1751546&view=rev Log: Whitespace police Modified: tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml tomcat/tc8.5.x/trunk/webapps/docs/logging.xml Modified: tomcat/tc8.5.x/trunk/webapps/

[Bug 59797] Per thread error hash grows indefinitely

2016-07-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59797 --- Comment #6 from Konstantin Kolinko --- The thread pool patch has RAT / checkstyle issues. The native side patch has the following fragment: > #if (OPENSSL_VERSION_NUMBER < 0x1000L) || defined(OPENSSL_USE_DEPRECATED) > ERR_remove_s

Re: [VOTE] Release Apache Tomcat 9.0.0.M9

2016-07-05 Thread Martin Grigorov
On Mon, Jul 4, 2016 at 9:03 PM, Mark Thomas wrote: > The proposed Apache Tomcat 9.0.0.M9 release is now available for voting. > > This is a milestone release for the 9.0.x branch. It should be > noted that, as a milestone release: > - Servlet 4.0 is not finalised > - The EGs have not started work