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

2016-03-02 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-tc8.0.x-test-nio has an issue affecting its community

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

2016-03-02 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.

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

2016-03-02 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-tc8.0.x-test-apr has an issue affecting its community

svn commit: r1733394 - in /tomcat/trunk: java/org/apache/tomcat/util/net/openssl/ciphers/OpenSSLCipherConfigurationParser.java test/org/apache/tomcat/util/net/openssl/ciphers/TestOpenSSLCipherConfigur

2016-03-02 Thread markt
Author: markt Date: Thu Mar 3 00:22:52 2016 New Revision: 1733394 URL: http://svn.apache.org/viewvc?rev=1733394=rev Log: Fix ordering exposed by latest changes with OpenSSL master Modified: tomcat/trunk/java/org/apache/tomcat/util/net/openssl/ciphers/OpenSSLCipherConfigurationParser.java

Re: svn commit: r1733390 - in /tomcat/trunk: java/org/apache/tomcat/util/net/ java/org/apache/tomcat/util/net/openssl/ciphers/ test/org/apache/tomcat/util/net/openssl/ciphers/ webapps/docs/

2016-03-02 Thread Mark Thomas
On 02/03/2016 23:13, ma...@apache.org wrote: > Author: markt > Date: Wed Mar 2 23:13:25 2016 > New Revision: 1733390 > > URL: http://svn.apache.org/viewvc?rev=1733390=rev > Log: > Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59081 > Retain the user defined cipher order when defining

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

2016-03-02 Thread markt
Author: markt Date: Wed Mar 2 23:13:25 2016 New Revision: 1733390 URL: http://svn.apache.org/viewvc?rev=1733390=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59081 Retain the user defined cipher order when defining ciphers Modified:

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

2016-03-02 Thread markt
Author: markt Date: Wed Mar 2 23:10:21 2016 New Revision: 1733389 URL: http://svn.apache.org/viewvc?rev=1733389=rev Log: More test simplification by limiting tests to supported versions. Modified:

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

2016-03-02 Thread markt
Author: markt Date: Wed Mar 2 22:58:22 2016 New Revision: 1733387 URL: http://svn.apache.org/viewvc?rev=1733387=rev Log: Simplify by restricting to supported versions Modified: tomcat/trunk/test/org/apache/tomcat/util/net/openssl/ciphers/TestOpenSSLCipherConfigurationParser.java Modified:

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

2016-03-02 Thread Bill Barker
-20160302.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-core-1.3.jar -Dcommons-dbcp.home=/srv

RE: Tomcat 8.next

2016-03-02 Thread Larry Isaacs
FYI: Support for Tomcat 9.0 was added to WTP 3.8 for Eclipse Neon last weekend. I can add 8.5 support, but it would be best if it could be added in March or April. If it's delayed beyond that, it might have to move to the first maintenance release that comes out in late September. I'll try to

svn commit: r1733381 - in /tomcat/native/trunk: native/src/sslcontext.c native/src/sslnetwork.c native/src/sslutils.c xdocs/miscellaneous/changelog.xml

2016-03-02 Thread rjung
Author: rjung Date: Wed Mar 2 22:10:19 2016 New Revision: 1733381 URL: http://svn.apache.org/viewvc?rev=1733381=rev Log: Fix some compiler warnings in native ssl code. Modified: tomcat/native/trunk/native/src/sslcontext.c tomcat/native/trunk/native/src/sslnetwork.c

svn commit: r1733378 - in /tomcat/tc8.0.x/trunk: java/org/apache/tomcat/util/net/jsse/openssl/OpenSSLCipherConfigurationParser.java test/org/apache/tomcat/util/net/jsse/openssl/TestOpenSSLCipherConfig

2016-03-02 Thread markt
Author: markt Date: Wed Mar 2 22:04:52 2016 New Revision: 1733378 URL: http://svn.apache.org/viewvc?rev=1733378=rev Log: kECDHE and ECDHE are now supported. Fix ordering for newer ciphers only in OpenSSL master Modified:

svn commit: r1733377 - /tomcat/tc8.0.x/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TesterOpenSSL.java

2016-03-02 Thread markt
Author: markt Date: Wed Mar 2 22:03:18 2016 New Revision: 1733377 URL: http://svn.apache.org/viewvc?rev=1733377=rev Log: Update tests: - 0.9.8 and 1.0.0 are no longer supported - Support for LOW and EXPORT ciphers has been removed from all supported versions Modified:

svn commit: r1733376 - /tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/jsse/openssl/KeyExchange.java

2016-03-02 Thread markt
Author: markt Date: Wed Mar 2 22:02:52 2016 New Revision: 1733376 URL: http://svn.apache.org/viewvc?rev=1733376=rev Log: Update comment to align with OpenSSL notation Modified: tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/jsse/openssl/KeyExchange.java Modified:

svn commit: r1733375 - /tomcat/trunk/java/org/apache/tomcat/util/net/openssl/ciphers/OpenSSLCipherConfigurationParser.java

2016-03-02 Thread markt
Author: markt Date: Wed Mar 2 21:56:14 2016 New Revision: 1733375 URL: http://svn.apache.org/viewvc?rev=1733375=rev Log: Fix ordering for newer ciphers suites only in OpenSSL master Modified: tomcat/trunk/java/org/apache/tomcat/util/net/openssl/ciphers/OpenSSLCipherConfigurationParser.java

svn commit: r1733373 - in /tomcat/trunk: java/org/apache/tomcat/util/net/openssl/ciphers/OpenSSLCipherConfigurationParser.java test/org/apache/tomcat/util/net/openssl/ciphers/TestOpenSSLCipherConfigur

2016-03-02 Thread markt
Author: markt Date: Wed Mar 2 21:38:38 2016 New Revision: 1733373 URL: http://svn.apache.org/viewvc?rev=1733373=rev Log: kECDHE and ECDHE are now supported. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/openssl/ciphers/OpenSSLCipherConfigurationParser.java

svn commit: r1733372 - /tomcat/trunk/java/org/apache/tomcat/util/net/openssl/ciphers/KeyExchange.java

2016-03-02 Thread markt
Author: markt Date: Wed Mar 2 21:36:21 2016 New Revision: 1733372 URL: http://svn.apache.org/viewvc?rev=1733372=rev Log: Update comment to align with OpenSSL notation Modified: tomcat/trunk/java/org/apache/tomcat/util/net/openssl/ciphers/KeyExchange.java Modified:

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

2016-03-02 Thread Bill Barker
-20160302.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-core-1.3.jar -Dcommons-dbcp.home=/srv

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

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

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

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

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

2016-03-02 Thread markt
Author: markt Date: Wed Mar 2 18:06:13 2016 New Revision: 1733345 URL: http://svn.apache.org/viewvc?rev=1733345=rev Log: Update tests: - 0.9.8 and 1.0.0 are no longer supported - Support for LOW and EXPORT ciphers has been removed from all supported versions Modified:

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

2016-03-02 Thread markt
Author: markt Date: Wed Mar 2 18:04:19 2016 New Revision: 1733343 URL: http://svn.apache.org/viewvc?rev=1733343=rev Log: Simplify the check and make failures easier to debug Modified: tomcat/trunk/test/org/apache/tomcat/util/net/openssl/ciphers/TestOpenSSLCipherConfigurationParser.java

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

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

svn commit: r1733297 - in /tomcat/tc8.0.x/trunk: java/org/apache/tomcat/util/net/jsse/openssl/Cipher.java java/org/apache/tomcat/util/net/jsse/openssl/OpenSSLCipherConfigurationParser.java test/org/ap

2016-03-02 Thread markt
Author: markt Date: Wed Mar 2 14:22:08 2016 New Revision: 1733297 URL: http://svn.apache.org/viewvc?rev=1733297=rev Log: Sync OpenSSL<->JSSE cipher handling with 9.0.x Modified: tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/jsse/openssl/Cipher.java

Re: [VOTE] Release Apache Tomcat Native 1.2.5

2016-03-02 Thread Mark Thomas
On 02/03/2016 13:43, Mark Thomas wrote: > Version 1.2.4 includes the following changes: > > - Report runtime rather than compile time version for OpenSSL > - Fixes to allow continued building with master > > The proposed release artefacts can be found at [1], > and the build was done using tag

[VOTE] Release Apache Tomcat Native 1.2.5

2016-03-02 Thread Mark Thomas
Version 1.2.4 includes the following changes: - Report runtime rather than compile time version for OpenSSL - Fixes to allow continued building with master The proposed release artefacts can be found at [1], and the build was done using tag [2]. The Apache Tomcat Native 1.2.5 is [ ] Stable, go

Re: Tomcat 8.next

2016-03-02 Thread Rémy Maucherat
2016-03-02 13:15 GMT+01:00 Konstantin Kolinko : > 2016-03-02 1:12 GMT+03:00 Mark Thomas : > > To summarise where I think this discussion is going: > > > > - Create 8.5.x from 9.0.x with the following changes > > - revert all changes to spec APIs > > -

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

2016-03-02 Thread markt
Author: markt Date: Wed Mar 2 13:35:09 2016 New Revision: 1733285 URL: http://svn.apache.org/viewvc?rev=1733285=rev Log: Update version for next release cycle Modified: tomcat/native/trunk/build.properties.default tomcat/native/trunk/native/include/tcn_version.h

svn commit: r12592 - in /dev/tomcat/tomcat-connectors/native/1.2.5: ./ binaries/ source/

2016-03-02 Thread markt
Author: markt Date: Wed Mar 2 13:30:29 2016 New Revision: 12592 Log: Upload Tomcat Native 1.2.5 for voting Added: dev/tomcat/tomcat-connectors/native/1.2.5/ dev/tomcat/tomcat-connectors/native/1.2.5/binaries/

Re: svn commit: r1733080 - in /tomcat/trunk: java/org/apache/tomcat/util/buf/UriUtil.java webapps/docs/changelog.xml

2016-03-02 Thread Martin Grigorov
Hi Mark, On Tue, Mar 1, 2016 at 6:53 PM, Mark Thomas wrote: > On 01/03/2016 14:57, Martin Grigorov wrote: > > On Tue, Mar 1, 2016 at 3:37 PM, wrote: > > > >> Author: markt > >> Date: Tue Mar 1 14:37:46 2016 > >> New Revision: 1733080 > >> > >> URL:

[Bug 59077] DataSourceFactory creates a neutered data source

2016-03-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59077 Mark Thomas changed: What|Removed |Added Component|Catalina|jdbc-pool

Re: OpenSSL vulnerabilities

2016-03-02 Thread Rainer Jung
Am 02.03.2016 um 09:48 schrieb Mark Thomas: All, I'm primarily looking at the window builds for Tomcat Native. tc-native 1.1.34 was built with OpenSSL 1.0.1q tc-native 1.2.4 was built with OpenSSL 1.0.2e. Looking at the latest OpenSSL security vulnerabilities: CVE-2016-0800: SSLv2 disabled by

Re: Tomcat 8.next

2016-03-02 Thread Konstantin Kolinko
2016-03-02 1:12 GMT+03:00 Mark Thomas : > To summarise where I think this discussion is going: > > - Create 8.5.x from 9.0.x with the following changes > - revert all changes to spec APIs > - make any necessary changes to work with Java 7 > > - Release 8.0.x and 8.5.x in

Re: Tomcat 8.next

2016-03-02 Thread Violeta Georgieva
2016-03-02 12:37 GMT+02:00 Mark Thomas : > > On 02/03/2016 10:26, Rémy Maucherat wrote: > > 2016-03-02 10:24 GMT+01:00 Mark Thomas : > > > >> We could add a (deprecated) PushBuilder interface to o.a.catalina so all > >> users would have to do is rename the

svn commit: r12588 - /release/tomcat/tomcat-connectors/native/1.2.3/

2016-03-02 Thread markt
Author: markt Date: Wed Mar 2 12:02:34 2016 New Revision: 12588 Log: Drop old version Removed: release/tomcat/tomcat-connectors/native/1.2.3/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional

buildbot success in on tomcat-8-trunk

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

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

2016-03-02 Thread Bill Barker
-commons/daemon/dist/commons-daemon-20160302.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: r1733258 - in /tomcat/native/tags/TOMCAT_NATIVE_1_2_5: ./ build.properties.default java/org/apache/tomcat/ java/org/apache/tomcat/Apr.java java/org/apache/tomcat/apr.properties native/incl

2016-03-02 Thread markt
Author: markt Date: Wed Mar 2 11:16:31 2016 New Revision: 1733258 URL: http://svn.apache.org/viewvc?rev=1733258=rev Log: Tag 1.2.5 Added: tomcat/native/tags/TOMCAT_NATIVE_1_2_5/ - copied from r1733254, tomcat/native/trunk/

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

2016-03-02 Thread markt
Author: markt Date: Wed Mar 2 11:09:30 2016 New Revision: 1733255 URL: http://svn.apache.org/viewvc?rev=1733255=rev Log: Update external Modified: tomcat/native/trunk/java/org/apache/tomcat/ (props changed) Propchange: tomcat/native/trunk/java/org/apache/tomcat/

svn commit: r1733253 - in /tomcat/native/trunk: download_deps.sh native/srclib/VERSIONS

2016-03-02 Thread markt
Author: markt Date: Wed Mar 2 10:59:13 2016 New Revision: 1733253 URL: http://svn.apache.org/viewvc?rev=1733253=rev Log: Update default OpenSSL version Modified: tomcat/native/trunk/download_deps.sh tomcat/native/trunk/native/srclib/VERSIONS Modified:

svn commit: r1733251 - /tomcat/native/trunk/xdocs/miscellaneous/changelog.xml

2016-03-02 Thread markt
Author: markt Date: Wed Mar 2 10:57:16 2016 New Revision: 1733251 URL: http://svn.apache.org/viewvc?rev=1733251=rev Log: Populate change log with remaining changes since last tag Modified: tomcat/native/trunk/xdocs/miscellaneous/changelog.xml Modified:

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

2016-03-02 Thread Bill Barker
-commons/daemon/dist/commons-daemon-20160302.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: r1733248 - in /tomcat/tc8.0.x/trunk: ./ bin/catalina.sh webapps/docs/changelog.xml

2016-03-02 Thread markt
Author: markt Date: Wed Mar 2 10:48:45 2016 New Revision: 1733248 URL: http://svn.apache.org/viewvc?rev=1733248=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59065 Correct the timing of the check for colons in paths on non-Windows systems implemented in catalina.sh so it works

Re: Tomcat 8.next

2016-03-02 Thread Rémy Maucherat
2016-03-02 11:37 GMT+01:00 Mark Thomas : > On 02/03/2016 10:26, Rémy Maucherat wrote: > > 2016-03-02 10:24 GMT+01:00 Mark Thomas : > > > >> We could add a (deprecated) PushBuilder interface to o.a.catalina so all > >> users would have to do is rename the import

svn commit: r1733247 - in /tomcat/trunk: bin/catalina.sh webapps/docs/changelog.xml

2016-03-02 Thread markt
Author: markt Date: Wed Mar 2 10:45:03 2016 New Revision: 1733247 URL: http://svn.apache.org/viewvc?rev=1733247=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59065 Correct the timing of the check for colons in paths on non-Windows systems implemented in catalina.sh so it works

[Bug 59065] catalina.sh should check for colon _after_ cygwin path sanitization

2016-03-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59065 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED

Re: Tomcat 8.next

2016-03-02 Thread Mark Thomas
On 02/03/2016 10:26, Rémy Maucherat wrote: > 2016-03-02 10:24 GMT+01:00 Mark Thomas : > >> We could add a (deprecated) PushBuilder interface to o.a.catalina so all >> users would have to do is rename the import to move from 8.5.x to 9.0.x. >> >> Users would also have to cast the

Re: Tomcat 8.next

2016-03-02 Thread Violeta Georgieva
Hi, 2016-03-02 0:12 GMT+02:00 Mark Thomas : > > To summarise where I think this discussion is going: > > - Create 8.5.x from 9.0.x with the following changes > - revert all changes to spec APIs > - make any necessary changes to work with Java 7 > > - Release 8.0.x and 8.5.x

Re: Tomcat 8.next

2016-03-02 Thread Rémy Maucherat
2016-03-02 10:24 GMT+01:00 Mark Thomas : > We could add a (deprecated) PushBuilder interface to o.a.catalina so all > users would have to do is rename the import to move from 8.5.x to 9.0.x. > > Users would also have to cast the request object in order to call >

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

2016-03-02 Thread Bill Barker
/workspace/apache-commons/daemon/dist/bin/commons-daemon-20160302-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

Re: Tomcat 8.next

2016-03-02 Thread Mark Thomas
On 02/03/2016 09:13, Rémy Maucherat wrote: > 2016-03-02 9:56 GMT+01:00 jean-frederic clere : > >> On 03/01/2016 11:30 PM, Rémy Maucherat wrote: >>> 2016-03-01 23:12 GMT+01:00 Mark Thomas : >>> To summarise where I think this discussion is going:

[Bug 59092] Shutdown of ISAPI filter leads to infinite wait and hangs whole IIS

2016-03-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59092 Thomas Reiser changed: What|Removed |Added OS||All

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

2016-03-02 Thread Bill Barker
-commons/daemon/dist/commons-daemon-20160302.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: Tomcat 8.next

2016-03-02 Thread Rémy Maucherat
2016-03-02 9:56 GMT+01:00 jean-frederic clere : > On 03/01/2016 11:30 PM, Rémy Maucherat wrote: > > 2016-03-01 23:12 GMT+01:00 Mark Thomas : > > > >> To summarise where I think this discussion is going: > >> > >> - Create 8.5.x from 9.0.x with the following

Re: Tomcat 8.next

2016-03-02 Thread jean-frederic clere
On 02/25/2016 02:52 PM, Rémy Maucherat wrote: > b) A more radical option is to use 9 as 8.x but remove the Servlet API > changes. This would force Java 8 and many incompatible changes. That looks the best for me, tomcat-8.5.x Cheers Jean-Frederic

Re: Tomcat 8.next

2016-03-02 Thread jean-frederic clere
On 03/01/2016 11:30 PM, Rémy Maucherat wrote: > 2016-03-01 23:12 GMT+01:00 Mark Thomas : > >> To summarise where I think this discussion is going: >> >> - Create 8.5.x from 9.0.x with the following changes >> - revert all changes to spec APIs >> > > Yes. Do we have a plan

OpenSSL vulnerabilities

2016-03-02 Thread Mark Thomas
All, I'm primarily looking at the window builds for Tomcat Native. tc-native 1.1.34 was built with OpenSSL 1.0.1q tc-native 1.2.4 was built with OpenSSL 1.0.2e. Looking at the latest OpenSSL security vulnerabilities: CVE-2016-0800: SSLv2 disabled by default. Not an issue. CVE-2016-0705: Low.

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

2016-03-02 Thread Bill Barker
/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20160302-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