svn commit: r1734812 - /tomcat/tc8.5.x/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java

2016-03-13 Thread fschumacher
Author: fschumacher Date: Sun Mar 13 14:40:58 2016 New Revision: 1734812 URL: http://svn.apache.org/viewvc?rev=1734812=rev Log: Use final to make actxt available to Runnable. Modified: tomcat/tc8.5.x/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java Modified:

svn commit: r1734820 - /tomcat/tc8.5.x/trunk/test/org/apache/catalina/filters/TestRestCsrfPreventionFilter2.java

2016-03-13 Thread remm
Author: remm Date: Sun Mar 13 15:37:03 2016 New Revision: 1734820 URL: http://svn.apache.org/viewvc?rev=1734820=rev Log: WS. Modified: tomcat/tc8.5.x/trunk/test/org/apache/catalina/filters/TestRestCsrfPreventionFilter2.java Modified:

svn commit: r1734821 - in /tomcat/tc8.5.x/trunk: build.xml conf/web.xml java/org/apache/tomcat/util/descriptor/DigesterFactory.java java/org/apache/tomcat/util/descriptor/XmlIdentifiers.java java/org/

2016-03-13 Thread remm
Author: remm Date: Sun Mar 13 15:37:41 2016 New Revision: 1734821 URL: http://svn.apache.org/viewvc?rev=1734821=rev Log: Remove some instances of 4.0 use. Modified: tomcat/tc8.5.x/trunk/build.xml tomcat/tc8.5.x/trunk/conf/web.xml

svn commit: r1734826 - /tomcat/tc8.5.x/trunk/test/org/apache/jasper/servlet/TestJspCServletContext.java

2016-03-13 Thread fschumacher
Author: fschumacher Date: Sun Mar 13 17:17:32 2016 New Revision: 1734826 URL: http://svn.apache.org/viewvc?rev=1734826=rev Log: Remove tests for servlet api 4.0 Modified: tomcat/tc8.5.x/trunk/test/org/apache/jasper/servlet/TestJspCServletContext.java Modified:

svn commit: r1734850 - in /tomcat/tc8.5.x/trunk/webapps/docs: ./ WEB-INF/ appdev/ appdev/sample/web/WEB-INF/ architecture/ config/ funcspecs/

2016-03-13 Thread markt
Author: markt Date: Sun Mar 13 20:02:26 2016 New Revision: 1734850 URL: http://svn.apache.org/viewvc?rev=1734850=rev Log: Review doc web application for Tomcat 9 / Servlet 4.0 references Modified: tomcat/tc8.5.x/trunk/webapps/docs/WEB-INF/web.xml

svn commit: r1734834 - in /tomcat/tc8.5.x/trunk/test/org/apache/catalina/startup: web-fragment-1name.xml web-fragment-1ordering.xml web-fragment-2name.xml web-fragment-2ordering.xml

2016-03-13 Thread fschumacher
Author: fschumacher Date: Sun Mar 13 18:05:30 2016 New Revision: 1734834 URL: http://svn.apache.org/viewvc?rev=1734834=rev Log: More changes of 4.0 to 3.1 in web xml files. Modified: tomcat/tc8.5.x/trunk/test/org/apache/catalina/startup/web-fragment-1name.xml

svn commit: r1734840 - in /tomcat/tc8.5.x/trunk/java/org/apache/jasper: JspC.java compiler/JDTCompiler.java resources/LocalStrings.properties resources/LocalStrings_es.properties resources/LocalString

2016-03-13 Thread fschumacher
Author: fschumacher Date: Sun Mar 13 18:41:22 2016 New Revision: 1734840 URL: http://svn.apache.org/viewvc?rev=1734840=rev Log: Use java 7 as default for jsp comilation Modified: tomcat/tc8.5.x/trunk/java/org/apache/jasper/JspC.java

Re: svn commit: r1734771 - in /tomcat/tc8.5.x: ./ branches/ tags/ trunk/

2016-03-13 Thread Felix Schumacher
Am 13.03.2016 um 14:48 schrieb Felix Schumacher: Am 13.03.2016 um 14:40 schrieb Mark Thomas: On 13/03/2016 13:04, Felix Schumacher wrote: Am 13.03.2016 um 12:16 schrieb Rémy Maucherat: 2016-03-13 11:52 GMT+01:00 Felix Schumacher < felix.schumac...@internetallee.de>: Am 13.03.2016 um 11:31

svn commit: r1734832 - in /tomcat/tc8.5.x/trunk/test/org/apache/jasper: TestJspC.java compiler/TestJspConfig.java compiler/TestValidator.java

2016-03-13 Thread remm
Author: remm Date: Sun Mar 13 17:45:05 2016 New Revision: 1734832 URL: http://svn.apache.org/viewvc?rev=1734832=rev Log: Remove some instances of 4.0 use. Modified: tomcat/tc8.5.x/trunk/test/org/apache/jasper/TestJspC.java

Re: [PATCH] HTTP Public Key Pinning for Tomcat

2016-03-13 Thread Mark Thomas
On 13/03/2016 19:56, Patrick Beckmann wrote: > Hello, > > As an occasional user of Tomcat I was missing HTTP Public Key Pinning > header support¹. So I have added it to the existing > "HttpHeaderSecurityFilter" class and would like to share it with you in > case you are interested. Please see the

svn commit: r1734813 - /tomcat/tc8.5.x/trunk/test/org/apache/coyote/ajp/TestAbstractAjpProcessor.java

2016-03-13 Thread fschumacher
Author: fschumacher Date: Sun Mar 13 14:43:04 2016 New Revision: 1734813 URL: http://svn.apache.org/viewvc?rev=1734813=rev Log: Help java 7 to see, that we are creating a List of Integers. Modified: tomcat/tc8.5.x/trunk/test/org/apache/coyote/ajp/TestAbstractAjpProcessor.java Modified:

svn commit: r1734818 - in /tomcat/tc8.5.x/trunk/test: org/apache/catalina/startup/ webapp/WEB-INF/

2016-03-13 Thread fschumacher
Author: fschumacher Date: Sun Mar 13 15:31:14 2016 New Revision: 1734818 URL: http://svn.apache.org/viewvc?rev=1734818=rev Log: Change web.xml fragments in test to use web-app_3_1.xsd Modified: tomcat/tc8.5.x/trunk/test/org/apache/catalina/startup/web-1lifecyclecallback.xml

svn commit: r1734831 - /tomcat/tc8.5.x/trunk/test/webapp-4.0/

2016-03-13 Thread remm
Author: remm Date: Sun Mar 13 17:41:01 2016 New Revision: 1734831 URL: http://svn.apache.org/viewvc?rev=1734831=rev Log: Remove Servlet 4 test webapp. Removed: tomcat/tc8.5.x/trunk/test/webapp-4.0/ - To unsubscribe,

svn commit: r1734808 - in /tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/net: AbstractJsseEndpoint.java LocalStrings.properties SSLHostConfig.java

2016-03-13 Thread fschumacher
Author: fschumacher Date: Sun Mar 13 14:04:10 2016 New Revision: 1734808 URL: http://svn.apache.org/viewvc?rev=1734808=rev Log: Use reflection to detect the presence of SSLParameters#setUseCipherSuitesOrder, which is a java 8 method Modified:

svn commit: r1734837 - in /tomcat/tc8.5.x/trunk: conf/web.xml java/org/apache/jasper/EmbeddedServletOptions.java

2016-03-13 Thread markt
Author: markt Date: Sun Mar 13 18:32:51 2016 New Revision: 1734837 URL: http://svn.apache.org/viewvc?rev=1734837=rev Log: Switch Jasper defaults back to 1.7 Modified: tomcat/tc8.5.x/trunk/conf/web.xml tomcat/tc8.5.x/trunk/java/org/apache/jasper/EmbeddedServletOptions.java Modified:

svn commit: r1734838 - /tomcat/tc8.5.x/trunk/build.properties.default

2016-03-13 Thread markt
Author: markt Date: Sun Mar 13 18:33:11 2016 New Revision: 1734838 URL: http://svn.apache.org/viewvc?rev=1734838=rev Log: Remove the version suffix Modified: tomcat/tc8.5.x/trunk/build.properties.default Modified: tomcat/tc8.5.x/trunk/build.properties.default URL:

[PATCH] HTTP Public Key Pinning for Tomcat

2016-03-13 Thread Patrick Beckmann
Hello, As an occasional user of Tomcat I was missing HTTP Public Key Pinning header support¹. So I have added it to the existing "HttpHeaderSecurityFilter" class and would like to share it with you in case you are interested. Please see the attached patch. Best Regards, Patrick Beckmann ¹

Re: [VOTE] Release Apache Tomcat 9.0.0.M4

2016-03-13 Thread Mark Thomas
On 12/03/2016 13:58, Mark Thomas wrote: > The proposed 9.0.0.M4 release is: > [ ] Broken - do not release > [X] Alpha - go ahead and release as 9.0.0.M4 Unit tests pass on Linux, Windows and OSX with NIO, NIO2 and APR/native 1.2.5 Mark

svn commit: r1734852 - in /tomcat/tc8.5.x/trunk/webapps: ROOT/WEB-INF/web.xml examples/WEB-INF/web.xml host-manager/WEB-INF/web.xml manager/WEB-INF/web.xml

2016-03-13 Thread markt
Author: markt Date: Sun Mar 13 20:18:52 2016 New Revision: 1734852 URL: http://svn.apache.org/viewvc?rev=1734852=rev Log: Downgrade web.xml files Modified: tomcat/tc8.5.x/trunk/webapps/ROOT/WEB-INF/web.xml tomcat/tc8.5.x/trunk/webapps/examples/WEB-INF/web.xml

svn commit: r1734815 - /tomcat/tc8.5.x/trunk/test/org/apache/coyote/http11/upgrade/TestUpgradeInternalHandler.java

2016-03-13 Thread fschumacher
Author: fschumacher Date: Sun Mar 13 14:48:21 2016 New Revision: 1734815 URL: http://svn.apache.org/viewvc?rev=1734815=rev Log: Use final on buffer to make it available in the CompletionHandler Modified:

svn commit: r1734848 - in /tomcat/tc8.0.x/trunk/java/org/apache: catalina/ catalina/ant/jmx/ catalina/core/ catalina/filters/ catalina/ha/session/ catalina/realm/ catalina/session/ catalina/startup/ c

2016-03-13 Thread markt
Author: markt Date: Sun Mar 13 19:51:50 2016 New Revision: 1734848 URL: http://svn.apache.org/viewvc?rev=1734848=rev Log: By default, these will all be deprecated in 8.5.x. That can be pushed back to 9.0.x if removal causes problems in 8.5.x. Modified:

svn commit: r1734811 - /tomcat/tc8.5.x/trunk/test/org/apache/catalina/filters/TestRestCsrfPreventionFilter2.java

2016-03-13 Thread fschumacher
Author: fschumacher Date: Sun Mar 13 14:39:47 2016 New Revision: 1734811 URL: http://svn.apache.org/viewvc?rev=1734811=rev Log: Convert java 8 usage of Predicates and forEach to a java 7 compatible implementation. Modified:

Re: svn commit: r1734771 - in /tomcat/tc8.5.x: ./ branches/ tags/ trunk/

2016-03-13 Thread Mark Thomas
On 13/03/2016 17:18, Felix Schumacher wrote: > Am 13.03.2016 um 15:49 schrieb Felix Schumacher: >> Am 13.03.2016 um 14:48 schrieb Felix Schumacher: >>> Am 13.03.2016 um 14:40 schrieb Mark Thomas: On 13/03/2016 13:04, Felix Schumacher wrote: > Am 13.03.2016 um 12:16 schrieb Rémy Maucherat:

Back-port strategy

2016-03-13 Thread Mark Thomas
With the introduction of 8.5.x, we need to figure out where it fits in our back-port strategy. I see the following options: A: 9.0.x -> 8.5.x -> 8.0.x -> 7.0.x -> 6.0.x B: 9.0.x -> 8.5.x -> 7.0.x -> 6.0.x 9.0.x -> 8.0.x C: 9.0.x -> 8.5.x -> 7.0.x -> 6.0.x 8.5.x -> 8.0.x D:

svn commit: r1734825 - in /tomcat/tc8.5.x/trunk/test: javax/servlet/resources/TestSchemaValidation.java org/apache/tomcat/util/descriptor/web/TestWebXml.java

2016-03-13 Thread fschumacher
Author: fschumacher Date: Sun Mar 13 16:34:30 2016 New Revision: 1734825 URL: http://svn.apache.org/viewvc?rev=1734825=rev Log: Remove tests for servlet api 4.0 Modified: tomcat/tc8.5.x/trunk/test/javax/servlet/resources/TestSchemaValidation.java

Re: svn commit: r1734771 - in /tomcat/tc8.5.x: ./ branches/ tags/ trunk/

2016-03-13 Thread Felix Schumacher
Am 13.03.2016 um 15:49 schrieb Felix Schumacher: Am 13.03.2016 um 14:48 schrieb Felix Schumacher: Am 13.03.2016 um 14:40 schrieb Mark Thomas: On 13/03/2016 13:04, Felix Schumacher wrote: Am 13.03.2016 um 12:16 schrieb Rémy Maucherat: 2016-03-13 11:52 GMT+01:00 Felix Schumacher <

svn commit: r1734827 - /tomcat/tc8.5.x/trunk/modules/jdbc-pool/build.properties.default

2016-03-13 Thread fschumacher
Author: fschumacher Date: Sun Mar 13 17:28:08 2016 New Revision: 1734827 URL: http://svn.apache.org/viewvc?rev=1734827=rev Log: Use java 7 to compile jdbc-pool Modified: tomcat/tc8.5.x/trunk/modules/jdbc-pool/build.properties.default Modified:

svn commit: r1734846 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/ha/session/ClusterManagerBase.java java/org/apache/catalina/session/StandardSession.java

2016-03-13 Thread markt
Author: markt Date: Sun Mar 13 19:47:07 2016 New Revision: 1734846 URL: http://svn.apache.org/viewvc?rev=1734846=rev Log: Remove deprecated code Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/catalina/ha/session/ClusterManagerBase.java

svn commit: r1734845 - in /tomcat/trunk/java/org/apache/catalina: ha/session/ClusterManagerBase.java session/StandardSession.java

2016-03-13 Thread markt
Author: markt Date: Sun Mar 13 19:46:24 2016 New Revision: 1734845 URL: http://svn.apache.org/viewvc?rev=1734845=rev Log: Remove deprecated code Modified: tomcat/trunk/java/org/apache/catalina/ha/session/ClusterManagerBase.java

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

2016-03-13 Thread fschumacher
Author: fschumacher Date: Sun Mar 13 14:45:33 2016 New Revision: 1734814 URL: http://svn.apache.org/viewvc?rev=1734814=rev Log: Use final to make resp and ac available to Runnable. Modified: tomcat/tc8.5.x/trunk/test/org/apache/coyote/http11/TestHttp11Processor.java Modified:

svn commit: r1734839 - /tomcat/tc8.5.x/trunk/build.properties.default

2016-03-13 Thread markt
Author: markt Date: Sun Mar 13 18:35:12 2016 New Revision: 1734839 URL: http://svn.apache.org/viewvc?rev=1734839=rev Log: And put the right suffix back Modified: tomcat/tc8.5.x/trunk/build.properties.default Modified: tomcat/tc8.5.x/trunk/build.properties.default URL:

svn commit: r1734844 - /tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/net/SSLHostConfig.java

2016-03-13 Thread fschumacher
Author: fschumacher Date: Sun Mar 13 19:36:51 2016 New Revision: 1734844 URL: http://svn.apache.org/viewvc?rev=1734844=rev Log: honorCipherOrder has to default to false, as it is not available with java 7. Modified: tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/net/SSLHostConfig.java

svn commit: r1734856 - /tomcat/tc8.5.x/trunk/BUILDING.txt

2016-03-13 Thread markt
Author: markt Date: Sun Mar 13 21:18:09 2016 New Revision: 1734856 URL: http://svn.apache.org/viewvc?rev=1734856=rev Log: More version corrections Modified: tomcat/tc8.5.x/trunk/BUILDING.txt Modified: tomcat/tc8.5.x/trunk/BUILDING.txt URL:

svn commit: r1734857 - /tomcat/trunk/BUILDING.txt

2016-03-13 Thread markt
Author: markt Date: Sun Mar 13 21:18:40 2016 New Revision: 1734857 URL: http://svn.apache.org/viewvc?rev=1734857=rev Log: Add JASPIC Modified: tomcat/trunk/BUILDING.txt Modified: tomcat/trunk/BUILDING.txt URL:

svn commit: r1734854 - /tomcat/tc8.5.x/trunk/test/webapp/WEB-INF/classes/org/apache/tomcat/Bug58096.class

2016-03-13 Thread fschumacher
Author: fschumacher Date: Sun Mar 13 20:33:58 2016 New Revision: 1734854 URL: http://svn.apache.org/viewvc?rev=1734854=rev Log: Compiled test class with java 7. Modified: tomcat/tc8.5.x/trunk/test/webapp/WEB-INF/classes/org/apache/tomcat/Bug58096.class Modified:

svn commit: r1734860 - in /tomcat/tc8.5.x/trunk: ./ res/META-INF/ res/META-INF/jasper.jar/ res/META-INF/tomcat-websocket.jar/

2016-03-13 Thread markt
Author: markt Date: Sun Mar 13 21:23:17 2016 New Revision: 1734860 URL: http://svn.apache.org/viewvc?rev=1734860=rev Log: More version fixes for 8.5 Modified: tomcat/tc8.5.x/trunk/build.xml tomcat/tc8.5.x/trunk/res/META-INF/jasper.jar/web-fragment.xml

[GUMP@vmgump]: Project tomcat-tc7.0.x-test-bio (in module tomcat-7.0.x) failed

2016-03-13 Thread Bill Barker
-commons/daemon/dist/commons-daemon-20160313.jar -Dtomcat-dbcp-src.jar=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps/tomcat-dbcp-src.jar -Dtomcat-dbcp.home=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps -Dtest.excludePerformance=true -Dhamcrest.jar=/srv/gump/packages/hamcrest/hamcrest

svn commit: r1734771 - in /tomcat/tc8.5.x: ./ branches/ tags/ trunk/

2016-03-13 Thread markt
Author: markt Date: Sun Mar 13 09:34:22 2016 New Revision: 1734771 URL: http://svn.apache.org/viewvc?rev=1734771=rev Log: Create new 8.5.x trunk from 9.0.0.M4 tag Added: tomcat/tc8.5.x/ tomcat/tc8.5.x/branches/ tomcat/tc8.5.x/tags/ tomcat/tc8.5.x/trunk/ - copied from

[GUMP@vmgump]: Project tomcat-trunk-test-apr (in module tomcat-trunk) failed

2016-03-13 Thread Bill Barker
/workspace/apache-commons/daemon/dist/bin/commons-daemon-20160313-native-src.tar.gz -Dexamples.sources.skip=true -Dbase.path=/srv/gump/public/workspace/tomcat-trunk/tomcat-build-libs -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.apr.loc=/srv/gump/public/workspace

svn commit: r1734774 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/util/ res/ide-support/eclipse/ res/maven/ webapps/docs/

2016-03-13 Thread markt
Author: markt Date: Sun Mar 13 09:58:11 2016 New Revision: 1734774 URL: http://svn.apache.org/viewvc?rev=1734774=rev Log: First pass at updating version number to 8.5.x Removed: tomcat/tc8.5.x/trunk/TOMCAT-NEXT.txt Modified: tomcat/tc8.5.x/trunk/build.properties.default

Re: svn commit: r1734771 - in /tomcat/tc8.5.x: ./ branches/ tags/ trunk/

2016-03-13 Thread Rémy Maucherat
2016-03-13 10:34 GMT+01:00 : > Author: markt > Date: Sun Mar 13 09:34:22 2016 > New Revision: 1734771 > > URL: http://svn.apache.org/viewvc?rev=1734771=rev > Log: > Create new 8.5.x trunk from 9.0.0.M4 tag > > Added: > tomcat/tc8.5.x/ > tomcat/tc8.5.x/branches/ >

Re: svn commit: r1734771 - in /tomcat/tc8.5.x: ./ branches/ tags/ trunk/

2016-03-13 Thread Mark Thomas
On 13/03/2016 09:57, Rémy Maucherat wrote: > 2016-03-13 10:34 GMT+01:00 : > >> Author: markt >> Date: Sun Mar 13 09:34:22 2016 >> New Revision: 1734771 >> >> URL: http://svn.apache.org/viewvc?rev=1734771=rev >> Log: >> Create new 8.5.x trunk from 9.0.0.M4 tag >> >> Added: >>

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

2016-03-13 Thread fschumacher
Author: fschumacher Date: Sun Mar 13 12:35:24 2016 New Revision: 1734798 URL: http://svn.apache.org/viewvc?rev=1734798=rev Log: Convert usage of IntPredicate to something that is java 7 compatible Modified: tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/FrameType.java Modified:

svn commit: r1734800 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http2/Http2UpgradeHandler.java

2016-03-13 Thread fschumacher
Author: fschumacher Date: Sun Mar 13 12:41:25 2016 New Revision: 1734800 URL: http://svn.apache.org/viewvc?rev=1734800=rev Log: Use ConcurrentMap as interface instead of Map. Merge r1734799 from /tomcat/trunk Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1734799 - /tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java

2016-03-13 Thread fschumacher
Author: fschumacher Date: Sun Mar 13 12:39:50 2016 New Revision: 1734799 URL: http://svn.apache.org/viewvc?rev=1734799=rev Log: Use ConcurrentMap as interface instead of Map. Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java Modified:

svn commit: r1734801 - in /tomcat/tc8.0.x/trunk/java/javax: el/CompositeELResolver.java servlet/ServletContext.java servlet/jsp/el/ScopedAttributeELResolver.java websocket/SendResult.java

2016-03-13 Thread markt
Author: markt Date: Sun Mar 13 12:46:36 2016 New Revision: 1734801 URL: http://svn.apache.org/viewvc?rev=1734801=rev Log: Back-port clean-up and Javadoc fixes from trunk to simplify diff with new 8.5.x release branch Modified: tomcat/tc8.0.x/trunk/java/javax/el/CompositeELResolver.java

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

2016-03-13 Thread fschumacher
Author: fschumacher Date: Sun Mar 13 12:49:41 2016 New Revision: 1734802 URL: http://svn.apache.org/viewvc?rev=1734802=rev Log: Convert stream-api to for loop, so it can be used with java 7 Modified: tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java Modified:

Re: svn commit: r1734771 - in /tomcat/tc8.5.x: ./ branches/ tags/ trunk/

2016-03-13 Thread Felix Schumacher
Am 13.03.2016 um 12:16 schrieb Rémy Maucherat: 2016-03-13 11:52 GMT+01:00 Felix Schumacher < felix.schumac...@internetallee.de>: Am 13.03.2016 um 11:31 schrieb Rémy Maucherat: 2016-03-13 11:01 GMT+01:00 Mark Thomas : The task list is (probably): - Switch to Java 7 for

Re: svn commit: r1734771 - in /tomcat/tc8.5.x: ./ branches/ tags/ trunk/

2016-03-13 Thread Felix Schumacher
Am 13.03.2016 um 14:04 schrieb Felix Schumacher: Am 13.03.2016 um 12:16 schrieb Rémy Maucherat: 2016-03-13 11:52 GMT+01:00 Felix Schumacher < felix.schumac...@internetallee.de>: Am 13.03.2016 um 11:31 schrieb Rémy Maucherat: 2016-03-13 11:01 GMT+01:00 Mark Thomas : The

svn commit: r1734806 - /tomcat/trunk/java/org/apache/catalina/ssi/SSIFilter.java

2016-03-13 Thread markt
Author: markt Date: Sun Mar 13 13:37:53 2016 New Revision: 1734806 URL: http://svn.apache.org/viewvc?rev=1734806=rev Log: Remove unnecessary code Modified: tomcat/trunk/java/org/apache/catalina/ssi/SSIFilter.java Modified: tomcat/trunk/java/org/apache/catalina/ssi/SSIFilter.java URL:

svn commit: r1734805 [1/2] - in /tomcat/tc8.5.x/trunk: java/javax/el/ java/javax/servlet/ java/javax/servlet/http/ java/javax/servlet/resources/ java/org/apache/catalina/connector/ java/org/apache/cat

2016-03-13 Thread markt
Author: markt Date: Sun Mar 13 13:37:40 2016 New Revision: 1734805 URL: http://svn.apache.org/viewvc?rev=1734805=rev Log: First pass at reverting Servlet 3.0 to Servlet 4.0.DRAFT changes Removed: tomcat/tc8.5.x/trunk/java/javax/servlet/GenericFilter.java

svn commit: r1734805 [2/2] - in /tomcat/tc8.5.x/trunk: java/javax/el/ java/javax/servlet/ java/javax/servlet/http/ java/javax/servlet/resources/ java/org/apache/catalina/connector/ java/org/apache/cat

2016-03-13 Thread markt
Modified: tomcat/tc8.5.x/trunk/webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilter.java URL: http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilter.java?rev=1734805=1734804=1734805=diff

Re: svn commit: r1734771 - in /tomcat/tc8.5.x: ./ branches/ tags/ trunk/

2016-03-13 Thread Mark Thomas
On 13/03/2016 13:04, Felix Schumacher wrote: > Am 13.03.2016 um 12:16 schrieb Rémy Maucherat: >> 2016-03-13 11:52 GMT+01:00 Felix Schumacher < >> felix.schumac...@internetallee.de>: >> >>> Am 13.03.2016 um 11:31 schrieb Rémy Maucherat: >>> 2016-03-13 11:01 GMT+01:00 Mark Thomas

Re: svn commit: r1734771 - in /tomcat/tc8.5.x: ./ branches/ tags/ trunk/

2016-03-13 Thread Felix Schumacher
Am 13.03.2016 um 14:40 schrieb Mark Thomas: On 13/03/2016 13:04, Felix Schumacher wrote: Am 13.03.2016 um 12:16 schrieb Rémy Maucherat: 2016-03-13 11:52 GMT+01:00 Felix Schumacher < felix.schumac...@internetallee.de>: Am 13.03.2016 um 11:31 schrieb Rémy Maucherat: 2016-03-13 11:01

svn commit: r1734783 - in /tomcat/tc8.5.x/trunk/java: javax/el/ org/apache/catalina/connector/ org/apache/catalina/filters/ org/apache/catalina/tribes/group/interceptors/ org/apache/catalina/util/ org

2016-03-13 Thread remm
Author: remm Date: Sun Mar 13 10:59:08 2016 New Revision: 1734783 URL: http://svn.apache.org/viewvc?rev=1734783=rev Log: First pass form some Java 7 issues. Modified: tomcat/tc8.5.x/trunk/java/javax/el/ExpressionFactory.java

Re: svn commit: r1734771 - in /tomcat/tc8.5.x: ./ branches/ tags/ trunk/

2016-03-13 Thread Rémy Maucherat
2016-03-13 11:52 GMT+01:00 Felix Schumacher < felix.schumac...@internetallee.de>: > Am 13.03.2016 um 11:31 schrieb Rémy Maucherat: > >> 2016-03-13 11:01 GMT+01:00 Mark Thomas : >> >> The task list is (probably): - Switch to Java 7 for source and target - Cleanup "9"

[GUMP@vmgump]: Project tomcat-tc7.0.x-test-nio (in module tomcat-7.0.x) failed

2016-03-13 Thread Bill Barker
-commons/daemon/dist/commons-daemon-20160313.jar -Dtomcat-dbcp-src.jar=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps/tomcat-dbcp-src.jar -Dtomcat-dbcp.home=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps -Dtest.excludePerformance=true -Dhamcrest.jar=/srv/gump/packages/hamcrest/hamcrest

svn commit: r1734786 - in /tomcat/tc8.5.x/trunk: ./ build.xml java/org/apache/catalina/tribes/transport/SenderState.java

2016-03-13 Thread fschumacher
Author: fschumacher Date: Sun Mar 13 11:30:27 2016 New Revision: 1734786 URL: http://svn.apache.org/viewvc?rev=1734786=rev Log: Use ConcurrentMap as interface instead of simple Map. Merge r1734785 from /tomcat/trunk Modified: tomcat/tc8.5.x/trunk/ (props changed)

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

2016-03-13 Thread fschumacher
Author: fschumacher Date: Sun Mar 13 11:39:54 2016 New Revision: 1734789 URL: http://svn.apache.org/viewvc?rev=1734789=rev Log: Convert usage of Map#putIfAbsent to java 7 Modified: tomcat/tc8.5.x/trunk/java/org/apache/catalina/util/CustomObjectInputStream.java Modified:

Re: svn commit: r1734771 - in /tomcat/tc8.5.x: ./ branches/ tags/ trunk/

2016-03-13 Thread Rémy Maucherat
2016-03-13 11:01 GMT+01:00 Mark Thomas : > > The task list is (probably): > > - Switch to Java 7 for source and target > > - Cleanup "9" version numbers in various places > > - Resolve Java 7 issues > > - Replace javax.servlet API with the classes from Tomcat 8.0 > > > > From

[GUMP@vmgump]: Project tomcat-tc7.0.x-test-apr (in module tomcat-7.0.x) failed

2016-03-13 Thread Bill Barker
-commons/daemon/dist/commons-daemon-20160313.jar -Dtomcat-dbcp-src.jar=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps/tomcat-dbcp-src.jar -Dtomcat-dbcp.home=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps -Dtest.excludePerformance=true -Dhamcrest.jar=/srv/gump/packages/hamcrest/hamcrest

Re: svn commit: r1734771 - in /tomcat/tc8.5.x: ./ branches/ tags/ trunk/

2016-03-13 Thread Felix Schumacher
Am 13.03.2016 um 11:31 schrieb Rémy Maucherat: 2016-03-13 11:01 GMT+01:00 Mark Thomas : The task list is (probably): - Switch to Java 7 for source and target - Cleanup "9" version numbers in various places - Resolve Java 7 issues - Replace javax.servlet API with the classes

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

2016-03-13 Thread fschumacher
Author: fschumacher Date: Sun Mar 13 11:12:47 2016 New Revision: 1734784 URL: http://svn.apache.org/viewvc?rev=1734784=rev Log: Replace usage of Map#putIfAbsent to comply with java 7 Modified: tomcat/tc8.5.x/trunk/java/org/apache/catalina/loader/WebappClassLoaderBase.java Modified:

svn commit: r1734785 - /tomcat/trunk/java/org/apache/catalina/tribes/transport/SenderState.java

2016-03-13 Thread fschumacher
Author: fschumacher Date: Sun Mar 13 11:28:01 2016 New Revision: 1734785 URL: http://svn.apache.org/viewvc?rev=1734785=rev Log: Use ConcurrentMap as interface instead of simple Map. Modified: tomcat/trunk/java/org/apache/catalina/tribes/transport/SenderState.java Modified:

svn commit: r1734791 - /tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLContext.java

2016-03-13 Thread fschumacher
Author: fschumacher Date: Sun Mar 13 12:00:04 2016 New Revision: 1734791 URL: http://svn.apache.org/viewvc?rev=1734791=rev Log: Use o.a.t.u.c.b.Base64 instead of java 8 Base64 encoder. Modified: tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLContext.java Modified:

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

2016-03-13 Thread fschumacher
Author: fschumacher Date: Sun Mar 13 12:10:06 2016 New Revision: 1734793 URL: http://svn.apache.org/viewvc?rev=1734793=rev Log: Use Math.min and Math.max instead of Long.min/max as these are java 8, only. Modified:

[GUMP@vmgump]: Project tomcat-trunk-test-nio2 (in module tomcat-trunk) failed

2016-03-13 Thread Bill Barker
/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20160313-native-src.tar.gz -Dexamples.sources.skip=true -Dbase.path=/srv/gump/public/workspace/tomcat-trunk/tomcat-build-libs -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.relaxTiming=true