svn commit: r1723247 - /tomcat/tc6.0.x/branches/tomcat6-testing_20160106/BRANCH-README.txt

2016-01-05 Thread kkolinko
Author: kkolinko Date: Wed Jan 6 07:43:59 2016 New Revision: 1723247 URL: http://svn.apache.org/viewvc?rev=1723247&view=rev Log: Add BRANCH-README.txt file. Added: tomcat/tc6.0.x/branches/tomcat6-testing_20160106/BRANCH-README.txt (with props) Added: tomcat/tc6.0.x/branches/tomcat6-testi

svn commit: r1723246 - in /tomcat/tc6.0.x/branches/tomcat6-testing_20160106/test/org/apache/catalina/startup: CaseInsensitiveKeyMap.java TestTomcat.java Tomcat.java TomcatBaseTest.java

2016-01-05 Thread kkolinko
Author: kkolinko Date: Wed Jan 6 07:43:24 2016 New Revision: 1723246 URL: http://svn.apache.org/viewvc?rev=1723246&view=rev Log: A working implementation with two tests in TestTomcat class. See BRANCH-README.txt for the current status and comments. Modified: tomcat/tc6.0.x/branches/tomcat6

svn commit: r1723245 - in /tomcat/tc7.0.x/trunk: ./ res/findbugs/filter-false-positives.xml

2016-01-05 Thread violetagg
Author: violetagg Date: Wed Jan 6 07:39:20 2016 New Revision: 1723245 URL: http://svn.apache.org/viewvc?rev=1723245&view=rev Log: Merged revision 1723155 from tomcat/trunk: Update findbugs false positive - reliance on default encoding Modified: tomcat/tc7.0.x/trunk/ (props changed) tom

svn commit: r1723244 - in /tomcat/tc6.0.x/branches/tomcat6-testing_20160106/test/org/apache/catalina/startup: CaseInsensitiveKeyMap.java FastNonSecureRandom.java TestTomcat.java Tomcat.java TomcatBase

2016-01-05 Thread kkolinko
Author: kkolinko Date: Wed Jan 6 07:39:18 2016 New Revision: 1723244 URL: http://svn.apache.org/viewvc?rev=1723244&view=rev Log: Copy classes from Tomcat 7 as a starting point. The classes are as is, no modifications have been applied yet. Added: tomcat/tc6.0.x/branches/tomcat6-testing_2016

svn commit: r1723243 - /tomcat/tc6.0.x/branches/tomcat6-testing_20160106/

2016-01-05 Thread kkolinko
Author: kkolinko Date: Wed Jan 6 07:31:32 2016 New Revision: 1723243 URL: http://svn.apache.org/viewvc?rev=1723243&view=rev Log: A branch to demonstrate proof-of-concept backport of client-server JUnit tests to Tomcat 6 (TomcatBaseTest, TestTomcat). Starting as a copy from tc6.0.x/trunk Added:

svn commit: r1723242 - in /tomcat/tc8.0.x/trunk: ./ res/findbugs/filter-false-positives.xml

2016-01-05 Thread violetagg
Author: violetagg Date: Wed Jan 6 07:29:42 2016 New Revision: 1723242 URL: http://svn.apache.org/viewvc?rev=1723242&view=rev Log: Merged revision 1723155 from tomcat/trunk: Update findbugs false positive - reliance on default encoding Modified: tomcat/tc8.0.x/trunk/ (props changed) tom

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

2016-01-05 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-test-nio has an issue affecting its community integration. Th

svn commit: r1723199 - in /tomcat/trunk: java/org/apache/tomcat/util/net/openssl/ java/org/apache/tomcat/util/net/openssl/ciphers/ test/org/apache/tomcat/util/net/openssl/ciphers/

2016-01-05 Thread markt
Author: markt Date: Tue Jan 5 23:44:37 2016 New Revision: 1723199 URL: http://svn.apache.org/viewvc?rev=1723199&view=rev Log: Refactoring. Remove the CipherSuiteConverter as it duplicates a lot of info already in Cipher and OpenSSLCipherConfigurationParser. Removed: tomcat/trunk/java/org/a

Re: jdbc pool jmx enhancements

2016-01-05 Thread Christopher Schultz
Anthony, On 12/23/15 6:16 PM, Anthony Biacco wrote: > I'm testing a move from dbcp2 pooling to tomcat's built in pooling. Note that, technically, Tomcat builds both DBCP2 and tomcat-pool into Tomcat releases. > I'm using tomcat 8.0.30. > > Looking through the jmx mbeans i did not see the Borrowe

svn commit: r1723197 - in /tomcat/trunk/java/org/apache/tomcat/util/net/openssl: OpenSSLContext.java OpenSSLSessionContext.java OpenSSLSessionStats.java

2016-01-05 Thread markt
Author: markt Date: Tue Jan 5 23:09:04 2016 New Revision: 1723197 URL: http://svn.apache.org/viewvc?rev=1723197&view=rev Log: Fix Javadoc warnings Modified: tomcat/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLContext.java tomcat/trunk/java/org/apache/tomcat/util/net/openssl/Open

Re: jdbc pool: validationQuery vs Connection.isValid

2016-01-05 Thread Christopher Schultz
Julian, On 1/5/16 9:25 AM, Julian Reschke wrote: > Hi there, > > maybe that's a stupid question, but why do we need a configurable > validationQuery when there's > > Connection.isValid(...) > > Because not

svn commit: r1723196 - in /tomcat/trunk/java/org/apache/tomcat/util/net/openssl: OpenSSLContext.java OpenSSLUtil.java

2016-01-05 Thread markt
Author: markt Date: Tue Jan 5 23:00:17 2016 New Revision: 1723196 URL: http://svn.apache.org/viewvc?rev=1723196&view=rev Log: Be specific about the type of cipher list. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLContext.java tomcat/trunk/java/org/apache/tomcat/

svn commit: r1723195 - /tomcat/trunk/java/org/apache/tomcat/jni/SSLContext.java

2016-01-05 Thread markt
Author: markt Date: Tue Jan 5 22:59:27 2016 New Revision: 1723195 URL: http://svn.apache.org/viewvc?rev=1723195&view=rev Log: Clarify Javadoc Modified: tomcat/trunk/java/org/apache/tomcat/jni/SSLContext.java Modified: tomcat/trunk/java/org/apache/tomcat/jni/SSLContext.java URL: http://svn.

svn commit: r1723193 - /tomcat/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLContext.java

2016-01-05 Thread markt
Author: markt Date: Tue Jan 5 22:58:06 2016 New Revision: 1723193 URL: http://svn.apache.org/viewvc?rev=1723193&view=rev Log: Simplify. SSLHostConfig always returns an OpenSSL configuration string. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLContext.java Modified:

svn commit: r1723183 - /tomcat/trunk/java/org/apache/tomcat/util/net/SSLHostConfigCertificate.java

2016-01-05 Thread markt
Author: markt Date: Tue Jan 5 22:02:54 2016 New Revision: 1723183 URL: http://svn.apache.org/viewvc?rev=1723183&view=rev Log: Quick hack to avoid NPE when running with an APR/native SSL connector and listing enabled ciphers. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SSLHostConf

svn commit: r1723181 - /tomcat/tc6.0.x/trunk/test/org/apache/tomcat/util/buf/

2016-01-05 Thread kkolinko
Author: kkolinko Date: Tue Jan 5 21:55:02 2016 New Revision: 1723181 URL: http://svn.apache.org/viewvc?rev=1723181&view=rev Log: Add testcase for https://issues.apache.org/bugzilla/show_bug.cgi?id=54248 It was committed to tomcat6-testing branch in r1444290, but was not copied to Tomcat 6 trunk

svn commit: r1723177 - /tomcat/tc6.0.x/trunk/test/org/apache/juli/TestDateFormatCache.java

2016-01-05 Thread kkolinko
Author: kkolinko Date: Tue Jan 5 21:42:27 2016 New Revision: 1723177 URL: http://svn.apache.org/viewvc?rev=1723177&view=rev Log: Add TestDateFormatCache test. It was committed to tomcat6-testing branch, but was omitted when DateFormatCache was added to Tomcat 6 (r1476547). Added: tomcat/tc6

svn commit: r1723174 - in /tomcat/trunk: java/org/apache/catalina/manager/ManagerServlet.java java/org/apache/tomcat/util/net/SSLHostConfigCertificate.java webapps/manager/WEB-INF/jsp/connectorCiphers

2016-01-05 Thread markt
Author: markt Date: Tue Jan 5 21:38:58 2016 New Revision: 1723174 URL: http://svn.apache.org/viewvc?rev=1723174&view=rev Log: Mostly revert r1723165 and implement a better fix. Modified: tomcat/trunk/java/org/apache/catalina/manager/ManagerServlet.java tomcat/trunk/java/org/apache/tomcat

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

2016-01-05 Thread kkolinko
Author: kkolinko Date: Tue Jan 5 21:26:37 2016 New Revision: 1723169 URL: http://svn.apache.org/viewvc?rev=1723169&view=rev Log: Update changelog. All tests are now using JUnit 4. There is no mention of "junit.framework" package in the source code. Modified: tomcat/tc6.0.x/trunk/webapps/doc

svn commit: r1723167 - in /tomcat/tc6.0.x/trunk: ./ test/org/apache/catalina/tribes/test/channel/TestRemoteProcessException.java

2016-01-05 Thread kkolinko
Author: kkolinko Date: Tue Jan 5 21:19:25 2016 New Revision: 1723167 URL: http://svn.apache.org/viewvc?rev=1723167&view=rev Log: Fix a failing tribes test by aligning test expectations with the actual observed behaviour. Notes: 1. This test is excluded when running tests via build.xml. 2. Durati

[Bug 58624] Websocket send blocks indefinitely in FutureToSendHandler

2016-01-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58624 --- Comment #15 from Sebastian Herold --- +1 for reopening the case or creating a new bug, if this (java.io.IOException: Unable to write the complete message as the WebSocket connection has been closed) is not related to the existing bug. Spr

svn commit: r1723165 - in /tomcat/trunk: java/org/apache/catalina/manager/ManagerServlet.java webapps/manager/WEB-INF/jsp/connectorCiphers.jsp

2016-01-05 Thread markt
Author: markt Date: Tue Jan 5 21:02:37 2016 New Revision: 1723165 URL: http://svn.apache.org/viewvc?rev=1723165&view=rev Log: Fix the connector cipher listing in the Manager app. It isn't ideal. It lists configured rather than available ciphers but it is better than the NPE. Modified: tomca

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

2016-01-05 Thread violetagg
Author: violetagg Date: Tue Jan 5 20:38:01 2016 New Revision: 1723155 URL: http://svn.apache.org/viewvc?rev=1723155&view=rev Log: Update findbugs false positive - reliance on default encoding Modified: tomcat/trunk/res/findbugs/filter-false-positives.xml Modified: tomcat/trunk/res/findbugs/

Re: [VOTE] Release Apache Tomcat Native 1.2.4

2016-01-05 Thread Mark Thomas
On 05/01/2016 15:46, Mark Thomas wrote: > Version 1.2.4 includes the following change: > > - Renegotiation improvements > > The proposed release artefacts can be found at [1], > and the build was done using tag [2]. > > The Apache Tomcat Native 1.2.4 is > [ ] Stable, go ahead and release > [X]

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

2016-01-05 Thread Bill Barker
it/target/junit-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.3-SNAPSHOT.jar -Dexamples.sources.skip=true -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20160105.jar -Dtomcat-dbcp-src.jar=/srv/gump/public/wo

svn commit: r1723152 - /tomcat/trunk/java/org/apache/tomcat/util/net/openssl/ciphers/CipherSuiteConverter.java

2016-01-05 Thread markt
Author: markt Date: Tue Jan 5 19:26:23 2016 New Revision: 1723152 URL: http://svn.apache.org/viewvc?rev=1723152&view=rev Log: CCM cipher names are a special case Modified: tomcat/trunk/java/org/apache/tomcat/util/net/openssl/ciphers/CipherSuiteConverter.java Modified: tomcat/trunk/java/or

svn commit: r1723151 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/tribes/test/channel/TestRemoteProcessException.java

2016-01-05 Thread kkolinko
Author: kkolinko Date: Tue Jan 5 19:20:17 2016 New Revision: 1723151 URL: http://svn.apache.org/viewvc?rev=1723151&view=rev Log: Fix a failing tribes test by aligning test expectations with the actual observed behaviour. Notes: 1. This test is excluded when running tests via build.xml. 2. Durati

svn commit: r1723150 - /tomcat/trunk/test/org/apache/tomcat/util/net/openssl/ciphers/TestCipherSuiteConverter.java

2016-01-05 Thread markt
Author: markt Date: Tue Jan 5 18:56:49 2016 New Revision: 1723150 URL: http://svn.apache.org/viewvc?rev=1723150&view=rev Log: Making progress Modified: tomcat/trunk/test/org/apache/tomcat/util/net/openssl/ciphers/TestCipherSuiteConverter.java Modified: tomcat/trunk/test/org/apache/tomcat/

svn commit: r1723140 - /tomcat/trunk/java/org/apache/tomcat/util/net/openssl/ciphers/CipherSuiteConverter.java

2016-01-05 Thread markt
Author: markt Date: Tue Jan 5 17:46:04 2016 New Revision: 1723140 URL: http://svn.apache.org/viewvc?rev=1723140&view=rev Log: Add handling for EXPORT1024/EXP56 cipher names. Fixes 12 failures. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/openssl/ciphers/CipherSuiteConverter.java

svn commit: r1723139 - /tomcat/trunk/java/org/apache/tomcat/util/net/openssl/ciphers/Cipher.java

2016-01-05 Thread markt
Author: markt Date: Tue Jan 5 17:44:26 2016 New Revision: 1723139 URL: http://svn.apache.org/viewvc?rev=1723139&view=rev Log: Fix typo in JSSE name Modified: tomcat/trunk/java/org/apache/tomcat/util/net/openssl/ciphers/Cipher.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/open

svn commit: r1723130 - in /tomcat/tc8.0.x/trunk: ./ test/org/apache/catalina/tribes/test/channel/TestRemoteProcessException.java

2016-01-05 Thread kkolinko
Author: kkolinko Date: Tue Jan 5 17:15:37 2016 New Revision: 1723130 URL: http://svn.apache.org/viewvc?rev=1723130&view=rev Log: Fix a failing tribes test by aligning test expectations with the actual observed behaviour. Notes: 1. This test is excluded when running tests via build.xml. 2. Durati

svn commit: r1723127 - /tomcat/trunk/test/org/apache/catalina/tribes/test/channel/TestRemoteProcessException.java

2016-01-05 Thread kkolinko
Author: kkolinko Date: Tue Jan 5 17:08:33 2016 New Revision: 1723127 URL: http://svn.apache.org/viewvc?rev=1723127&view=rev Log: Fix a failing tribes test by aligning test expectations with the actual observed behaviour. Notes: 1. This test is excluded when running tests via build.xml. 2. Durati

svn commit: r1723126 - /tomcat/trunk/java/org/apache/tomcat/util/net/openssl/ciphers/CipherSuiteConverter.java

2016-01-05 Thread markt
Author: markt Date: Tue Jan 5 17:03:22 2016 New Revision: 1723126 URL: http://svn.apache.org/viewvc?rev=1723126&view=rev Log: Add conversion to OpenSSL for AES 128/256. Fixes 10 failures. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/openssl/ciphers/CipherSuiteConverter.java Modif

svn commit: r1723124 - /tomcat/trunk/java/org/apache/tomcat/util/net/openssl/ciphers/CipherSuiteConverter.java

2016-01-05 Thread markt
Author: markt Date: Tue Jan 5 16:53:05 2016 New Revision: 1723124 URL: http://svn.apache.org/viewvc?rev=1723124&view=rev Log: Add SEED name mapping. Fixes 12 failures. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/openssl/ciphers/CipherSuiteConverter.java Modified: tomcat/trunk/j

svn commit: r1723120 - /tomcat/trunk/java/org/apache/tomcat/util/net/openssl/ciphers/CipherSuiteConverter.java

2016-01-05 Thread markt
Author: markt Date: Tue Jan 5 16:48:31 2016 New Revision: 1723120 URL: http://svn.apache.org/viewvc?rev=1723120&view=rev Log: Add Camellia 128/256 name mapping. Fixes 80 failures. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/openssl/ciphers/CipherSuiteConverter.java Modified: to

svn commit: r1723118 - /tomcat/trunk/java/org/apache/tomcat/util/net/openssl/ciphers/CipherSuiteConverter.java

2016-01-05 Thread markt
Author: markt Date: Tue Jan 5 16:45:53 2016 New Revision: 1723118 URL: http://svn.apache.org/viewvc?rev=1723118&view=rev Log: Add RSA as option for the first element in the handshake algorithm pattern. Fixes 16 failures. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/openssl/cipher

svn commit: r1723117 - /tomcat/tc6.0.x/trunk/test/org/apache/catalina/tribes/test/channel/TestRemoteProcessException.java

2016-01-05 Thread kkolinko
Author: kkolinko Date: Tue Jan 5 16:41:04 2016 New Revision: 1723117 URL: http://svn.apache.org/viewvc?rev=1723117&view=rev Log: Convert test to JUnit 4. Use TesterUtil.addRandomDomain() to allow several tests to run in parallel, backport from Tomcat 7. This test fails in Tomcat 7, Tomcat 9 as

svn commit: r1723116 - /tomcat/trunk/java/org/apache/tomcat/util/net/openssl/ciphers/CipherSuiteConverter.java

2016-01-05 Thread markt
Author: markt Date: Tue Jan 5 16:35:01 2016 New Revision: 1723116 URL: http://svn.apache.org/viewvc?rev=1723116&view=rev Log: Add PSK as option for second element in handshake algorithm pattern. Fixes 30 failures. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/openssl/ciphers/Ciphe

svn commit: r1723115 - /tomcat/trunk/java/org/apache/tomcat/util/net/openssl/ciphers/CipherSuiteConverter.java

2016-01-05 Thread markt
Author: markt Date: Tue Jan 5 16:30:38 2016 New Revision: 1723115 URL: http://svn.apache.org/viewvc?rev=1723115&view=rev Log: Some OpenSSL aliases use EDH instead of DHE. Fixes 6 failures. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/openssl/ciphers/CipherSuiteConverter.java Modi

svn commit: r1723114 - /tomcat/trunk/java/org/apache/tomcat/util/net/openssl/ciphers/CipherSuiteConverter.java

2016-01-05 Thread markt
Author: markt Date: Tue Jan 5 16:26:49 2016 New Revision: 1723114 URL: http://svn.apache.org/viewvc?rev=1723114&view=rev Log: Java uses DES_CBC_40 and DES40_CBC. The former is only used with Kerberos cipher suites that are not used for TLS so use the other format. Fixes 4 failures. Modified:

svn commit: r1723113 - /tomcat/trunk/java/org/apache/tomcat/util/net/openssl/ciphers/CipherSuiteConverter.java

2016-01-05 Thread markt
Author: markt Date: Tue Jan 5 16:24:24 2016 New Revision: 1723113 URL: http://svn.apache.org/viewvc?rev=1723113&view=rev Log: Add DH to handshake algorithm pattern. Fixes 16 failures. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/openssl/ciphers/CipherSuiteConverter.java Modified:

Re: [VOTE] Release Apache Tomcat Native 1.2.4

2016-01-05 Thread Rémy Maucherat
2016-01-05 16:46 GMT+01:00 Mark Thomas : > Version 1.2.4 includes the following change: > > - Renegotiation improvements > > The proposed release artefacts can be found at [1], > and the build was done using tag [2]. > > The Apache Tomcat Native 1.2.4 is > [X] Stable, go ahead and release > [ ]

[VOTE] Release Apache Tomcat Native 1.2.4

2016-01-05 Thread Mark Thomas
Version 1.2.4 includes the following change: - Renegotiation improvements The proposed release artefacts can be found at [1], and the build was done using tag [2]. The Apache Tomcat Native 1.2.4 is [ ] Stable, go ahead and release [ ] Broken because of ... Thanks, Mark [1] https://dist.apa

[Bug 57103] Download page should provide details on how to verify the downloads

2016-01-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57103 --- Comment #6 from Sebb --- (In reply to Konstantin Kolinko from comment #3) > (In reply to Sebb from comment #2) > > (In reply to Konstantin Kolinko from comment #1) > > > per > > > http://blog.terryburton.co.uk/2006/11/falling-into-trap-with

Re: svn commit: r1723103 - /tomcat/trunk/test/org/apache/tomcat/util/net/openssl/ciphers/TestCipherSuiteConverter.java

2016-01-05 Thread Mark Thomas
On 05/01/2016 15:40, ma...@apache.org wrote: > Author: markt > Date: Tue Jan 5 15:40:40 2016 > New Revision: 1723103 > > URL: http://svn.apache.org/viewvc?rev=1723103&view=rev > Log: > Add a test case to check consistency between CipherSuiteConverter and the > known information in the Cipher enu

svn commit: r1723103 - /tomcat/trunk/test/org/apache/tomcat/util/net/openssl/ciphers/TestCipherSuiteConverter.java

2016-01-05 Thread markt
Author: markt Date: Tue Jan 5 15:40:40 2016 New Revision: 1723103 URL: http://svn.apache.org/viewvc?rev=1723103&view=rev Log: Add a test case to check consistency between CipherSuiteConverter and the known informaion in the Cipher enumeration. Added: tomcat/trunk/test/org/apache/tomcat/uti

svn propchange: r1723101 - svn:log

2016-01-05 Thread markt
Author: markt Revision: 1723101 Modified property: svn:log Modified: svn:log at Tue Jan 5 15:40:21 2016 -- --- svn:log (original) +++ svn:log Tue Jan 5 15:40:21 2016 @@ -1 +1 @@ -Add a test case to check consistency betw

svn commit: r1723101 - /tomcat/trunk/java/org/apache/tomcat/util/net/openssl/ciphers/CipherSuiteConverter.java

2016-01-05 Thread markt
Author: markt Date: Tue Jan 5 15:38:58 2016 New Revision: 1723101 URL: http://svn.apache.org/viewvc?rev=1723101&view=rev Log: Add a test case to check consistency between CipherSuiteConverter and the known informaion in the Cipher enumeration. Modified: tomcat/trunk/java/org/apache/tomcat/

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

2016-01-05 Thread Bill Barker
space/apache-commons/daemon/dist/bin/commons-daemon-20160105-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20160105.jar -Dcommons-d

svn commit: r1723089 - /tomcat/trunk/webapps/docs/config/http.xml

2016-01-05 Thread markt
Author: markt Date: Tue Jan 5 14:58:58 2016 New Revision: 1723089 URL: http://svn.apache.org/viewvc?rev=1723089&view=rev Log: whitespace police Modified: tomcat/trunk/webapps/docs/config/http.xml Modified: tomcat/trunk/webapps/docs/config/http.xml URL: http://svn.apache.org/viewvc/tomcat/t

svn commit: r1723088 - in /tomcat/trunk/java/org/apache/tomcat/util/net/openssl: CipherSuiteConverter.java LocalStrings.properties OpenSSLContext.java OpenSSLEngine.java ciphers/CipherSuiteConverter.j

2016-01-05 Thread markt
Author: markt Date: Tue Jan 5 14:58:33 2016 New Revision: 1723088 URL: http://svn.apache.org/viewvc?rev=1723088&view=rev Log: Move CipherSuiteConverter to ciphers package Added: tomcat/trunk/java/org/apache/tomcat/util/net/openssl/ciphers/CipherSuiteConverter.java - copied, changed fr

svn commit: r1723086 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/servlets/DefaultServlet.java res/findbugs/filter-false-positives.xml webapps/docs/changelog.xml

2016-01-05 Thread violetagg
Author: violetagg Date: Tue Jan 5 14:35:58 2016 New Revision: 1723086 URL: http://svn.apache.org/viewvc?rev=1723086&view=rev Log: Merged revision 1723068 from tomcat/trunk: Ensure that the proper file encoding if specified will be used when a readme file is served by DefaultServlet. Update findb

jdbc pool: validationQuery vs Connection.isValid

2016-01-05 Thread Julian Reschke
Hi there, maybe that's a stupid question, but why do we need a configurable validationQuery when there's Connection.isValid(...) Best regards, Julian

Re: svn commit: r1723079 - in /tomcat/trunk/java/org/apache/tomcat/util/net/openssl: CipherSuiteConverter.java LocalStrings.properties

2016-01-05 Thread Mark Thomas
On 05/01/2016 14:16, ma...@apache.org wrote: > Author: markt > Date: Tue Jan 5 14:16:20 2016 > New Revision: 1723079 > > URL: http://svn.apache.org/viewvc?rev=1723079&view=rev > Log: > Fix Javadoc > Address logging TODOs > > Modified: > > tomcat/trunk/java/org/apache/tomcat/util/net/openssl

svn commit: r1723079 - in /tomcat/trunk/java/org/apache/tomcat/util/net/openssl: CipherSuiteConverter.java LocalStrings.properties

2016-01-05 Thread markt
Author: markt Date: Tue Jan 5 14:16:20 2016 New Revision: 1723079 URL: http://svn.apache.org/viewvc?rev=1723079&view=rev Log: Fix Javadoc Address logging TODOs Modified: tomcat/trunk/java/org/apache/tomcat/util/net/openssl/CipherSuiteConverter.java tomcat/trunk/java/org/apache/tomcat/ut

svn commit: r1723081 - /tomcat/tc6.0.x/trunk/test/org/apache/catalina/tribes/membership/TestMemberImplSerialization.java

2016-01-05 Thread kkolinko
Author: kkolinko Date: Tue Jan 5 14:16:54 2016 New Revision: 1723081 URL: http://svn.apache.org/viewvc?rev=1723081&view=rev Log: Convert the test to JUnit 4. Modified: tomcat/tc6.0.x/trunk/test/org/apache/catalina/tribes/membership/TestMemberImplSerialization.java Modified: tomcat/tc6.0.x

svn commit: r11818 - in /dev/tomcat/tomcat-connectors/native/1.2.4: ./ binaries/ source/

2016-01-05 Thread markt
Author: markt Date: Tue Jan 5 13:58:27 2016 New Revision: 11818 Log: Upload 1.2.4 for voting Added: dev/tomcat/tomcat-connectors/native/1.2.4/ dev/tomcat/tomcat-connectors/native/1.2.4/binaries/ dev/tomcat/tomcat-connectors/native/1.2.4/binaries/tomcat-native-1.2.4-ocsp-win32-bin.zi

svn commit: r1723071 - /tomcat/tc6.0.x/trunk/test/org/apache/catalina/tribes/io/TestXByteBuffer.java

2016-01-05 Thread kkolinko
Author: kkolinko Date: Tue Jan 5 13:53:27 2016 New Revision: 1723071 URL: http://svn.apache.org/viewvc?rev=1723071&view=rev Log: Convert the test to JUnit 4 and backport a working testcase from Tomcat 7. I am not backporting testEmptyArray() fix (r1143022). Added a comment explaining this decis

svn commit: r1723070 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/servlets/DefaultServlet.java res/findbugs/filter-false-positives.xml webapps/docs/changelog.xml

2016-01-05 Thread violetagg
Author: violetagg Date: Tue Jan 5 13:35:33 2016 New Revision: 1723070 URL: http://svn.apache.org/viewvc?rev=1723070&view=rev Log: Merged revision 1723068 from tomcat/trunk: Ensure that the proper file encoding if specified will be used when a readme file is served by DefaultServlet. Update findb

svn commit: r1723068 - in /tomcat/trunk: java/org/apache/catalina/servlets/DefaultServlet.java res/findbugs/filter-false-positives.xml webapps/docs/changelog.xml

2016-01-05 Thread violetagg
Author: violetagg Date: Tue Jan 5 13:24:30 2016 New Revision: 1723068 URL: http://svn.apache.org/viewvc?rev=1723068&view=rev Log: Ensure that the proper file encoding if specified will be used when a readme file is served by DefaultServlet. Update findbugs false positives. Modified: tomcat/

svn commit: r1723061 - in /tomcat/native/trunk: build.properties.default native/include/tcn_version.h native/os/win32/libtcnative.rc xdocs/miscellaneous/changelog.xml

2016-01-05 Thread markt
Author: markt Date: Tue Jan 5 12:42:58 2016 New Revision: 1723061 URL: http://svn.apache.org/viewvc?rev=1723061&view=rev Log: Update ready for next tag Modified: tomcat/native/trunk/build.properties.default tomcat/native/trunk/native/include/tcn_version.h tomcat/native/trunk/native/o

svn commit: r1723060 - in /tomcat/native/tags/TOMCAT_NATIVE_1_2_4: ./ build.properties.default native/include/tcn_version.h

2016-01-05 Thread markt
Author: markt Date: Tue Jan 5 12:39:45 2016 New Revision: 1723060 URL: http://svn.apache.org/viewvc?rev=1723060&view=rev Log: Tag 1.2.4 Added: tomcat/native/tags/TOMCAT_NATIVE_1_2_4/ - copied from r1723059, tomcat/native/trunk/ Modified: tomcat/native/tags/TOMCAT_NATIVE_1_2_4/build

svn commit: r1723053 - /tomcat/native/trunk/java/org/apache/tomcat/

2016-01-05 Thread markt
Author: markt Date: Tue Jan 5 12:25:02 2016 New Revision: 1723053 URL: http://svn.apache.org/viewvc?rev=1723053&view=rev Log: Update JNI external Modified: tomcat/native/trunk/java/org/apache/tomcat/ (props changed) Propchange: tomcat/native/trunk/java/org/apache/tomcat/ -

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

2016-01-05 Thread markt
Author: markt Date: Tue Jan 5 12:05:17 2016 New Revision: 1723048 URL: http://svn.apache.org/viewvc?rev=1723048&view=rev Log: Refactor common code Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHan

Re: Upcoming release plans

2016-01-05 Thread Rémy Maucherat
2016-01-04 23:46 GMT+01:00 Mark Thomas : > The changelog for 9.0.x is getting quite long so I'd like to do a > release. > At this time the APR connector remains the default one when native is used. I would think it should stay that way for this build, although direct OpenSSL works for me [at some