Re: [VOTE] Release Apache Tomcat Native 1.2.16

2017-11-17 Thread Coty Sutherland
On Nov 17, 2017 06:24, "Rainer Jung" wrote: Am 15.11.2017 um 12:03 schrieb Mark Thomas: > Version 1.2.16 includes the following changes compared to 1.2.14: > > - Update minimum recommended OpenSSL version to 1.0.2m > - Update minimum recommended APR version to 1.6.3 > -

Re: Migrating to git

2017-12-05 Thread Coty Sutherland
On Tue, Dec 5, 2017 at 3:43 PM, Emmanuel Bourg wrote: > Le 05/12/2017 à 21:03, Mark Thomas a écrit : > >> and then migrate /trunk, /tags and /branches to git, leaving the rest in >> place. Most will stay there. Some components may move to git in the future. > > The goal is to

Re: [VOTE] Release Apache Tomcat 8.0.48

2017-12-07 Thread Coty Sutherland
On Thu, Nov 30, 2017 at 12:19 PM, Violeta Georgieva wrote: > The proposed Apache Tomcat 8.0.48 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.48/ > The Maven staging repo is: >

Re: [VOTE] Release Apache Tomcat 7.0.83

2017-12-07 Thread Coty Sutherland
On Thu, Nov 30, 2017 at 2:37 PM, Violeta Georgieva wrote: > The proposed Apache Tomcat 7.0.83 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.83/ > The Maven staging repo is: >

Re: [VOTE] Release Apache Tomcat 8.0.52

2018-05-07 Thread Coty Sutherland
On Sat, Apr 28, 2018 at 1:22 PM, Violeta Georgieva wrote: > The proposed Apache Tomcat 8.0.52 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.52/ > The Maven staging repo is: >

Re: [Git migration] Old git repositories

2018-05-22 Thread Coty Sutherland
On Mon, May 21, 2018 at 3:57 PM, Mark Thomas wrote: > On 04/05/18 10:22, Konstantin Kolinko wrote: > > 2018-04-30 23:48 GMT+03:00 Mark Thomas : > >> The current plan is to merge all of the existing branches into a single > >> Git repo. This will be mirrored at

Re: Release schedule for tomcat 7

2018-06-18 Thread Coty Sutherland
Please don't email individual committers; always use the list in case that person is unavailable. On Mon, Jun 18, 2018 at 12:30 AM, Silambarasan Madhappan < silambarasan0...@gmail.com> wrote: > Hi Team, > > What will be the release schedule for Tomcat 7.0.89 ? > Releases generally happen once

Re: [VOTE] Release Apache Tomcat Native 1.2.17

2018-06-12 Thread Coty Sutherland
On Thu, Jun 7, 2018 at 11:50 AM, jean-frederic clere wrote: > Version 1.2.17 includes the following changes compared to 1.2.16: > > - Windows binaries built with OpenSSL 1.0.2o and APR 1.6.3 > > Various other fixes and improvements. See the changelog for details. > > The proposed release

Re: [VOTE] Release Apache Tomcat 8.0.53

2018-07-02 Thread Coty Sutherland
On Fri, Jun 29, 2018 at 12:42 PM Violeta Georgieva wrote: > The proposed Apache Tomcat 8.0.53 release is now available for voting. > > NOTE: This is the last release! > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.53/ > The Maven staging repo is: >

Re: [Git migration] Old git repositories

2018-04-30 Thread Coty Sutherland
On Mon, Apr 30, 2018, 16:48 Mark Thomas wrote: > The current plan is to merge all of the existing branches into a single > Git repo. This will be mirrored at GitHub under apache/tomcat. This is > currently used for the svn mirror for trunk only. > > This raises the question

Re: GC allocation failure

2018-01-04 Thread Coty Sutherland
This is a question for the users list, not the developers list. From http://tomcat.apache.org/lists.html#tomcat-dev: "This development list is only for discussion of changes to the Apache Tomcat source code and related issues. Other questions will be ignored." On Thu, Jan 4, 2018 at 11:05 AM,

Re: [Git migration] trunk or master

2018-01-09 Thread Coty Sutherland
On Jan 8, 2018 09:33, "Mark Thomas" wrote: This is the third of the per issue e-mails to discuss the issues associated with migrating from svn to git. The standard name for the main branch where development takes place in svn is 'trunk'. In git the standard name is 'master'.

Re: [Git migration] Existing PRs

2018-01-18 Thread Coty Sutherland
On Thu, Jan 18, 2018 at 3:40 PM, Mark Thomas wrote: > Hi, > > This issue might have resolved itself. We currently only have open PRs > on the apache/tomcat github repo. Assuming that repo would be made > read/write (I'm checking with infra) then there isn't a problem. > > If

Re: [VOTE] Release Apache Tomcat 9.0.3

2018-01-15 Thread Coty Sutherland
On Thu, Jan 11, 2018 at 6:29 AM, Mark Thomas wrote: > The proposed Apache Tomcat 9.0.3 release is now available for voting. > > The major changes compared to the 9.0.2 release are: > > - Modify the Default and WebDAV Servlets so that a 405 status code is > returned for PUT and

Re: [VOTE] Release Apache Tomcat 8.5.27

2018-01-19 Thread Coty Sutherland
On Thu, Jan 18, 2018 at 3:43 PM, Mark Thomas wrote: > The proposed Apache Tomcat 8.5.27 release is now available for voting. > > The major changes compared to the 8.5.24 release are: > > - Add support for GZIP compression with HTTP/2 > > - Expand the TLS functionality exposed

Re: [VOTE] Release Apache Tomcat 9.0.4

2018-01-19 Thread Coty Sutherland
On Thu, Jan 18, 2018 at 3:14 PM, Mark Thomas wrote: > The proposed Apache Tomcat 9.0.4 release is now available for voting. > > The major changes compared to the 9.0.2 release are: > > - Modify the Default and WebDAV Servlets so that a 405 status code is > returned for PUT and

Re: Migrating to git

2018-01-24 Thread Coty Sutherland
I think this is the right thread to add this :) Given that we will be able to accept PRs on Github after this migration, do we want to add a Travis (or other CI) configuration to our repository so that it will do a test build (and maybe test one connector) when someone proposes a pull? Doing that

Re: Migrating to git

2018-01-24 Thread Coty Sutherland
On Wed, Jan 24, 2018 at 4:57 PM, Christopher Schultz <ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Coty, > > On 1/24/18 1:34 PM, Coty Sutherland wrote: >> I think this is the right thread to add this :) >> >>

Re: [VOTE] Release Apache Tomcat 8.0.50

2018-02-12 Thread Coty Sutherland
On Wed, Feb 7, 2018 at 3:56 PM, Violeta Georgieva wrote: > The proposed Apache Tomcat 8.0.50 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.50/ > The Maven staging repo is: >

Re: [VOTE] Release Apache Tomcat 7.0.85

2018-02-12 Thread Coty Sutherland
On Wed, Feb 7, 2018 at 2:42 PM, Violeta Georgieva wrote: > The proposed Apache Tomcat 7.0.85 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.85/ > The Maven staging repo is: >

Re: [VOTE] Release Apache Tomcat 8.5.28

2018-02-09 Thread Coty Sutherland
On Tue, Feb 6, 2018 at 6:33 PM, Mark Thomas wrote: > The proposed Apache Tomcat 8.5.28 release is now available for voting. > > The major changes compared to the 8.5.27 release are: > > - Fix truncated request input streams when using NIO2 with TLS. > > - Improved error handling

Re: [VOTE] Release Apache Tomcat 9.0.5

2018-02-09 Thread Coty Sutherland
On Tue, Feb 6, 2018 at 5:08 PM, Mark Thomas wrote: > The proposed Apache Tomcat 9.0.5 release is now available for voting. > > The major changes compared to the 9.0.4 release are: > > - Refactor error handling to enable errors that occur before processing > is passed to the

Re: TomcatCon Training: Tomcat for Administrators

2018-02-19 Thread Coty Sutherland
Do we plan on doing any audio or video to go along with the slides for these? We could add them to the youtube channel for those that can't attend the live training. On Mon, Feb 19, 2018 at 9:50 AM, Mark Thomas wrote: > All, > > The Apache Tomcat PMC is delighted to announce

Re: [VOTE] Release Apache Tomcat 8.5.34

2018-09-10 Thread Coty Sutherland
On Tue, Sep 4, 2018 at 6:52 PM Mark Thomas wrote: > The proposed Apache Tomcat 8.5.34 release is now available for voting. > > The major changes compared to the 8.5.33 release are: > > - Fix multiple issues associated with using the asynchronous Servlet > API in combination with HTTP/2 > > -

Re: Feature Request: Add a YUM Package for Tomcat

2018-07-11 Thread Coty Sutherland
Hi, On Tue, Jul 10, 2018 at 7:52 PM Michel Feinstein wrote: > Hi developers, I just want to post here a feature request. > > There are several tutorials online on how to get Tomcat (any version) > running on a server. They will be mostly about using "wget" to download the > binaries and

Re: [VOTE] Release Apache Tomcat 8.0.49

2018-01-22 Thread Coty Sutherland
On Fri, Jan 19, 2018 at 4:08 PM, Violeta Georgieva wrote: > The proposed Apache Tomcat 8.0.49 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.49/ > The Maven staging repo is: >

Re: [VOTE] Release Apache Tomcat 7.0.84

2018-01-22 Thread Coty Sutherland
On Fri, Jan 19, 2018 at 10:41 AM, Violeta Georgieva wrote: > The proposed Apache Tomcat 7.0.84 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.84/ > The Maven staging repo is: >

Re: [VOTE] Release Apache Tomcat 9.0.7

2018-04-04 Thread Coty Sutherland
On Tue, Apr 3, 2018 at 4:25 PM, Mark Thomas wrote: > The proposed Apache Tomcat 9.0.7 release is now available for voting. > > The major changes compared to the 9.0.6 release are: > > - Add support for the maxDays attribute to the AccessLogValve and > ExtendedAccessLogValve.

Tomcat 9 Support Java Version clarification

2018-04-25 Thread Coty Sutherland
Hi all, There was a problem discovered on Ubuntu where they're building Tomcat 9 with Java 9, but users are using it with Java 8. That is causing issues because of changes made in Java 9. One of the Ubuntu folks is poking around with a patch and has some details about the issue here

Re: Request for comment on BZ 59750 (authentication listener)

2018-03-29 Thread Coty Sutherland
On Thu, Mar 29, 2018 at 11:41 AM, Rémy Maucherat wrote: > On Thu, Mar 29, 2018 at 3:48 PM, Christopher Schultz < > ch...@christopherschultz.net> wrote: > >> All, >> >> For reference: https://bz.apache.org/bugzilla/show_bug.cgi?id=59750 >> >> I've got a proposal (in patch form)

Re: Tomcat init script does not test correctly for /etc/rc.d/init.d/functions

2018-03-26 Thread Coty Sutherland
Hello, On Mon, Mar 26, 2018 at 9:13 AM, Casper Pedersen wrote: > Hi, > > The init.d start up script which is being distributed by many, is having the > following test: > > # Source function library. > if [ -x /etc/rc.d/init.d/functions ]; then > .

Re: [Git migration] Commit message format

2018-03-21 Thread Coty Sutherland
On Tue, Mar 20, 2018 at 4:07 PM, Mark Thomas wrote: > On 21/02/18 16:48, Mark Thomas wrote: >> On 21/02/18 16:10, Rainer Jung wrote: >>> Am 21.02.2018 um 16:53 schrieb Mark Thomas: The next issue on the list is the format of commit messages. The commit messages we

Re: Tomcat 9 Support Java Version clarification

2018-04-25 Thread Coty Sutherland
On Wed, Apr 25, 2018 at 2:14 PM, Mark Thomas <ma...@apache.org> wrote: > On 25/04/18 18:07, Coty Sutherland wrote: >> Hi all, >> >> There was a problem discovered on Ubuntu where they're building Tomcat >> 9 with Java 9, but users are using it with Java 8.

Re: [VOTE] Release Apache Tomcat Native 1.2.18

2018-10-18 Thread Coty Sutherland
On Wed, Oct 17, 2018 at 6:19 PM Mark Thomas wrote: > Version 1.2.18 includes the following changes compared to 1.2.17: > > - Windows binaries built with OpenSSL 1.0.2p and APR 1.6.5 > - Windows binaries built with OpenSSL 1.1.1 and APR 1.6.5 > - TLSv1.3 support when built with OpenSSL 1.1.1 > >

Re: "Embedded" improvements

2018-10-24 Thread Coty Sutherland
I had a trivial comment that I put on the GitHub commit :) Otherwise that looks OK to me. On Wed, Oct 24, 2018 at 5:55 AM Rémy Maucherat wrote: > Hi, > > I'm starting to review embedded. Maybe I won't make many changes in the end > and won't need a separate API. > > However, I have another post

Re: [VOTE] Release Apache Tomcat 9.0.13

2018-11-05 Thread Coty Sutherland
On Fri, Nov 2, 2018 at 12:11 PM Mark Thomas wrote: > The proposed Apache Tomcat 9.0.13 release is now available for voting. > > The major changes compared to the 9.0.13 release are: > > - support for TLSv1.3 when used with a JRE or OPenSSl version that > supports it > > - added support for

Re: [VOTE] Release Apache Tomcat 7.0.92

2018-11-14 Thread Coty Sutherland
On Fri, Nov 9, 2018 at 6:34 AM Violeta Georgieva wrote: > The proposed Apache Tomcat 7.0.92 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.92/ > The Maven staging repo is: >

Re: svn commit: r1849118 [1/9] - in /tomcat/site/trunk/docs/connectors-doc: ./ ajp/ ajp/printer/ common_howto/ common_howto/printer/ miscellaneous/ miscellaneous/printer/ news/ news/printer/ printer/

2018-12-17 Thread Coty Sutherland
On Mon, Dec 17, 2018, 18:21 Mark Thomas +1 > > Very nice. Thanks! I'm glad I was about to sort out the link problem. Apparently it was broken before I touched it :) There is a bunch of other little stuff to fix and some doc updates so I'll be pushing more things as I have time. > Mark > > >

Re: [ANN] New committer: Woonsan Ko

2018-12-20 Thread Coty Sutherland
Congratulations and Welcome Woonsan! On Wed, Dec 19, 2018 at 9:08 PM Keiichi Fujino wrote: > Congratulations! > Welcome Woonsan! > > 2018年12月19日(水) 18:56 Mark Thomas : > > > On behalf of the Tomcat committers I am pleased to announce that > > Woonsan Ko (woonsan) has been voted in as a new

tomcat-native include directory name

2018-12-20 Thread Coty Sutherland
Hi all, Is there some reason why we use apr-${TCNATIVE_MAJOR_VERSION} as the include directory instead of tomcat-native? I just pushed http://svn.apache.org/r1849428 so that make now copies the header files into _includedir, and noticed that the directory is named 'apr' rather than

Re: [VOTE] Release Apache Tomcat 9.0.14

2018-12-11 Thread Coty Sutherland
On Thu, Dec 6, 2018 at 4:37 PM Mark Thomas wrote: > The proposed Apache Tomcat 9.0.14 release is now available for voting. > > The major changes compared to the 9.0.13 release are: > > - Significant expansion of localisation support with the addition of > Brazilian Portuguese, Korean and

Deploying JK Site Docs

2018-12-14 Thread Coty Sutherland
Hi, I made a bunch of changes to the JK site yesterday so that it uses the updated Tomcat site's stylesheets to unify the UI between the two project sites. Unfortunately, I can't figure out how to deploy it. The HOWTO-RELEASE.txt doc says to copy the build/docs output to

Re: Deploying JK Site Docs

2018-12-14 Thread Coty Sutherland
Thanks! On Fri, Dec 14, 2018 at 12:22 PM Mark Thomas wrote: > On 14/12/2018 17:16, Coty Sutherland wrote: > > Hi, > > > > I made a bunch of changes to the JK site yesterday so that it uses the > > updated Tomcat site's stylesheets to unify the UI between the two pr

Re: [VOTE] Release Apache Tomcat Native 1.2.19

2018-12-04 Thread Coty Sutherland
On Fri, Nov 30, 2018 at 3:00 PM Mark Thomas wrote: > Version 1.2.19 includes the following changes compared to 1.2.18: > > - Windows binaries built with OpenSSL 1.0.2q and APR 1.6.5 > - Windows binaries built with OpenSSL 1.1.1a and APR 1.6.5 > - Fixed memory leak associated with OCSP > - Fix an

Re: tomcat-native include directory name

2019-01-08 Thread Coty Sutherland
On Sun, Dec 23, 2018 at 4:57 AM Mark Thomas wrote: > On 20/12/2018 19:51, Coty Sutherland wrote: > > Hi all, > > > > Is there some reason why we use apr-${TCNATIVE_MAJOR_VERSION} as the > > include directory instead of tomcat-native? I just pushed > > http://svn

Re: tomcat-native include directory name

2019-01-10 Thread Coty Sutherland
On Tue, Jan 8, 2019 at 7:06 PM Mark Thomas wrote: > On 08/01/2019 19:53, Coty Sutherland wrote: > > On Sun, Dec 23, 2018 at 4:57 AM Mark Thomas wrote: > > > >> On 20/12/2018 19:51, Coty Sutherland wrote: > >>> Hi all, > >>> > >>>

commons-daemon packaging question

2019-04-05 Thread Coty Sutherland
Hi, I'm looking into commons-daemon in Tomcat and it appears that the Windows executables (prunsrv and prunmgr) don't require the commons-daemon.jar to run Tomcat like the *nix binary (jsvc) does. Can someone confirm that (I tested it and it seems to work fine without the jar)? If it's unused I

Re: New git based merging workflow?

2019-02-28 Thread Coty Sutherland
On Thu, Feb 28, 2019 at 6:10 AM Emmanuel Bourg wrote: > Le 28/02/2019 à 11:47, Rainer Jung a écrit : > > Thanks a bunch. Looks like what I was searching for, will try it. > > > > Rainer > > You could play with a single repository too: > +1, that's what I do. > > # Initial setup > cd

Re: Git migration read for testing

2019-03-01 Thread Coty Sutherland
The email notifications work for when we push commits to the repository, but it looks like we're missing emails when PRs are opened. On Wed, Feb 27, 2019 at 9:03 AM Rémy Maucherat wrote: > On Wed, Feb 27, 2019 at 11:09 AM Mark Thomas wrote: > > > On 27/02/2019 09:44, Rémy Maucherat wrote: > >

Re: [VOTE] Migrate to git

2019-02-21 Thread Coty Sutherland
On Thu, Feb 21, 2019 at 11:13 AM Mark Thomas wrote: > This is a VOTE to migrate the primary source code repository for Apache > Tomcat 9.0.x, 8.5.x and 7.0.x from svn to git. > > The migration will be performed as per: > https://cwiki.apache.org/confluence/display/TOMCAT/Git+migration > > with

Git Migration: What is the svn:eol-style equilvalent?

2019-03-05 Thread Coty Sutherland
Hi, I updated the BUILDING and CONTRIBUTING documents so that GitHub users no longer see instructions for SVN after our migration, however I had a few questions. Does anyone know of a git equivalent to svn:eol-style that we should be using? It is mentioned in the "git-svn quirks" section of

Re: GitHub Issues / GitHub PRs / Bugzilla

2019-03-14 Thread Coty Sutherland
On Thu, Mar 14, 2019 at 11:14 AM Coty Sutherland wrote: > On Thu, Mar 14, 2019 at 8:39 AM Mark Thomas wrote: > >> It is early days but my impression is that the move to git has triggered >> an increase in conversations that end up split between a GitHub PR and >> Bugzill

Re: GitHub Issues / GitHub PRs / Bugzilla

2019-03-14 Thread Coty Sutherland
On Thu, Mar 14, 2019 at 8:39 AM Mark Thomas wrote: > It is early days but my impression is that the move to git has triggered > an increase in conversations that end up split between a GitHub PR and > Bugzilla. > > Personally, I'm not finding it unmanageable at this point but it does > feel a

Re: [VOTE] Release Apache Tomcat 8.5.40

2019-04-11 Thread Coty Sutherland
On Wed, Apr 10, 2019 at 10:58 AM Mark Thomas wrote: > The proposed Apache Tomcat 8.5.40 release is now available for voting. > > The major changes compared to the 8.5.39 release are: > > - Fix for CVE-2019-0232 a RCE vulnerability on Windows > > - Add support for Java 11 to the JSP compiler.

Re: [VOTE] Release Apache Tomcat 9.0.18

2019-04-11 Thread Coty Sutherland
On Wed, Apr 10, 2019 at 9:44 AM Mark Thomas wrote: > The proposed Apache Tomcat 9.0.18 release is now available for voting. > > The major changes compared to the 9.0.17 release are: > > - Fix for CVE-2019-0232 a RCE vulnerability on Windows > > - Add support for Java 11 to the JSP compiler. Java

Re: [VOTE] Release Apache Tomcat 9.0.19

2019-04-12 Thread Coty Sutherland
On Fri, Apr 12, 2019 at 10:48 AM Mark Thomas wrote: > The proposed Apache Tomcat 9.0.19 release is now available for voting. > 9.0.19 corrects a regression and a number of packaging errors in 9.0.18. > > The major changes compared to the 9.0.17 release are: > > - Fix for CVE-2019-0232 a RCE

Re: svn commit: r33591 - in /dev/tomcat/tomcat-9/v9.0.19: ./ bin/ bin/embed/ src/

2019-04-12 Thread Coty Sutherland
On Fri, Apr 12, 2019 at 11:29 AM Coty Sutherland wrote: > Are these svn commits intentional? I thought the svn repo was read-only > now. > Disregard that :) > > On Fri, Apr 12, 2019 at 10:47 AM wrote: > >> Author: markt >> Date: Fri Apr 12 14:47:16 2019 &g

Re: svn commit: r33591 - in /dev/tomcat/tomcat-9/v9.0.19: ./ bin/ bin/embed/ src/

2019-04-12 Thread Coty Sutherland
Are these svn commits intentional? I thought the svn repo was read-only now. On Fri, Apr 12, 2019 at 10:47 AM wrote: > Author: markt > Date: Fri Apr 12 14:47:16 2019 > New Revision: 33591 > > Log: > Upload 9.0.19 for voting > > Added: > dev/tomcat/tomcat-9/v9.0.19/ >

SSLv2Hello "Protocol" Support

2019-04-16 Thread Coty Sutherland
Hi, It appears that the IBM JDK (version 8) has dropped support for SSLv2Hello so when you startup tomcat with the IBM JDK you get a warning saying that the protocol is being skipped. OpenJDK seems to have dropped it in version 12 or 13 (I haven't tested, just noticed a user list thread about it)

Re: SSLv2Hello "Protocol" Support

2019-04-17 Thread Coty Sutherland
On Wed, Apr 17, 2019 at 2:18 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Coty, > > On 4/16/19 07:28, Coty Sutherland wrote: > > Hi, > > > > It appears that the IBM JDK (version 8)

Are we interested in using any the GitHub features?

2019-05-28 Thread Coty Sutherland
Hi, Are we interested in utilizing any of the GitHub integration for Travis CI , Coverity Scan , LGTM , etc? We could at least set them up for testing PRs since we already have the

Re: [VOTE] Release Apache Tomcat 8.5.42

2019-06-05 Thread Coty Sutherland
On Tue, Jun 4, 2019 at 5:06 PM Mark Thomas wrote: > The proposed Apache Tomcat 8.5.42 release is now available for voting. > > The major changes compared to the 8.5.41 release are: > > - Fix various concurrency and stability issues for HTTP/2. > > - Add support for same-site cookie attribute.

Re: [VOTE] Release Apache Tomcat 9.0.21

2019-06-05 Thread Coty Sutherland
On Tue, Jun 4, 2019 at 4:50 PM Mark Thomas wrote: > The proposed Apache Tomcat 9.0.21 release is now available for voting. > > The major changes compared to the 9.0.20 release are: > > - Fix various concurrency and stability issues for HTTP/2. > > - Add support for same-site cookie attribute.

Re: Tomcat-Native - Time to move to git?

2019-06-17 Thread Coty Sutherland
On Mon, Jun 17, 2019 at 12:56 PM Mark Thomas wrote: > Hi, > > I'm starting to look at OCSP stapling for our OpenSSL based connectors > and I suspect a Tomcat Native release will be required. Even if it isn't > for this, it has been a while since the last Tomcat Native release so I > expect we'll

Re: Proposal for TLS config sanity check

2019-05-23 Thread Coty Sutherland
On Tue, May 21, 2019 at 5:43 PM Mark Thomas wrote: > On 21/05/2019 21:46, Christopher Schultz wrote: > > All, > > > > Looking at the legacy-versus-modern TLS configuration (Connector vs > > SSLHostConfig), it seems easy for an admin to create a configuration > > that looks like this

Re: The migration guide configuration file difference feature is broken

2019-05-08 Thread Coty Sutherland
On Wed, May 8, 2019 at 11:17 AM Mark Thomas wrote: > On 08/05/2019 15:35, Coty Sutherland wrote: > > Hi, > > > > Someone on freenode (CiscoEagle) pointed out to me that the migration > > guide's file comparison feature doesn't work :( Looking at the "configu

Re: [tomcat] branch master updated: Use https instead of http

2019-05-21 Thread Coty Sutherland
anch master > >> in repository https://gitbox.apache.org/repos/asf/tomcat.git > >> > >> > >> The following commit(s) were added to refs/heads/master by this push: > >> new beb2dca Use https instead of http > >> beb2dca is described be

Re: Finally getting around to switching to Git

2019-04-26 Thread Coty Sutherland
On Fri, Apr 26, 2019 at 3:13 AM Mark Thomas wrote: > On 25/04/2019 20:07, Christopher Schultz wrote: > > On 4/25/19 14:03, Igal Sapir wrote: > > > > >> In some projects it's easy to maintain a single repository and > >> switch between branches, but I find the differences between 7.0.x > >> and

The migration guide configuration file difference feature is broken

2019-05-08 Thread Coty Sutherland
Hi, Someone on freenode (CiscoEagle) pointed out to me that the migration guide's file comparison feature doesn't work :( Looking at the "configure file differences" section on the 9.0 migration guide ( http://tomcat.apache.org/migration-9.html#Tomcat_9.0.x_configuration_file_differences), if you

Re: Finally getting around to switching to Git

2019-04-23 Thread Coty Sutherland
On Tue, Apr 23, 2019 at 10:33 AM Rémy Maucherat wrote: > On Tue, Apr 23, 2019 at 4:29 PM Christopher Schultz < > ch...@christopherschultz.net> wrote: > > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA256 > > > > Rémy, > > > > On 4/23/19 10:07, Rémy Maucherat wrote: > > > On Tue, Apr 23, 2019

Re: Finally getting around to switching to Git

2019-04-25 Thread Coty Sutherland
On Thu, Apr 25, 2019 at 1:32 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Igal, > > On 4/23/19 12:52, Igal Sapir wrote: > > Another thing that I have changed in my workflow based on Mark's > > past suggestion, is that I keep

Re: Finally getting around to switching to Git

2019-04-25 Thread Coty Sutherland
On Thu, Apr 25, 2019 at 2:06 PM Igal Sapir wrote: > On 4/25/2019 10:56 AM, Coty Sutherland wrote: > > On Thu, Apr 25, 2019 at 1:32 PM Christopher Schultz < > > ch...@christopherschultz.net> wrote: > > > >> -BEGIN PGP SIGNED MESSAGE- > >> Hash

Re: SSLv2Hello "Protocol" Support

2019-04-17 Thread Coty Sutherland
If we haven't tried to remove it in 5 years it might be worth another look :) On Wed, Apr 17, 2019 at 3:49 AM jean-frederic clere wrote: > On 16/04/2019 13:28, Coty Sutherland wrote: > > Hi, > > > > It appears that the IBM JDK (version 8) has dropped support for > SS

Re: [VOTE] Release Apache Tomcat 8.5.49

2019-11-18 Thread Coty Sutherland
On Sun, Nov 17, 2019 at 2:01 PM Mark Thomas wrote: > The proposed Apache Tomcat 8.5.49 release is now available for voting. > > The major changes compared to the 8.5.47 release are: > > - Improvements to Async error handling > > - Stricter processing of HTTP headers when looking for specific

Re: [VOTE] Release Apache Tomcat 9.0.29

2019-11-18 Thread Coty Sutherland
On Sat, Nov 16, 2019 at 1:56 PM Mark Thomas wrote: > The proposed Apache Tomcat 9.0.29 release is now available for voting. > > The major changes compared to the 9.0.27 release are: > > - Improvements to Async error handling > > - Stricter processing of HTTP headers when looking for specific

Re: [VOTE] Release Apache Tomcat 8.5.50

2019-12-09 Thread Coty Sutherland
On Sat, Dec 7, 2019 at 2:54 PM Mark Thomas wrote: > The proposed Apache Tomcat 8.5.50 release is now available for voting. > > The major changes compared to the 8.5.49 release are: > > - Correct multiple regressions in the static resource caching related to > using URLs provided for cached

Re: [VOTE] Release Apache Tomcat 9.0.30

2019-12-09 Thread Coty Sutherland
On Sat, Dec 7, 2019 at 12:24 PM Mark Thomas wrote: > The proposed Apache Tomcat 9.0.30 release is now available for voting. > > The major changes compared to the 9.0.29 release are: > > - Correct multiple regressions in the static resource caching related to > using URLs provided for cached

Re: [PROPOSAL] Tomcat 10: Drop APR Connector

2019-10-07 Thread Coty Sutherland
On Mon, Oct 7, 2019 at 10:39 AM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > All, > > I recently gave a presentation on locking-down Apache Tomcat[1] and I > briefly discussed the "sharp edges" present in Tomcat. Some of them >

Re: [PROPOSAL] Tomcat 10: Remove CGI Servlet

2019-10-07 Thread Coty Sutherland
On Mon, Oct 7, 2019 at 11:00 AM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > All, > > I recently gave a presentation on locking-down Apache Tomcat[1] and I > briefly discussed the "sharp edges" present in Tomcat. Some of them >

Re: [PROPOSAL] Tomcat 10: Remove Server-Side Includes (SSI)

2019-10-07 Thread Coty Sutherland
On Mon, Oct 7, 2019 at 10:46 AM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > All, > > I recently gave a presentation on locking-down Apache Tomcat[1] and I > briefly discussed the "sharp edges" present in Tomcat. Some of them >

Re: [VOTE] Release Apache Tomcat 9.0.27

2019-10-07 Thread Coty Sutherland
On Mon, Oct 7, 2019 at 7:51 AM Mark Thomas wrote: > The proposed Apache Tomcat 9.0.27 release is now available for voting. > > The major changes compared to the 9.0.26 release are: > > - Update to Commons Daemon 1.2.2 to pick up the fix for a regression in > Commons Daemon 1.2.0 and 1.2.1 that

Re: [VOTE] Release Apache Tomcat 7.0.100

2020-02-13 Thread Coty Sutherland
On Tue, Feb 11, 2020 at 4:08 AM Violeta Georgieva wrote: > The proposed Apache Tomcat 7.0.100 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.100/ > The Maven staging repo is: >

Re: [PROPOSAL] Tomcat 10: change default certificateKeystoreType and truststoreType from JKS to PKCS12

2020-01-29 Thread Coty Sutherland
On Tue, Jan 28, 2020 at 12:07 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > All, > > The subject says it all. > > Java 9 is changing the default keystore type from JKS to PKCS12 and > deprecating the use of JKS. > > Do we

Re: Numbering schemes for future releases

2020-02-10 Thread Coty Sutherland
On Mon, Feb 10, 2020 at 4:48 AM Mark Thomas wrote: > Hi, > > I thought it would be useful to re-open the discussion on this. If there > is a better plan that the one we currently have I'd like to try and find > it. > > I'm happy to hold off on the current 10.0.0.0-M1 release for a few days > to

Re: [VOTE] Release Apache Tomcat 10.0.0-M1

2020-02-14 Thread Coty Sutherland
On Fri, Feb 14, 2020 at 9:49 AM Mark Thomas wrote: > The proposed Apache Tomcat 10.0.0-M1 release is now available for > voting. This is the first release of 10.0.x and is based on 9.0.31. > > The major changes compared to 9.0.31 are: > > - Complete the javax to jakarta package rename > > -

Re: Tomcat 7.0.x end of life

2020-01-15 Thread Coty Sutherland
On Tue, Jan 14, 2020 at 3:56 PM Mark Thomas wrote: > Hi all, > > This has been mentioned several times as we have figured out our > approach to Jakarta EE 9 and Tomcat 10. I'd like to formally propose > that we announce end of life for Tomcat 7.0.x as 31 March 2021. > > Thoughts? > +1 > >

Re: [VOTE] Release Apache Tomcat 9.0.34

2020-04-06 Thread Coty Sutherland
On Fri, Apr 3, 2020 at 8:49 AM Mark Thomas wrote: > The proposed Apache Tomcat 9.0.34 release is now available for voting. > > The major changes compared to the 9.0.34 release are: > > - Add support for default values when using ${...} property replacement > in configuration files. Based on a

Re: [VOTE] Release Apache Tomcat 10.0.0-M4

2020-04-06 Thread Coty Sutherland
On Fri, Apr 3, 2020 at 7:28 AM Mark Thomas wrote: > The proposed Apache Tomcat 10.0.0-M4 release is now available for > voting. > > Apache Tomcat 10.x implements Jakarta EE 9 and, as such, the primary > package for all the specification APIs has changed from javax.* to > jakarta.* > Applications

Re: git-fu is (still) weak

2020-04-28 Thread Coty Sutherland
On Tue, Apr 28, 2020 at 10:21 AM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Rémy, > > On 4/27/20 18:41, Rémy Maucherat wrote: > > On Tue, Apr 28, 2020 at 12:21 AM Christopher Schultz > > >

Re: git-fu is (still) weak

2020-04-28 Thread Coty Sutherland
On Tue, Apr 28, 2020 at 10:58 AM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Coty, > > On 4/28/20 10:45, Coty Sutherland wrote: > > > > > > On Tue, Apr 28, 2020 at 10:2

Re: Remove org.apache.catalina.tribes.transport.bio

2020-04-28 Thread Coty Sutherland
On Tue, Apr 28, 2020 at 12:30 PM Rémy Maucherat wrote: > Hi, > > I'm still looking at things to remove or refactor in 10 following the > rearchitecting failure for the Connector. One candidate could be the Tribes > transport, since NIO is the default and BIO is probably never used. > > Can it be

Re: [tomcat] branch 7.0.x updated: Use parametric replacement to ensure the proper version of wsdl4j is written to Eclipse's .classpath file.

2020-05-15 Thread Coty Sutherland
On Fri, May 15, 2020 at 10:20 AM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > All, > > I'd like to talk about this. > > First, this is a patch to Tomcat 7 where a single version number > (wsdl4j) wasn't updated in all the

Re: [VOTE] Release Apache Tomcat 7.0.104

2020-05-15 Thread Coty Sutherland
On Thu, May 7, 2020 at 4:18 PM Violeta Georgieva wrote: > The proposed Apache Tomcat 7.0.104 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.104/ > The Maven staging repo is: >

Re: [VOTE] Release Apache Tomcat 7.0.103

2020-03-19 Thread Coty Sutherland
On Mon, Mar 16, 2020 at 5:13 AM Violeta Georgieva wrote: > The proposed Apache Tomcat 7.0.103 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.103/ > The Maven staging repo is: >

Re: [VOTE] Release Apache Tomcat 9.0.35

2020-05-06 Thread Coty Sutherland
On Tue, May 5, 2020 at 5:41 PM Mark Thomas wrote: > The proposed Apache Tomcat 9.0.35 release is now available for voting. > > The major changes compared to the 9.0.34 release are: > > - Improve the handling of requests that use an expectation. Do not > disable keep-alive where the response

Re: [VOTE] Release Apache Tomcat 8.5.55

2020-05-06 Thread Coty Sutherland
On Tue, May 5, 2020 at 6:38 PM Mark Thomas wrote: > The proposed Apache Tomcat 8.5.55 release is now available for voting. > > The major changes compared to the 8.5.54 release are: > > - Improve the handling of requests that use an expectation. Do not > disable keep-alive where the response

Re: [VOTE] Release Apache Tomcat 10.0.0-M5

2020-05-06 Thread Coty Sutherland
On Tue, May 5, 2020 at 3:34 PM Mark Thomas wrote: > The proposed Apache Tomcat 10.0.0-M5 release is now available for > voting. > > Apache Tomcat 10.x implements Jakarta EE 9 and, as such, the primary > package for all the specification APIs has changed from javax.* to > jakarta.* > Applications

Re: [VOTE] Release Apache Tomcat 10.0.0-M8

2020-09-14 Thread Coty Sutherland
On Wed, Sep 9, 2020 at 10:57 AM Mark Thomas wrote: > The proposed Apache Tomcat 10.0.0-M8 release is now available for > voting. > > Apache Tomcat 10.x implements Jakarta EE 9 and, as such, the primary > package for all the specification APIs has changed from javax.* to > jakarta.* >

Re: [VOTE] Release Apache Tomcat 9.0.38

2020-09-14 Thread Coty Sutherland
On Thu, Sep 10, 2020 at 5:03 AM Mark Thomas wrote: > The proposed Apache Tomcat 9.0.38 release is now available for voting. > > The notable changes compared to the 9.0.37 release are: > > - For requests containing the Expect: 100-continue header, optional > support has been added to delay

Re: security.txt

2020-09-01 Thread Coty Sutherland
On Tue, Sep 1, 2020 at 1:01 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > All, > > I'd like to propose that we publish a security.txt[1] file on our web > site under /.well-known/security.txt and /security.txt > > This file

<    1   2   3   >