Re: Jakarta EE TCKs and compatibility logo

2019-01-21 Thread Mark Thomas
Apologies for the noise. The correct link for [3] is: https://jakarta.ee/legal/trademark_guidelines/ I've also corrected a handful of the project BCCs. Mark On 18/01/2019 22:53, Mark Thomas wrote: > Hi all, > > I am writing to your dev@ lists (on BCC) as your project has, in the > past, requ

Re: Jakarta EE TCKs and compatibility logo

2019-01-21 Thread Mark Thomas
Switching hats and speaking as a Tomcat committer. My experience is that folks expect Tomcat to follow the spec and want to know that it does. However, formal certification (or lack of it) hasn't seemed to be a big deal for our users in recent years. I don't know how much of that is because end us

JDK 12 enters Rampdown Phase Two

2019-01-21 Thread Rory O'Donnell
 Hi Mark, **OpenJDK builds *- JDK 12 Early Access build 28 **is now available **at : - jdk.java.net/12/* * Per the JDK 12 schedule [1], we are now in Rampdown Phase Two. o For more details , see Mark Reinhold's email to jdk-dev mailing list [2] o The overall feature set is fr

[Bug 63080] Support rfc7239 Forwarded header

2019-01-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63080 Mark Thomas changed: What|Removed |Added Severity|normal |enhancement -- You are receiving this m

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

2019-01-21 Thread markt
Author: markt Date: Mon Jan 21 14:06:22 2019 New Revision: 1851742 URL: http://svn.apache.org/viewvc?rev=1851742&view=rev Log: Tag 1.2.20 Added: tomcat/native/tags/TOMCAT_NATIVE_1_2_20/ - copied from r1851738, tomcat/native/trunk/ Modified: tomcat/native/tags/TOMCAT_NATIVE_1_2_20/bu

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

2019-01-21 Thread markt
Author: markt Date: Mon Jan 21 14:09:47 2019 New Revision: 1851743 URL: http://svn.apache.org/viewvc?rev=1851743&view=rev Log: Increment version info ready for next development cycle Modified: tomcat/native/trunk/build.properties.default tomcat/native/trunk/native/include/tcn_version.h

svn commit: r32072 - in /dev/tomcat/tomcat-connectors/native/1.2.20: ./ binaries/ source/

2019-01-21 Thread markt
Author: markt Date: Mon Jan 21 14:46:31 2019 New Revision: 32072 Log: Upload Tomcat Native 1.2.20 for voting Added: dev/tomcat/tomcat-connectors/native/1.2.20/ dev/tomcat/tomcat-connectors/native/1.2.20/binaries/ dev/tomcat/tomcat-connectors/native/1.2.20/binaries/tomcat-native-1.2.2

[VOTE] Release Apache Tomcat Native 1.2.20

2019-01-21 Thread Mark Thomas
Version 1.2.20 includes the following changes compared to 1.2.19: - Fixed memory leak associated with the use of OpenSSL BIO (used when OpenSSL provides the TLS functionality for the NIO and NIO2 connectors) Various other fixes and improvements. See the changelog for details. The proposed re

Re: [VOTE] Release Apache Tomcat Native 1.2.20

2019-01-21 Thread Rémy Maucherat
On Mon, Jan 21, 2019 at 3:49 PM Mark Thomas wrote: > Version 1.2.20 includes the following changes compared to 1.2.19: > > - Fixed memory leak associated with the use of OpenSSL BIO (used when > OpenSSL provides the TLS functionality for the NIO and NIO2 > connectors) > > Various other fixes

Re: [VOTE] Release Apache Tomcat Native 1.2.20

2019-01-21 Thread Mark Thomas
On 21/01/2019 14:49, Mark Thomas wrote: > Version 1.2.20 includes the following changes compared to 1.2.19: > > - Fixed memory leak associated with the use of OpenSSL BIO (used when > OpenSSL provides the TLS functionality for the NIO and NIO2 > connectors) > > Various other fixes and improve

[Bug 63078] autodeploy in Tomcat 9.0.14 is not working anymore

2019-01-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63078 --- Comment #19 from Mark Thomas --- We still haven't got to the bottom of what is going on here. Could you reproduce then and then take a thread dump? I am wondering if the utility thread pool ends up with a single thread and that thread gets

svn commit: r1851754 - in /tomcat/trunk: java/org/apache/catalina/loader/WebappClassLoaderBase.java webapps/docs/changelog.xml

2019-01-21 Thread markt
Author: markt Date: Mon Jan 21 16:54:30 2019 New Revision: 1851754 URL: http://svn.apache.org/viewvc?rev=1851754&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63038 Ensure that a ClassNotFoundException is thrown when attempting to load a class from a corrupted JAR file. Modifi

svn commit: r1851755 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/loader/WebappClassLoaderBase.java webapps/docs/changelog.xml

2019-01-21 Thread markt
Author: markt Date: Mon Jan 21 16:55:31 2019 New Revision: 1851755 URL: http://svn.apache.org/viewvc?rev=1851755&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63038 Ensure that a ClassNotFoundException is thrown when attempting to load a class from a corrupted JAR file. Modifi

[Bug 63038] When tomcat reads damaged zip dependencies, the tomcat does not write original reason of a problem.

2019-01-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63038 Mark Thomas changed: What|Removed |Added OS||All Resolution|---

Re: JDK 12 enters Rampdown Phase Two

2019-01-21 Thread Mark Thomas
I ran the Tomcat 9.0.x test suite on Linux with the latest 12 and 13 builds and all tests passed. Mark On 21/01/2019 11:32, Rory O'Donnell wrote: >  Hi Mark, > > **OpenJDK builds *- JDK 12 Early Access build 28 **is now available **at > : - jdk.java.net/12/* > >  * Per the JDK 12 schedule [1],

Re: [VOTE] Release Apache Tomcat Native 1.2.20

2019-01-21 Thread Igal Sapir
On Mon, Jan 21, 2019 at 6:49 AM Mark Thomas wrote: > Version 1.2.20 includes the following changes compared to 1.2.19: > > - Fixed memory leak associated with the use of OpenSSL BIO (used when > OpenSSL provides the TLS functionality for the NIO and NIO2 > connectors) > > Various other fixes