svn commit: r1774137 - in /tomcat/tc8.5.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/cluster-howto.xml webapps/docs/config/cluster.xml webapps/docs/security-howto.xml

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 08:39:44 2016 New Revision: 1774137 URL: http://svn.apache.org/viewvc?rev=1774137=rev Log: Be explicit that clustering requires a secure network Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml

Re: Incoming refactoring

2016-12-14 Thread Mark Thomas
On 13/12/2016 21:14, Mark Thomas wrote: > On 13/12/2016 15:21, Mark Thomas wrote: >> On 13/12/2016 15:09, Christopher Schultz wrote: >>> Mark, >>> >>> On 12/13/16 6:24 AM, Mark Thomas wrote: Hi, Just a heads up that - assuming the currently running tests pass - I'll be

svn commit: r1774139 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/cluster-howto.xml webapps/docs/config/cluster.xml webapps/docs/security-howto.xml

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 08:43:11 2016 New Revision: 1774139 URL: http://svn.apache.org/viewvc?rev=1774139=rev Log: Be explicit that clustering requires a secure network Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

svn commit: r1774140 - in /tomcat/tc6.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/cluster-howto.xml webapps/docs/config/cluster.xml

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 08:44:32 2016 New Revision: 1774140 URL: http://svn.apache.org/viewvc?rev=1774140=rev Log: Be explicit that clustering requires a secure network Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

Re: Incoming refactoring

2016-12-14 Thread Mark Thomas
On 14/12/2016 08:54, Rémy Maucherat wrote: > 2016-12-14 9:50 GMT+01:00 Mark Thomas : > >> The failure happens on current trunk too so I don't think this is >> related to the refactoring. However, I am going to investigate this >> failure first - before I apply the refactoring.

Re: Incoming refactoring

2016-12-14 Thread Rémy Maucherat
2016-12-14 10:07 GMT+01:00 Mark Thomas : > On 14/12/2016 08:54, Rémy Maucherat wrote: > > 2016-12-14 9:50 GMT+01:00 Mark Thomas : > > > >> The failure happens on current trunk too so I don't think this is > >> related to the refactoring. However, I am going to

svn commit: r1774131 - in /tomcat/trunk/webapps/docs: changelog.xml cluster-howto.xml config/cluster.xml security-howto.xml

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 08:38:24 2016 New Revision: 1774131 URL: http://svn.apache.org/viewvc?rev=1774131=rev Log: Be explicit that clustering requires a secure network Modified: tomcat/trunk/webapps/docs/changelog.xml tomcat/trunk/webapps/docs/cluster-howto.xml

svn commit: r1774138 - in /tomcat/tc8.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/cluster-howto.xml webapps/docs/config/cluster.xml webapps/docs/security-howto.xml

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 08:41:40 2016 New Revision: 1774138 URL: http://svn.apache.org/viewvc?rev=1774138=rev Log: Be explicit that clustering requires a secure network Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

Re: Incoming refactoring

2016-12-14 Thread Rémy Maucherat
2016-12-14 9:50 GMT+01:00 Mark Thomas : > The failure happens on current trunk too so I don't think this is > related to the refactoring. However, I am going to investigate this > failure first - before I apply the refactoring. > > What is the intermittent failure ?

svn commit: r1774161 - in /tomcat/trunk: java/org/apache/coyote/http11/Http11InputBuffer.java webapps/docs/changelog.xml

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 10:09:53 2016 New Revision: 1774161 URL: http://svn.apache.org/viewvc?rev=1774161=rev Log: Fix intermittent test failure spotted during some refactoring. Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11InputBuffer.java

svn commit: r1774164 - /tomcat/trunk/java/org/apache/coyote/http11/Http11InputBuffer.java

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 10:11:52 2016 New Revision: 1774164 URL: http://svn.apache.org/viewvc?rev=1774164=rev Log: Also only modify position and limit if necessary Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11InputBuffer.java Modified:

svn commit: r1774166 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http11/Http11InputBuffer.java webapps/docs/changelog.xml

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 10:56:45 2016 New Revision: 1774166 URL: http://svn.apache.org/viewvc?rev=1774166=rev Log: Fix intermittent test failure spotted during some refactoring. Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1774192 - in /tomcat/trunk/java/org/apache: coyote/http11/ coyote/http2/ tomcat/util/net/ tomcat/websocket/server/

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 11:07:03 2016 New Revision: 1774192 URL: http://svn.apache.org/viewvc?rev=1774192=rev Log: Reduce references to SocketWrapperBase.getEndpoint() Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11InputBuffer.java

svn commit: r1774190 - /tomcat/trunk/java/org/apache/coyote/AbstractProcessor.java

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 11:06:47 2016 New Revision: 1774190 URL: http://svn.apache.org/viewvc?rev=1774190=rev Log: Reduce use of endpoint with a view to removing it entirely Modified: tomcat/trunk/java/org/apache/coyote/AbstractProcessor.java Modified:

svn commit: r1774191 - in /tomcat/trunk/java/org/apache/coyote: AbstractProcessor.java http2/StreamProcessor.java

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 11:06:54 2016 New Revision: 1774191 URL: http://svn.apache.org/viewvc?rev=1774191=rev Log: Remove references to AbstractEndpoint from AbstractProcessor Modified: tomcat/trunk/java/org/apache/coyote/AbstractProcessor.java

svn commit: r1774188 - in /tomcat/trunk/java/org/apache/coyote: AbstractProtocol.java ajp/AbstractAjpProtocol.java ajp/AjpProcessor.java

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 11:06:33 2016 New Revision: 1774188 URL: http://svn.apache.org/viewvc?rev=1774188=rev Log: Don't duplicate storage of clientCertProvider in the Processor Modified: tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java

svn commit: r1774187 - in /tomcat/trunk/java/org/apache/coyote: AbstractProtocol.java ajp/AbstractAjpProtocol.java ajp/AjpProcessor.java

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 11:06:25 2016 New Revision: 1774187 URL: http://svn.apache.org/viewvc?rev=1774187=rev Log: Don't duplicate storage of keepAliveTimeout in the Processor Modified: tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java

svn commit: r1774193 - in /tomcat/trunk/java/org/apache/coyote: AbstractProcessor.java AsyncStateMachine.java LocalStrings.properties ajp/AjpProcessor.java http11/Http11Processor.java http2/StreamProc

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 11:07:12 2016 New Revision: 1774193 URL: http://svn.apache.org/viewvc?rev=1774193=rev Log: Remove the need to pass an Executor into the AbstractProcessor Modified: tomcat/trunk/java/org/apache/coyote/AbstractProcessor.java

svn commit: r1774194 - /tomcat/trunk/java/org/apache/coyote/AbstractProcessor.java

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 11:07:19 2016 New Revision: 1774194 URL: http://svn.apache.org/viewvc?rev=1774194=rev Log: Use the standard RejectedExecutionException Modified: tomcat/trunk/java/org/apache/coyote/AbstractProcessor.java Modified:

svn commit: r1774186 - in /tomcat/trunk/java/org/apache/coyote/ajp: AbstractAjpProtocol.java AjpProcessor.java

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 11:06:18 2016 New Revision: 1774186 URL: http://svn.apache.org/viewvc?rev=1774186=rev Log: Don't duplicate storage of requiredSecret in the Processor Modified: tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProtocol.java

svn commit: r1774189 - /tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 11:06:40 2016 New Revision: 1774189 URL: http://svn.apache.org/viewvc?rev=1774189=rev Log: Replace references to endpoint with references to protocol where a straight swap is available. Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java

Re: Incoming refactoring

2016-12-14 Thread Mark Thomas
On 14/12/2016 09:33, Rémy Maucherat wrote: > 2016-12-14 10:07 GMT+01:00 Mark Thomas : > >> On 14/12/2016 08:54, Rémy Maucherat wrote: >>> 2016-12-14 9:50 GMT+01:00 Mark Thomas : >>> The failure happens on current trunk too so I don't think this is

svn commit: r1774172 - in /tomcat/trunk/java/org/apache/coyote/http11: AbstractHttp11Protocol.java Http11Processor.java

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 11:04:34 2016 New Revision: 1774172 URL: http://svn.apache.org/viewvc?rev=1774172=rev Log: Don't duplicate storage of maxSavePostSize in the Processor Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Protocol.java

svn commit: r1774173 - /tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Protocol.java

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 11:04:41 2016 New Revision: 1774173 URL: http://svn.apache.org/viewvc?rev=1774173=rev Log: Javadocs are far more useful on the public methods. Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Protocol.java Modified:

svn commit: r1774171 - in /tomcat/trunk/java/org/apache/coyote/http11: AbstractHttp11Protocol.java Http11Processor.java

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 11:04:27 2016 New Revision: 1774171 URL: http://svn.apache.org/viewvc?rev=1774171=rev Log: Don't duplicate storage of restrictedUserAgents in the Processor Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Protocol.java

svn commit: r1774170 - in /tomcat/trunk/java/org/apache/coyote/http11: AbstractHttp11Protocol.java Http11Processor.java

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 11:04:19 2016 New Revision: 1774170 URL: http://svn.apache.org/viewvc?rev=1774170=rev Log: Don't duplicate storage of upload timeouts in the Processor Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Protocol.java

svn commit: r1774169 - in /tomcat/trunk/java/org/apache/coyote/http11: AbstractHttp11Protocol.java Http11Processor.java

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 11:04:12 2016 New Revision: 1774169 URL: http://svn.apache.org/viewvc?rev=1774169=rev Log: Don't duplicate storage of maxKeepAliveRequests in the Processor Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Protocol.java

svn commit: r1774168 - in /tomcat/trunk/java/org/apache/coyote: AbstractProcessor.java ajp/AbstractAjpProtocol.java ajp/AjpProcessor.java http11/AbstractHttp11Protocol.java http11/Http11Processor.java

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 11:04:03 2016 New Revision: 1774168 URL: http://svn.apache.org/viewvc?rev=1774168=rev Log: Refactoring to simplify code Provide Processor with access to the associated Protocol Modified: tomcat/trunk/java/org/apache/coyote/AbstractProcessor.java

svn commit: r1774176 - in /tomcat/trunk/java/org/apache/coyote/http11: AbstractHttp11Protocol.java Http11Processor.java

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 11:05:03 2016 New Revision: 1774176 URL: http://svn.apache.org/viewvc?rev=1774176=rev Log: Don't duplicate storage of compressableMimeTypes in the Processor Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Protocol.java

svn commit: r1774177 - in /tomcat/trunk/java/org/apache/coyote/http11: AbstractHttp11Protocol.java Http11Processor.java

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 11:05:10 2016 New Revision: 1774177 URL: http://svn.apache.org/viewvc?rev=1774177=rev Log: Don't duplicate storage of noCompressionUserAgents in the Processor Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Protocol.java

svn commit: r1774174 - in /tomcat/trunk/java/org/apache/coyote/http11: AbstractHttp11Protocol.java Http11Processor.java

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 11:04:48 2016 New Revision: 1774174 URL: http://svn.apache.org/viewvc?rev=1774174=rev Log: Don't duplicate storage of server in the Processor Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Protocol.java

buildbot failure in on tomcat-trunk

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

svn commit: r1774197 - /tomcat/trunk/java/org/apache/coyote/AbstractProcessor.java

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 11:32:56 2016 New Revision: 1774197 URL: http://svn.apache.org/viewvc?rev=1774197=rev Log: Fix Javadoc warning Modified: tomcat/trunk/java/org/apache/coyote/AbstractProcessor.java Modified: tomcat/trunk/java/org/apache/coyote/AbstractProcessor.java URL:

svn commit: r1774179 - in /tomcat/trunk/java/org/apache/coyote/http11: AbstractHttp11Protocol.java Http11Processor.java

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 11:05:26 2016 New Revision: 1774179 URL: http://svn.apache.org/viewvc?rev=1774179=rev Log: Don't duplicate storage of compression in the Processor Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Protocol.java

svn commit: r1774178 - in /tomcat/trunk/java/org/apache/coyote/http11: AbstractHttp11Protocol.java Http11Processor.java

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 11:05:18 2016 New Revision: 1774178 URL: http://svn.apache.org/viewvc?rev=1774178=rev Log: Don't duplicate storage of compressionMinSize in the Processor Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Protocol.java

svn commit: r1774185 - in /tomcat/trunk/java/org/apache/coyote/ajp: AbstractAjpProtocol.java AjpProcessor.java

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 11:06:09 2016 New Revision: 1774185 URL: http://svn.apache.org/viewvc?rev=1774185=rev Log: Don't duplicate storage of tomcatAuthorization in the Processor Modified: tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProtocol.java

svn commit: r1774184 - in /tomcat/trunk/java/org/apache/coyote: ajp/AbstractAjpProtocol.java ajp/AjpProcessor.java http11/AbstractHttp11Protocol.java

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 11:06:02 2016 New Revision: 1774184 URL: http://svn.apache.org/viewvc?rev=1774184=rev Log: Fix Javadoc errors Modified: tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProtocol.java tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java

svn commit: r1774180 - /tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 11:05:32 2016 New Revision: 1774180 URL: http://svn.apache.org/viewvc?rev=1774180=rev Log: Replace references to endpoint with references to protocol where a straight swap is available. Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java

svn commit: r1774181 - in /tomcat/trunk/java/org/apache/coyote: AbstractProtocol.java http11/Http11Processor.java

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 11:05:39 2016 New Revision: 1774181 URL: http://svn.apache.org/viewvc?rev=1774181=rev Log: Remove remaining references to endpoint from HttpProcessor Modified: tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java

svn commit: r1774183 - in /tomcat/trunk/java/org/apache/coyote/ajp: AbstractAjpProtocol.java AjpProcessor.java

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 11:05:54 2016 New Revision: 1774183 URL: http://svn.apache.org/viewvc?rev=1774183=rev Log: Don't duplicate storage of ajpFlush in the Processor Modified: tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProtocol.java

svn commit: r1774175 - in /tomcat/trunk/java/org/apache/coyote/http11: AbstractHttp11Protocol.java Http11Processor.java

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 11:04:55 2016 New Revision: 1774175 URL: http://svn.apache.org/viewvc?rev=1774175=rev Log: Don't duplicate storage of serverRemoveAppProvidedValues in the Processor Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Protocol.java

svn commit: r1774182 - /tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 11:05:47 2016 New Revision: 1774182 URL: http://svn.apache.org/viewvc?rev=1774182=rev Log: Retain a reference to the AjpProtocol to aid refactoring Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java Modified:

svn commit: r1774195 - in /tomcat/trunk/java/org/apache: coyote/AbstractProcessor.java coyote/http2/Http2UpgradeHandler.java tomcat/util/net/SocketWrapperBase.java tomcat/websocket/server/WsRemoteEndp

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 11:07:28 2016 New Revision: 1774195 URL: http://svn.apache.org/viewvc?rev=1774195=rev Log: Don't expose Executor directly via SocketWrapper Reduce exposure of Endpoint via SocketWrapper to package Modified:

buildbot success in on tomcat-trunk

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

svn commit: r1774253 - /tomcat/trunk/build.xml

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 14:42:19 2016 New Revision: 1774253 URL: http://svn.apache.org/viewvc?rev=1774253=rev Log: Fix deployer docs Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL:

svn commit: r1774252 - in /tomcat/tc7.0.x/trunk: ./ build.xml

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 14:36:51 2016 New Revision: 1774252 URL: http://svn.apache.org/viewvc?rev=1774252=rev Log: Exclude svg files from validation Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/build.xml Propchange: tomcat/tc7.0.x/trunk/

svn commit: r1774255 - in /tomcat/tc8.0.x/trunk: ./ build.xml

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 14:45:57 2016 New Revision: 1774255 URL: http://svn.apache.org/viewvc?rev=1774255=rev Log: Fix deployer docs Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/build.xml Propchange: tomcat/tc8.0.x/trunk/

svn commit: r1774254 - in /tomcat/tc8.5.x/trunk: ./ build.xml

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 14:45:39 2016 New Revision: 1774254 URL: http://svn.apache.org/viewvc?rev=1774254=rev Log: Fix deployer docs Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/build.xml Propchange: tomcat/tc8.5.x/trunk/

svn commit: r1774248 - /tomcat/trunk/build.xml

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 14:35:32 2016 New Revision: 1774248 URL: http://svn.apache.org/viewvc?rev=1774248=rev Log: Exclude svg files from validation Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL:

svn commit: r1774251 - in /tomcat/tc8.0.x/trunk: ./ build.xml

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 14:36:24 2016 New Revision: 1774251 URL: http://svn.apache.org/viewvc?rev=1774251=rev Log: Exclude svg files from validation Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/build.xml Propchange: tomcat/tc8.0.x/trunk/

svn commit: r1774250 - in /tomcat/tc8.5.x/trunk: ./ build.xml

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 14:36:06 2016 New Revision: 1774250 URL: http://svn.apache.org/viewvc?rev=1774250=rev Log: Exclude svg files from validation Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/build.xml Propchange: tomcat/tc8.5.x/trunk/

svn commit: r1774338 - in /tomcat/trunk/webapps/examples: jsp/images/read.gif jsp/index.html servlets/index.html

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 20:26:48 2016 New Revision: 1774338 URL: http://svn.apache.org/viewvc?rev=1774338=rev Log: Remove commented out refereneces to read.gif and the unused image file Removed: tomcat/trunk/webapps/examples/jsp/images/read.gif Modified:

svn commit: r1774339 - in /tomcat/trunk/webapps/docs/images: printer.gif tomcat.svg

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 20:27:06 2016 New Revision: 1774339 URL: http://svn.apache.org/viewvc?rev=1774339=rev Log: Remove unused images from docs webapp Removed: tomcat/trunk/webapps/docs/images/printer.gif tomcat/trunk/webapps/docs/images/tomcat.svg

svn commit: r1774307 - in /tomcat/tc8.5.x/trunk: ./ webapps/ROOT/build.xml

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 18:49:27 2016 New Revision: 1774307 URL: http://svn.apache.org/viewvc?rev=1774307=rev Log: Remove unused file Removed: tomcat/tc8.5.x/trunk/webapps/ROOT/build.xml Modified: tomcat/tc8.5.x/trunk/ (props changed) Propchange: tomcat/tc8.5.x/trunk/

svn commit: r1774311 [1/2] - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/manager/ modules/jdbc-pool/ webapps/ROOT/ webapps/docs/ webapps/docs/appdev/sample/web/images/ webapps/docs/images/ w

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 18:58:19 2016 New Revision: 1774311 URL: http://svn.apache.org/viewvc?rev=1774311=rev Log: Update to new ASF logo Use consistent version of Tomcat logo in each format Added: tomcat/tc8.0.x/trunk/webapps/ROOT/asf-logo-wide.svg - copied unchanged from

buildbot success in on tomcat-8-trunk

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

svn commit: r1774346 - in /tomcat/tc6.0.x/trunk: ./ webapps/docs/changelog.xml

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 20:38:19 2016 New Revision: 1774346 URL: http://svn.apache.org/viewvc?rev=1774346=rev Log: Add a changelog entry for logo updates Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Propchange:

svn commit: r1774337 - in /tomcat/trunk/webapps: ROOT/ host-manager/images/ manager/images/

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 20:26:10 2016 New Revision: 1774337 URL: http://svn.apache.org/viewvc?rev=1774337=rev Log: Remove images never used by the management apps Removed: tomcat/trunk/webapps/ROOT/bg-nav-item.png tomcat/trunk/webapps/host-manager/images/add.gif

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

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 20:32:55 2016 New Revision: 1774340 URL: http://svn.apache.org/viewvc?rev=1774340=rev Log: Add a changelog entry for logo updates Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL:

svn commit: r1774345 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 20:37:11 2016 New Revision: 1774345 URL: http://svn.apache.org/viewvc?rev=1774345=rev Log: Add a changelog entry for logo updates Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Propchange:

buildbot failure in on tomcat-trunk

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

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

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 20:33:28 2016 New Revision: 1774342 URL: http://svn.apache.org/viewvc?rev=1774342=rev Log: Add a changelog entry for logo updates Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml Propchange:

svn commit: r1774343 - /tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 20:35:05 2016 New Revision: 1774343 URL: http://svn.apache.org/viewvc?rev=1774343=rev Log: Add a changelog entry for logo updates Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL:

svn commit: r1774311 [2/2] - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/manager/ modules/jdbc-pool/ webapps/ROOT/ webapps/docs/ webapps/docs/appdev/sample/web/images/ webapps/docs/images/ w

2016-12-14 Thread markt
Modified: tomcat/tc8.0.x/trunk/webapps/ROOT/tomcat.svg URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/ROOT/tomcat.svg?rev=1774311=1774310=1774311=diff == --- tomcat/tc8.0.x/trunk/webapps/ROOT/tomcat.svg

svn commit: r1774312 - in /tomcat/tc8.0.x/trunk: ./ webapps/ROOT/build.xml

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 18:58:44 2016 New Revision: 1774312 URL: http://svn.apache.org/viewvc?rev=1774312=rev Log: Remove unused file Removed: tomcat/tc8.0.x/trunk/webapps/ROOT/build.xml Modified: tomcat/tc8.0.x/trunk/ (props changed) Propchange: tomcat/tc8.0.x/trunk/

svn commit: r1774309 - in /tomcat/tc8.5.x/trunk: ./ res/header.bmp

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 18:52:55 2016 New Revision: 1774309 URL: http://svn.apache.org/viewvc?rev=1774309=rev Log: Use the Tomcat logo rather than the ASF logo as the logo shown throughout the install. This is the Apache *Tomcat* installer after all. Modified: tomcat/tc8.5.x/trunk/

svn commit: r1774334 - in /tomcat/tc6.0.x/trunk: ./ res/header.bmp

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 19:57:53 2016 New Revision: 1774334 URL: http://svn.apache.org/viewvc?rev=1774334=rev Log: Use the Tomcat logo rather than the ASF logo as the logo shown throughout the install. This is the Apache *Tomcat* installer after all. Modified: tomcat/tc6.0.x/trunk/

svn commit: r1774323 - in /tomcat/tc7.0.x/trunk: ./ webapps/ROOT/build.xml

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 19:19:03 2016 New Revision: 1774323 URL: http://svn.apache.org/viewvc?rev=1774323=rev Log: Remove unused file Removed: tomcat/tc7.0.x/trunk/webapps/ROOT/build.xml Modified: tomcat/tc7.0.x/trunk/ (props changed) Propchange: tomcat/tc7.0.x/trunk/

svn commit: r1774330 [1/3] - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/manager/ webapps/ROOT/ webapps/docs/ webapps/docs/appdev/sample/web/images/ webapps/docs/images/ webapps/host-manager

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 19:54:21 2016 New Revision: 1774330 URL: http://svn.apache.org/viewvc?rev=1774330=rev Log: Update to new ASF logo Use consistent version of Tomcat logo in each format Added: tomcat/tc6.0.x/trunk/webapps/ROOT/asf-logo-wide.svg - copied unchanged from

svn commit: r1774330 [3/3] - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/manager/ webapps/ROOT/ webapps/docs/ webapps/docs/appdev/sample/web/images/ webapps/docs/images/ webapps/host-manager

2016-12-14 Thread markt
Modified: tomcat/tc6.0.x/trunk/webapps/docs/images/tomcat.svg URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/images/tomcat.svg?rev=1774330=1774329=1774330=diff == ---

svn commit: r1774330 [2/3] - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/manager/ webapps/ROOT/ webapps/docs/ webapps/docs/appdev/sample/web/images/ webapps/docs/images/ webapps/host-manager

2016-12-14 Thread markt
Modified: tomcat/tc6.0.x/trunk/webapps/ROOT/tomcat.svg URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/ROOT/tomcat.svg?rev=1774330=1774329=1774330=diff == --- tomcat/tc6.0.x/trunk/webapps/ROOT/tomcat.svg

svn commit: r1774302 - /tomcat/trunk/res/side_left.bmp

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 18:37:27 2016 New Revision: 1774302 URL: http://svn.apache.org/viewvc?rev=1774302=rev Log: Remove the old ASF feather from side image. I tried added the new feather but it looked awful and I lack the skills/tools to make it look decent. Modified:

svn commit: r1774303 - /tomcat/trunk/res/header.bmp

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 18:37:58 2016 New Revision: 1774303 URL: http://svn.apache.org/viewvc?rev=1774303=rev Log: Use the Tomcat logo rather than the ASF logo as the logo shown throughout the install. This is the Apache *Tomcat* installer after all. Modified:

svn commit: r1774308 - /tomcat/tc8.5.x/trunk/res/side_left.bmp

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 18:52:15 2016 New Revision: 1774308 URL: http://svn.apache.org/viewvc?rev=1774308=rev Log: Remove the old ASF feather from side image. I tried added the new feather but it looked awful and I lack the skills/tools to make it look decent. Modified:

svn commit: r1774325 - in /tomcat/tc7.0.x/trunk: ./ res/header.bmp

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 19:20:25 2016 New Revision: 1774325 URL: http://svn.apache.org/viewvc?rev=1774325=rev Log: Use the Tomcat logo rather than the ASF logo as the logo shown throughout the install. This is the Apache *Tomcat* installer after all. Modified: tomcat/tc7.0.x/trunk/

svn commit: r1774333 - /tomcat/tc6.0.x/trunk/res/side_left.bmp

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 19:57:28 2016 New Revision: 1774333 URL: http://svn.apache.org/viewvc?rev=1774333=rev Log: Update to align with other versions. Modified: tomcat/tc6.0.x/trunk/res/side_left.bmp Modified: tomcat/tc6.0.x/trunk/res/side_left.bmp URL:

svn commit: r1774306 [2/2] - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/manager/ modules/jdbc-pool/ webapps/ROOT/ webapps/docs/ webapps/docs/appdev/sample/web/images/ webapps/docs/images/ w

2016-12-14 Thread markt
Modified: tomcat/tc8.5.x/trunk/webapps/ROOT/tomcat.svg URL: http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/webapps/ROOT/tomcat.svg?rev=1774306=1774305=1774306=diff == --- tomcat/tc8.5.x/trunk/webapps/ROOT/tomcat.svg

svn commit: r1774306 [1/2] - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/manager/ modules/jdbc-pool/ webapps/ROOT/ webapps/docs/ webapps/docs/appdev/sample/web/images/ webapps/docs/images/ w

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 18:47:51 2016 New Revision: 1774306 URL: http://svn.apache.org/viewvc?rev=1774306=rev Log: Update to new ASF logo Use consistent version of Tomcat logo in each format Added: tomcat/tc8.5.x/trunk/webapps/ROOT/asf-logo-wide.svg - copied unchanged from

svn commit: r1774321 [2/2] - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/manager/ modules/jdbc-pool/ webapps/ROOT/ webapps/docs/ webapps/docs/appdev/sample/web/images/ webapps/docs/images/ w

2016-12-14 Thread markt
Modified: tomcat/tc7.0.x/trunk/webapps/ROOT/tomcat.svg URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/ROOT/tomcat.svg?rev=1774321=1774320=1774321=diff == --- tomcat/tc7.0.x/trunk/webapps/ROOT/tomcat.svg

svn commit: r1774321 [1/2] - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/manager/ modules/jdbc-pool/ webapps/ROOT/ webapps/docs/ webapps/docs/appdev/sample/web/images/ webapps/docs/images/ w

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 19:16:42 2016 New Revision: 1774321 URL: http://svn.apache.org/viewvc?rev=1774321=rev Log: Update to new ASF logo Use consistent version of Tomcat logo in each format Added: tomcat/tc7.0.x/trunk/webapps/ROOT/asf-logo-wide.svg - copied unchanged from

svn commit: r1774313 - /tomcat/tc8.0.x/trunk/res/side_left.bmp

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 18:59:48 2016 New Revision: 1774313 URL: http://svn.apache.org/viewvc?rev=1774313=rev Log: Remove the old ASF feather from side image. I tried added the new feather but it looked awful and I lack the skills/tools to make it look decent. Modified:

svn commit: r1774314 - in /tomcat/tc8.0.x/trunk: ./ res/header.bmp

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 19:00:10 2016 New Revision: 1774314 URL: http://svn.apache.org/viewvc?rev=1774314=rev Log: Use the Tomcat logo rather than the ASF logo as the logo shown throughout the install. This is the Apache *Tomcat* installer after all. Modified: tomcat/tc8.0.x/trunk/

svn commit: r1774331 - in /tomcat/tc6.0.x/trunk: ./ webapps/ROOT/build.xml

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 19:55:54 2016 New Revision: 1774331 URL: http://svn.apache.org/viewvc?rev=1774331=rev Log: Remove unused file Removed: tomcat/tc6.0.x/trunk/webapps/ROOT/build.xml Modified: tomcat/tc6.0.x/trunk/ (props changed) Propchange: tomcat/tc6.0.x/trunk/

svn commit: r1774324 - /tomcat/tc7.0.x/trunk/res/side_left.bmp

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 19:19:58 2016 New Revision: 1774324 URL: http://svn.apache.org/viewvc?rev=1774324=rev Log: Remove the old ASF feather from side image. I tried added the new feather but it looked awful and I lack the skills/tools to make it look decent. Modified:

[Bug 60482] New: URL parameters parsed incorrectly using HTTP/2 connector

2016-12-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60482 Bug ID: 60482 Summary: URL parameters parsed incorrectly using HTTP/2 connector Product: Tomcat 8 Version: 8.5.9 Hardware: PC Status: NEW Severity:

svn commit: r1774257 - in /tomcat/trunk: build.xml webapps/docs/images/asf-feather.png webapps/docs/images/asf-logo.svg webapps/docs/tomcat-docs.xsl

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 14:54:43 2016 New Revision: 1774257 URL: http://svn.apache.org/viewvc?rev=1774257=rev Log: Replace the old, bare ASF feather with the new ASF logo Added: tomcat/trunk/webapps/docs/images/asf-logo.svg (with props) Removed:

svn commit: r1774259 - in /tomcat/trunk: java/org/apache/catalina/manager/ modules/jdbc-pool/ webapps/docs/images/ webapps/host-manager/images/ webapps/manager/images/

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 15:12:20 2016 New Revision: 1774259 URL: http://svn.apache.org/viewvc?rev=1774259=rev Log: Remove old ASF logo in GIF format. Replace with references to new ASF logo in SVG format Added: tomcat/trunk/webapps/host-manager/images/asf-logo.svg (with props)

svn commit: r1774262 - in /tomcat/trunk/webapps: ROOT/tomcat.svg docs/appdev/sample/web/images/tomcat.gif docs/images/tomcat.png host-manager/images/tomcat.gif

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 15:18:20 2016 New Revision: 1774262 URL: http://svn.apache.org/viewvc?rev=1774262=rev Log: Use a consistent version of the Tomcat logo for each format. Where there were multiple versions use the one where: - the TM is present - the image is clearest Modified:

svn commit: r1774271 - /tomcat/trunk/webapps/ROOT/build.xml

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 15:33:43 2016 New Revision: 1774271 URL: http://svn.apache.org/viewvc?rev=1774271=rev Log: Remove unnecessary file Removed: tomcat/trunk/webapps/ROOT/build.xml - To unsubscribe, e-mail:

buildbot failure in on tomcat-8-trunk

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

svn commit: r1774267 - in /tomcat/trunk/webapps/ROOT: asf-logo-wide.gif asf-logo-wide.svg asf-logo.png tomcat.css

2016-12-14 Thread markt
Author: markt Date: Wed Dec 14 15:26:43 2016 New Revision: 1774267 URL: http://svn.apache.org/viewvc?rev=1774267=rev Log: Update ASF logo for Tomcat landing page Added: tomcat/trunk/webapps/ROOT/asf-logo-wide.svg (with props) Removed: tomcat/trunk/webapps/ROOT/asf-logo-wide.gif