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

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: 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: 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: [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

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, > >>> > >>>

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

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: [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

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: 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

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: [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

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: [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: [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: "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 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: [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.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: 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: [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: [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-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: 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.

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: [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.

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: 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.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 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: [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: 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: 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: [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 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: [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: [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: 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: [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.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: 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 9.0.2

2017-11-29 Thread Coty Sutherland
On Sat, Nov 25, 2017 at 4:36 PM, Mark Thomas wrote: > The proposed Apache Tomcat 9.0.2 release is now available for voting. > > The major changes compared to the 9.0.1 release are: > > - Java 9 is fully supported > > - Fixed numerous JASPIC issues with patches from Lazar > > -

Re: [VOTE] Release Apache Tomcat 8.5.24

2017-11-29 Thread Coty Sutherland
On Mon, Nov 27, 2017 at 8:46 AM, Mark Thomas wrote: > The proposed Apache Tomcat 8.5.24 release is now available for voting. > > The major changes compared to the 8.5.23 release are: > > - Java 9 is fully supported > > - Fixed a number of HTTP/2 issues > > - Fixed numerous

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: [VOTE] Release Apache Tomcat 8.0.47

2017-10-02 Thread Coty Sutherland
On Fri, Sep 29, 2017 at 10:39 AM, Violeta Georgieva wrote: > The proposed Apache Tomcat 8.0.47 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.47/ > The Maven staging repo is: >

Re: [VOTE] Release Apache Tomcat 7.0.82

2017-10-02 Thread Coty Sutherland
On Fri, Sep 29, 2017 at 9:16 AM, Violeta Georgieva wrote: > The proposed Apache Tomcat 7.0.82 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.82/ > The Maven staging repo is: >

Re: Development Tasks (was: Need mentor)

2017-10-02 Thread Coty Sutherland
On Mon, Oct 2, 2017 at 12:04 PM, Igal @ Lucee.org wrote: > Hi Mark (et al.), > > On 10/2/2017 3:46 AM, Mark Thomas wrote: >> >> Once you built a local Tomcat instance and confirmed it is working, we >> can point you towards some development tasks to get you started. > > > I would

Re: Need mentor

2017-10-02 Thread Coty Sutherland
On Mon, Oct 2, 2017 at 7:06 AM, $uMe$h <1cool.1...@gmail.com> wrote: > Thank you Mark for guiding. Once I complete first step (getting local > instance running) will ask for further help. There are also further instructions in the README and CONTRIBUTING documents in the source code repositories,

Re: Need Guidance

2017-10-02 Thread Coty Sutherland
On Mon, Oct 2, 2017 at 8:27 AM, Amitesh Pathak wrote: > Hi all > I subscribed to the tomcat dev mailing list sometime ago to help me getting > to start contributing, but haven't figured out how to start yet. Hello and welcome! > Can I please get a mentor to guide me

Re: Tomcat Embedded Quickstarts

2017-09-29 Thread Coty Sutherland
On Fri, Sep 29, 2017 at 9:24 AM, Rémy Maucherat <r...@apache.org> wrote: > On Fri, Sep 29, 2017 at 3:13 PM, Coty Sutherland <csuth...@redhat.com> > wrote: > >> Hi all, >> >> Sorry for cross posting, but I thought this pertinent to both lists. >>

Tomcat Embedded Quickstarts

2017-09-29 Thread Coty Sutherland
Hi all, Sorry for cross posting, but I thought this pertinent to both lists. I hear that there was lots of talk about quickstarts and/or the need for quickstarts at the most recent TomcatCon. I've been working on some off and on for a while now and rather enjoy creating them; I'd like to

Re: [VOTE] Release Apache Tomcat 8.5.23

2017-09-29 Thread Coty Sutherland
On Thu, Sep 28, 2017 at 7:21 AM, Mark Thomas wrote: > The proposed Apache Tomcat 8.5.23 release is now available for voting. > > The major changes compared to the 8.5.21 release are: > > - Fix CVE-2017-12617 > > - Add ExtractingRoot, a new WebResourceRoot implementation that

Re: [VOTE] Release Apache Tomcat 9.0.1

2017-09-29 Thread Coty Sutherland
On Wed, Sep 27, 2017 at 2:43 PM, Mark Thomas wrote: > The proposed Apache Tomcat 9.0.1 release is now available for voting. > > The major changes compared to the 9.0.0.M27 release are: > > - Fix CVE-2017-12617 > > - Servlet 4.0 implementation is complete > > - Add the ability to

Re: [PROPOSAL] Deprecate and eventually remove the o.a.c.servlet4preview package in 8.5.x

2017-09-27 Thread Coty Sutherland
On Wed, Sep 27, 2017 at 3:08 PM, Mark Thomas wrote: > All, > > I'd like to propose removing this for the following reasons: > > 1. Now the Servlet 4.0 spec is final, users can use Tomcat 9 for Servlet > 4.0 features. > > 2. The preview is not complete and may be out of date in

Re: Java 9 TC shutdown warnings (reflection in WebappClassLoaderBase)

2017-09-25 Thread Coty Sutherland
On Sat, Sep 23, 2017 at 11:01 AM, Mark Thomas wrote: > On 23/09/17 15:55, Rainer Jung wrote: >> Hi all, >> >> when running TC 8.5.21 (9.0 should be the same) with Java 9 I get the >> following warnings on STDOUT during shutdown: > > Tomcat 9 has the Java 9 fixes. 8.5.x doesn't.

Re: [VOTE] Release Apache Tomcat 8.5.21

2017-09-19 Thread Coty Sutherland
On Wed, Sep 13, 2017 at 5:02 PM, Mark Thomas wrote: > The proposed Apache Tomcat 8.5.21 release is now available for voting. > > The major changes compared to the 8.5.20 release are: > > - Additional capabilities for the CGI Servlet. Based on patches provided > by jm009. > > -

Re: [VOTE] Release Apache Tomcat 8.0.46

2017-08-17 Thread Coty Sutherland
On Thu, Aug 10, 2017 at 6:55 AM, Violeta Georgieva wrote: > The proposed Apache Tomcat 8.0.46 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.46/ > The Maven staging repo is: >

Re: [VOTE] Release Apache Tomcat 9.0.0.M26

2017-08-08 Thread Coty Sutherland
On Wed, Aug 2, 2017 at 5:30 PM, Mark Thomas wrote: > The proposed Apache Tomcat 9.0.0.M26 release is now available for voting. > > This is a milestone release for the 9.0.x branch. It should be > noted that, as a milestone release: > - Servlet 4.0 is not finalised > - The EGs

Re: [VOTE] Release Apache Tomcat 8.5.20

2017-08-07 Thread Coty Sutherland
On Wed, Aug 2, 2017 at 6:10 PM, Mark Thomas wrote: > The proposed Apache Tomcat 8.5.20 release is now available for voting. > > The major changes compared to the 8.5.16 release are: > > - Enable TLS connectors to use Java key stores that contain multiple > keys where each key

Re: [VOTE] Release Apache Tomcat 9.0.0.M25

2017-07-27 Thread Coty Sutherland
On Mon, Jul 24, 2017 at 7:19 PM, Mark Thomas wrote: > The proposed Apache Tomcat 9.0.0.M25 release is now available for voting. > > This is a milestone release for the 9.0.x branch. It should be > noted that, as a milestone release: > - Servlet 4.0 is not finalised > - The EGs

Re: [VOTE] Release Apache Tomcat 8.5.19

2017-07-26 Thread Coty Sutherland
On Mon, Jul 24, 2017 at 7:22 PM, Mark Thomas wrote: > The proposed Apache Tomcat 8.5.19 release is now available for voting. > > The major changes compared to the 8.5.16 release are: > > - Enable TLS connectors to use Java key stores that contain multiple > keys where each key

Re: [VOTE] [OT] Release Apache Tomcat 8.5.19

2017-07-26 Thread Coty Sutherland
On Wed, Jul 26, 2017 at 3:59 PM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Mark, > > On 7/26/17 2:34 PM, Mark Thomas wrote: >> On 25/07/2017 00:22, Mark Thomas wrote: >>> The proposed Apache Tomcat 8.5.19 release is now

Re: Bad tags in 8.5's github repo

2017-07-25 Thread Coty Sutherland
On Tue, Jul 25, 2017 at 10:00 AM, Mark Thomas <ma...@apache.org> wrote: > On 25/07/17 12:34, Coty Sutherland wrote: >> Hi, >> >> This was noted yesterday in #tomcat: >> >> the tomcat85 repo has a tag TOMCAT_8_0_14 which has a >> message &quo

Bad tags in 8.5's github repo

2017-07-25 Thread Coty Sutherland
Hi, This was noted yesterday in #tomcat: the tomcat85 repo has a tag TOMCAT_8_0_14 which has a message "Tag 8.5.14" ... but git diff TOMCAT_8_5_14 TOMCAT_8_0_14 shows no output I took a look at SVN and the tags seem right, but maybe they were broken and later fixed post replication? The

Re: svn commit: r1802639 - in /tomcat/trunk: java/org/apache/tomcat/util/digester/Digester.java webapps/docs/changelog.xml

2017-07-24 Thread Coty Sutherland
On Mon, Jul 24, 2017 at 4:56 AM, Rémy Maucherat wrote: > On Mon, Jul 24, 2017 at 10:38 AM, Mark Thomas wrote: > >> On 21/07/17 20:45, csuth...@apache.org wrote: >> > Author: csutherl >> > Date: Fri Jul 21 19:45:38 2017 >> > New Revision: 1802639 >> > >> > URL:

Re: [VOTE] Release Apache Tomcat 8.5.17

2017-07-05 Thread Coty Sutherland
On Tue, Jul 4, 2017 at 4:40 AM, Mark Thomas wrote: > The proposed Apache Tomcat 8.5.17 release is now available for voting. > > The major changes compared to the 8.5.17 release are: > > - Make asynchronous error handling more robust. In particular ensure > that onError() is

How long should we give Beginner bugs on Bugzilla before fixing them?

2017-07-05 Thread Coty Sutherland
Hi all, I've been on a mission of sorts to find some small bugs in Tomcat and file them in BZ for new contributors to fix. I think that's a good entry ramp for new contributors to see how the process works, etc. The reason for this email though is that I'm not sure how long we should wait to see

Re: [VOTE] Release Apache Tomcat 7.0.79

2017-06-27 Thread Coty Sutherland
On Mon, Jun 26, 2017 at 1:22 PM, Violeta Georgieva wrote: > The proposed Apache Tomcat 7.0.79 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.79/ > The Maven staging repo is: >

Re: [VOTE] Release Apache Tomcat 8.0.45

2017-06-27 Thread Coty Sutherland
On Mon, Jun 26, 2017 at 5:05 PM, Violeta Georgieva wrote: > The proposed Apache Tomcat 8.0.45 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.45/ > The Maven staging repo is: >

Re: tomcat-dbcp vs tomcat-jdbc

2017-06-26 Thread Coty Sutherland
On Mon, Jun 26, 2017 at 12:41 PM, Mark Thomas <ma...@apache.org> wrote: > On 26/06/17 17:16, Coty Sutherland wrote: >> Hi, >> >> I have been looking at the connection pooling libraries that we >> presently have and it appears (at least the way th

tomcat-dbcp vs tomcat-jdbc

2017-06-26 Thread Coty Sutherland
Hi, I have been looking at the connection pooling libraries that we presently have and it appears (at least the way the documentation puts it, https://tomcat.apache.org/tomcat-8.5-doc/jdbc-pool.html) that tomcat-jdbc is much better than tomcat-dbcp. Have we considered promoting it to the default

Re: [VOTE] 8.0.x EOL - 30 June 2018

2017-06-26 Thread Coty Sutherland
On Mon, Jun 26, 2017 at 5:51 AM, Mark Thomas wrote: > On 26/06/17 08:12, Emmanuel Bourg wrote: >> Le 24/06/2017 à 17:25, Mark Thomas a écrit : >> >>> If 8.5.x was a drop-in replacement would that make a difference? >> >> Yes that would help. >> >> >>> And as a follow-up, what

Re: Need a help to begin.

2017-06-25 Thread Coty Sutherland
On Sun, Jun 25, 2017 at 6:18 AM, Mark Thomas wrote: > On 25/06/17 03:32, Kasun Prabath Amarasinghe wrote: >> I am a Beginner. I have searched for bugs marks for Beginners. But i >> couldn't find them. Can anyone help me to find them or Can anyone show me a >> bug which can work

Re: [VOTE] Release Apache Tomcat 9.0.0.M22

2017-06-22 Thread Coty Sutherland
On Wed, Jun 21, 2017 at 10:18 AM, Mark Thomas wrote: > The proposed Apache Tomcat 9.0.0.M22 release is now available for voting. > > This is a milestone release for the 9.0.x branch. It should be > noted that, as a milestone release: > - Servlet 4.0 is not finalised > - The EGs

Re: [VOTE] Release Apache Tomcat 8.5.16

2017-06-22 Thread Coty Sutherland
On Wed, Jun 21, 2017 at 5:37 PM, Mark Thomas wrote: > The proposed Apache Tomcat 8.5.16 release is now available for voting. > > The major changes compared to the 8.5.16 release are: > > - Add a new JULI FileHandler configuration for specifying the maximum > number of days to

Re: Tomcat /examples ServerPush

2017-06-22 Thread Coty Sutherland
On Thu, Jun 22, 2017 at 4:05 PM, Violeta Georgieva <violet...@apache.org> wrote: > Hi, > > 2017-06-22 22:55 GMT+03:00 Coty Sutherland <csuth...@apache.org>: >> >> Hi, >> >> I was just looking at the 8.5.16 examples and noticed that we had a >&

Tomcat /examples ServerPush

2017-06-22 Thread Coty Sutherland
Hi, I was just looking at the 8.5.16 examples and noticed that we had a ServerPush example on there. I attempted to use it and got back a response that I didn't quite get :( /examples/servlets/serverpush/simpleimage "Server push requests are not supported by this protocol." I assume that

Re: [VOTE] 8.0.x EOL - 30 June 2018

2017-06-22 Thread Coty Sutherland
On Thu, Jun 22, 2017 at 11:18 AM, Mark Thomas wrote: > We had a couple of threads discussing this. I think it is time for a vote. > > [x] +1 We should announce 8.0.x EOL for 30 June 2018 - To unsubscribe,

Re: Things that we can do to increase contributor involvement?

2017-06-12 Thread Coty Sutherland
On Mon, Jun 12, 2017 at 9:39 AM, Coty Sutherland <csuth...@redhat.com> wrote: > On Mon, Jun 12, 2017 at 3:20 AM, Violeta Georgieva <violet...@apache.org> > wrote: >> 2017-06-11 23:57 GMT+03:00 Coty Sutherland <csuth...@redhat.com>: >>> >>> On

Re: Things that we can do to increase contributor involvement?

2017-06-12 Thread Coty Sutherland
On Mon, Jun 12, 2017 at 3:20 AM, Violeta Georgieva <violet...@apache.org> wrote: > 2017-06-11 23:57 GMT+03:00 Coty Sutherland <csuth...@redhat.com>: >> >> On Sun, Jun 11, 2017 at 4:20 PM, Violeta Georgieva <violet...@apache.org> > wrote: >> > Hi Co

Re: Things that we can do to increase contributor involvement?

2017-06-11 Thread Coty Sutherland
On Sun, Jun 11, 2017 at 4:20 PM, Violeta Georgieva <violet...@apache.org> wrote: > Hi Coty, > > 2017-06-02 17:50 GMT+03:00 Coty Sutherland <csuth...@redhat.com>: >> >> On Fri, Jun 2, 2017 at 10:27 AM, Violeta Georgieva <violet...@apache.org> > wrote: &g

Re: RFE idea: Add port offset system property to Tomcat

2017-06-09 Thread Coty Sutherland
On Fri, Jun 9, 2017 at 12:53 PM, Igal @ Lucee.org wrote: > Hi, > > On 6/9/2017 9:47 AM, Mark Thomas wrote: >> >> On 09/06/2017 17:34, Romain Manni-Bucau wrote: >>> >>> @Mark: guess you are thinking to server.xml? >> >> Yes. >> >>> then it would have placeholder >>> support so

Re: RFE idea: Add port offset system property to Tomcat

2017-06-09 Thread Coty Sutherland
On Fri, Jun 9, 2017 at 12:32 PM, Mark Thomas <ma...@apache.org> wrote: > On 09/06/2017 16:31, Coty Sutherland wrote: >> Hi all, >> >> I was just doing some testing and got had an idea for spinning up new >> instances of tomcat. JBoss has this system property >&

RFE idea: Add port offset system property to Tomcat

2017-06-09 Thread Coty Sutherland
Hi all, I was just doing some testing and got had an idea for spinning up new instances of tomcat. JBoss has this system property "-Djboss.socket.binding.port-offset" that I think would be useful for tomcat. As en example, setting the property to 100 on startup would add "100" to all port

Re: Timescale for 8.0.x EOL

2017-06-06 Thread Coty Sutherland
On Tue, Jun 6, 2017 at 3:24 PM, Felix Schumacher wrote: > > > Am 6. Juni 2017 20:39:44 MESZ schrieb Violeta Georgieva > : >>Hi, >> >>2017-06-05 16:51 GMT+03:00 Mark Thomas : >>> >>> On 19/05/17 23:19, Christopher Schultz

Re: Manager applications and the Security Manager

2017-06-04 Thread Coty Sutherland
I went ahead and submitted https://bz.apache.org/bugzilla/show_bug.cgi?id=61154 so I didn't forget :) On Fri, Jun 2, 2017 at 6:41 PM, Coty Sutherland <csuth...@redhat.com> wrote: > On Fri, Jun 2, 2017 at 4:41 PM, Mark Thomas <ma...@apache.org> wrote: >> On 02/06/2017 21:29

Re: Manager applications and the Security Manager

2017-06-02 Thread Coty Sutherland
On Fri, Jun 2, 2017 at 4:41 PM, Mark Thomas <ma...@apache.org> wrote: > On 02/06/2017 21:29, Christopher Schultz wrote: >> Coty, >> >> On 6/2/17 2:15 PM, Coty Sutherland wrote: >>> Hi, >> >>> I'm sure this has been brought up before, but I can't f

Re: Manager applications and the Security Manager

2017-06-02 Thread Coty Sutherland
On Fri, Jun 2, 2017 at 2:29 PM, Igal @ Lucee.org <i...@lucee.org> wrote: > Coty, > > On 6/2/2017 11:15 AM, Coty Sutherland wrote: >> >> If you guys think this is a bug I can file a BZ and fix it :D Or, mark >> it as "Beginner" since it's triv

Manager applications and the Security Manager

2017-06-02 Thread Coty Sutherland
Hi, I'm sure this has been brought up before, but I can't find it so I figured I'd ask... A vanilla installation of tomcat fails to start the admin webapps with the Security Manager enabled. This is because the manager and host-manager webapps ship with a context.xml. The behavior isn't

Re: Things that we can do to increase contributor involvement?

2017-06-02 Thread Coty Sutherland
On Fri, Jun 2, 2017 at 10:27 AM, Violeta Georgieva <violet...@apache.org> wrote: > Hi, > > 2017-05-31 6:07 GMT+03:00 Coty Sutherland <csuth...@redhat.com>: >> >> Hi all, >> >> I've been thinking about things that we could do for Tomcat to help >>

Re: Things that we can do to increase contributor involvement?

2017-06-01 Thread Coty Sutherland
Hi, On Wed, May 31, 2017 at 12:08 PM, Igal @ Lucee.org <i...@lucee.org> wrote: > Hi all, > > On 5/31/2017 1:12 AM, Mark Thomas wrote: >> >> On 31/05/17 04:07, Coty Sutherland wrote: >>> >>> I've been thinking about things that we could do for

<    1   2   3   >