Re: Webinar on Tomcat 10 and Jakarta EE 9

2020-01-21 Thread Martin Grigorov
On Tue, Jan 21, 2020 at 7:28 PM Mark Thomas wrote: > All, > > There has been a fair amount of progress since ApacheCon EU. > > - We have a release plan for Tomcat 10 > - There is a schedule for Jakarta EE 9 > - Tomcat 10 has implemented the migrated APIs > - Eclipse has produced milestone

[tomcat-jakartaee-migration] branch master updated: Report non fatal errors using the main boolean result

2020-01-21 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git The following commit(s) were added to refs/heads/master by this push: new 97d7652 Report non fatal

[Bug 64082] Nio2Endpoint for async request doesn't clear OutputBuffer when socket has already been closed (response mixup)

2020-01-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64082 Remy Maucherat changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #3 from Remy

[Bug 64089] New: Resource paths resolve symlinks

2020-01-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64089 Bug ID: 64089 Summary: Resource paths resolve symlinks Product: Tomcat 8 Version: 8.5.50 Hardware: PC OS: Linux Status: NEW Severity: normal

[tomcat] branch master updated (c9021f6 -> 1d4344a)

2020-01-21 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git. from c9021f6 Remove unused code add 1d4344a Fix comment No new revisions were added by this update. Summary of

[tomcat] branch 9.0.x updated: Fix comment

2020-01-21 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 9a2eec7 Fix comment 9a2eec7 is described below

[tomcat] branch 8.5.x updated: Fix comment

2020-01-21 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 5e876cc Fix comment 5e876cc is described below

Call for presentations for ApacheCon North America 2020 now open

2020-01-21 Thread Rich Bowen
Dear Apache enthusiast, (You’re receiving this message because you are subscribed to one or more project mailing lists at the Apache Software Foundation.) The call for presentations for ApacheCon North America 2020 is now open at https://apachecon.com/acna2020/cfp ApacheCon will be held at

[tomcat] branch 7.0.x updated: Update Javadoc for building with later Java versions / align with 8.5.x

2020-01-21 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/7.0.x by this push: new 1d9d105 Update Javadoc for building with later

Re: [tomcat] branch master updated: Add encryption as the first option to secure a cluster

2020-01-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 1/20/20 12:21 PM, Mark Thomas wrote: > On 20/01/2020 17:08, Christopher Schultz wrote: >> On 1/20/20 12:01 PM, ma...@apache.org wrote: > > > >>> Add encryption as the first option to secure a cluster --- > > > >> I could have sworn I

Re: [tomcat] branch master updated: Add encryption as the first option to secure a cluster

2020-01-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 1/20/20 2:25 PM, Mark Thomas wrote: > On 20/01/2020 17:21, Mark Thomas wrote: >> On 20/01/2020 17:08, Christopher Schultz wrote: >>> On 1/20/20 12:01 PM, ma...@apache.org wrote: >> >> >> Add encryption as the first option to secure

[tomcat] branch 8.5.x updated: Clean-up. Align 8.5.x with master/9.0.x.

2020-01-21 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 43c889e Clean-up. Align 8.5.x with master/9.0.x.

[tomcat] branch 7.0.x updated: Clean-up. Align with 8.5.x/9.0.x/master

2020-01-21 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/7.0.x by this push: new 1083b2e Clean-up. Align with 8.5.x/9.0.x/master

Re: [tomcat] branch master updated: Add encryption as the first option to secure a cluster

2020-01-21 Thread Mark Thomas
On 21/01/2020 15:53, Christopher Schultz wrote: > Mark, > > On 1/20/20 2:25 PM, Mark Thomas wrote: >> On 20/01/2020 17:21, Mark Thomas wrote: >>> On 20/01/2020 17:08, Christopher Schultz wrote: On 1/20/20 12:01 PM, ma...@apache.org wrote: >>> >>> >>> > Add encryption as the first option

Webinar on Tomcat 10 and Jakarta EE 9

2020-01-21 Thread Mark Thomas
All, There has been a fair amount of progress since ApacheCon EU. - We have a release plan for Tomcat 10 - There is a schedule for Jakarta EE 9 - Tomcat 10 has implemented the migrated APIs - Eclipse has produced milestone releases for WebSocket, EL and Servlet - Drafts of the updated spec

[tomcat] branch master updated: Java Servlet -> Jakarta Servlet request attributes for AJP Connector

2020-01-21 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 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 0aa5a8d Java Servlet -> Jakarta Servlet request

Re: [tomcat] branch master updated: Add encryption as the first option to secure a cluster

2020-01-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 1/21/20 12:14 PM, Mark Thomas wrote: > On 21/01/2020 15:53, Christopher Schultz wrote: >> Mark, >> >> On 1/20/20 2:25 PM, Mark Thomas wrote: >>> On 20/01/2020 17:21, Mark Thomas wrote: On 20/01/2020 17:08, Christopher Schultz wrote:

Re: Webinar on Tomcat 10 and Jakarta EE 9

2020-01-21 Thread Rémy Maucherat
On Tue, Jan 21, 2020 at 6:28 PM Mark Thomas wrote: > All, > > There has been a fair amount of progress since ApacheCon EU. > > - We have a release plan for Tomcat 10 > - There is a schedule for Jakarta EE 9 > - Tomcat 10 has implemented the migrated APIs > - Eclipse has produced milestone

[Bug 55477] Add a solution to map a realm name to a security role

2020-01-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=55477 --- Comment #19 from Michael Osipov --- (In reply to Christopher Schultz from comment #18) > How applicable is in web.xml, here? As far as I know, this is per-servlet which can be very tedious and cannot be externalized. > (In reply to

[tomcat] branch 9.0.x updated: Improve logging of invalid HTTP header lines

2020-01-21 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new ee021f9 Improve logging of invalid HTTP header

[tomcat] branch master updated: Improve logging of invalid HTTP header lines

2020-01-21 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 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 a363b53 Improve logging of invalid HTTP header

[tomcat] branch 8.5.x updated (43c889e -> 57fffc7)

2020-01-21 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 43c889e Clean-up. Align 8.5.x with master/9.0.x. new c8ab649 Clean-up. Align with master/9.0.x new 57fffc7

[tomcat] 01/02: Clean-up. Align with master/9.0.x

2020-01-21 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit c8ab6493d4abb0fe83bd33e4e9aab49784b9e86e Author: Mark Thomas AuthorDate: Tue Jan 21 22:58:32 2020 + Clean-up.

[tomcat] 02/02: Improve logging of invalid HTTP header lines

2020-01-21 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 57fffc7b75beba6e68a72dc58fd9227f630a47d6 Author: Mark Thomas AuthorDate: Tue Jan 21 22:24:37 2020 + Improve

[tomcat] branch 9.0.x updated: Correct changelog

2020-01-21 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 5d8fc6f Correct changelog 5d8fc6f is described