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

2020-01-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64082 --- Comment #10 from william.crow...@roguewave.com --- Thanks for your reply. I will post an update to this issue tomorrow. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 64089] Resource paths resolve symlinks

2020-01-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64089 --- Comment #4 from Mark Thomas --- Dealing with this first. The behaviour on Linux and Windows is the same. There is no platform specific code in Tomcat's resource handling. Junctions != symbolic links and the JRE treats them differently. Unf

[tomcat] branch 7.0.x updated: Remove references to REPLACE_SYSTEM_PROPERTIES - not present in 7.0.x

2020-01-27 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 b8d3cd8 Remove references to REPLACE_SYSTEM_PROPER

Re: Tomcat CI builds on ARM server

2020-01-27 Thread Martin Grigorov
Hi, On Mon, Jan 6, 2020 at 1:20 PM Mark Thomas wrote: > On 06/01/2020 10:17, Martin Grigorov wrote: > > Hello team, > > > > Happy new year! > > > > In my new projects we are going to use ARM based servers and Tomcat > > would be one of the main software we will rely on. > > I want to ask you whe

[GitHub] [tomcat] martin-g opened a new pull request #236: Test Tomcat on ARM64 at TravisCI

2020-01-27 Thread GitBox
martin-g opened a new pull request #236: Test Tomcat on ARM64 at TravisCI URL: https://github.com/apache/tomcat/pull/236 Discussion at Tomcat dev@ mailing list: https://markmail.org/message/cjgake2g2372457v Right after the discussion at dev@ I've created https://issues.apache.org/ji

[Bug 64097] Service loader implementation incomplete

2020-01-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64097 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[tomcat] branch 7.0.x updated (0eaefa3 -> 0c2dbc4)

2020-01-27 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 0eaefa3 Restore constant to avoid unwanted API change new 9ed78bc Fix BZ 64097 Use ServiceLoader to load EL impl

[tomcat] 02/02: Add ServiceLoader entry to META-INF for EL

2020-01-27 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 commit 0c2dbc4930d0ce257c3857da5202a0a7635972d8 Author: Mark Thomas AuthorDate: Mon Jan 27 11:15:01 2020 + Add ServiceLo

[tomcat] 01/02: Fix BZ 64097 Use ServiceLoader to load EL implementation

2020-01-27 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 commit 9ed78bcc80565292cd9a343f4e6d0c2db305494e Author: Mark Thomas AuthorDate: Mon Jan 27 11:14:15 2020 + Fix BZ 64097

[tomcat] 01/02: Fix BZ 64097 Use ServiceLoader to load EL implementation

2020-01-27 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 13e1117ab8b7cb389f84ffe4cfa0935af3eeef1b Author: Mark Thomas AuthorDate: Mon Jan 27 11:14:15 2020 + Fix BZ 64097

[tomcat] branch 8.5.x updated (a08ad79 -> ef13eb8)

2020-01-27 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 a08ad79 Restore constant to avoid unwanted API change new 13e1117 Fix BZ 64097 Use ServiceLoader to load EL impl

[tomcat] 02/02: Add ServiceLoader entry to META-INF for EL

2020-01-27 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 ef13eb8fd9962432d244a7aad9cd85998d4cd3b9 Author: Mark Thomas AuthorDate: Mon Jan 27 11:15:01 2020 + Add ServiceLo

[tomcat] branch 9.0.x updated: Rename file for Java EE 8

2020-01-27 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 b8cc20e Rename file for Java EE 8 b8cc20e is descr

[tomcat] 02/02: Add ServiceLoader entry to META-INF for EL

2020-01-27 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 commit 53ae6c30292baf8bb6721ad0dc349ee082b6678f Author: Mark Thomas AuthorDate: Mon Jan 27 11:15:01 2020 + Add ServiceLo

[tomcat] 01/02: Fix BZ 64097 Use ServiceLoader to load EL implementation

2020-01-27 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 commit 31bce633bb5f90cf8d48074494e30254b939560d Author: Mark Thomas AuthorDate: Mon Jan 27 11:14:15 2020 + Fix BZ 64097

[tomcat] branch 9.0.x updated (39b8baf -> 53ae6c3)

2020-01-27 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 39b8baf Restore constant to avoid unwanted API change new 31bce63 Fix BZ 64097 Use ServiceLoader to load EL impl

[tomcat] 02/02: Add ServiceLoader entry to META-INF for EL

2020-01-27 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 commit 71b3be2fba5da0b57fd74ba835af382cd228652e Author: Mark Thomas AuthorDate: Mon Jan 27 11:15:01 2020 + Add ServiceL

[tomcat] branch master updated (c7457dc -> 71b3be2)

2020-01-27 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 c7457dc Add new connector attribute to control facade recycling new 05de460 Fix BZ 64097 Use ServiceLoader to l

[tomcat] 01/02: Fix BZ 64097 Use ServiceLoader to load EL implementation

2020-01-27 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 commit 05de46094b0a3a9600c3894245a2e28660fe2967 Author: Mark Thomas AuthorDate: Mon Jan 27 11:14:15 2020 + Fix BZ 64097