[tomcat] 01/02: Fix deprecation warnings with newer JUnit 4 in 2020.03 Eclipse IDE

2020-03-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 6e3a29d190baaf605347f8ce46fa62b11787c247 Author: Mark Thomas AuthorDate: Fri Mar 27 09:37:51 2020 + Fix deprecati

[tomcat] branch 8.5.x updated (bf094bb -> a09e897)

2020-03-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 bf094bb Update chaneglog new 6e3a29d Fix deprecation warnings with newer JUnit 4 in 2020.03 Eclipse IDE ne

[tomcat] 02/02: Refactor to fix false positive leak warning in Eclipse 2020.03

2020-03-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 a09e89703452693e3327a91bd5c2b96496e83fc0 Author: Mark Thomas AuthorDate: Fri Mar 27 22:28:05 2020 + Refactor to f

[tomcat] branch 9.0.x updated: Refactor to silence some false positives leak warnings in Eclipse

2020-03-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 06a756d Refactor to silence some false positives l

Re: [tomcat] branch master updated: Refactor to silence some false positives leak warnings in Eclipse

2020-03-27 Thread Mark Thomas
On 27/03/2020 22:00, ma...@apache.org wrote: > 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:

[tomcat] branch master updated: Refactor to silence some false positives leak warnings in Eclipse

2020-03-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 The following commit(s) were added to refs/heads/master by this push: new 03f9d50 Refactor to silence some false positives

RE: Malicious Headers

2020-03-27 Thread George Stanchev
I find it quite surprising that you are worried about security for a version that is so old (latest Tomcat on the 7.0.x branch is 7.0.103). Proper security practices call for using latest versions where security issues might be resolved. From: Victor Rodriguez Sent: Friday, March 27, 2020 11:5

Re: Remaining Tomcat 10 items

2020-03-27 Thread Rémy Maucherat
On Fri, Mar 27, 2020 at 6:13 PM Mark Thomas wrote: > On 26/03/2020 16:47, Rémy Maucherat wrote: > > On Mon, Mar 23, 2020 at 10:37 AM Rémy Maucherat > > wrote: > > > > - Remove the use of system properties to control configuration > > wherever possible. > > I s

Malicious Headers

2020-03-27 Thread Victor Rodriguez
We are using Fortify, which is a static code analysis tool to find vulnerabilities in your code and it's saying that code might be susceptible to malicious header injection, such as CRLF. However, it also says that "Many of today's modern application servers will prevent the injection of malicious

[GitHub] [tomcat-native] michael-o commented on issue #7: BZ 64260: Clean up install target

2020-03-27 Thread GitBox
michael-o commented on issue #7: BZ 64260: Clean up install target URL: https://github.com/apache/tomcat-native/pull/7#issuecomment-605156633 > I will test this soon on Linux ARM64! Looking forward too. This is an autom

[tomcat] 01/02: Fix typo

2020-03-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 7517387b48b833cb25074471ca7dae9b6c7ddafd Author: Mark Thomas AuthorDate: Fri Mar 27 16:12:05 2020 + Fix typo ---

[tomcat] branch master updated (4c853d3 -> 157a131)

2020-03-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 4c853d3 getDeferAccept now returns false in AbstractEndpoint new 7517387 Fix typo new 157a131 Remove unne

[tomcat] 02/02: Remove unnecessary setProperty() calls

2020-03-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 157a131665130e4fa2f4640a12bb7630481ce52e Author: Mark Thomas AuthorDate: Fri Mar 27 17:18:12 2020 + Remove unnec

Re: Remaining Tomcat 10 items

2020-03-27 Thread Mark Thomas
On 26/03/2020 16:47, Rémy Maucherat wrote: > On Mon, Mar 23, 2020 at 10:37 AM Rémy Maucherat > wrote: > > - Remove the use of system properties to control configuration > wherever possible. > I still don't see the point for quite a few of them. For others >

Re: Remaining Tomcat 10 items

2020-03-27 Thread Mark Thomas
On 27/03/2020 16:13, Rémy Maucherat wrote: > On Fri, Mar 27, 2020 at 4:54 PM Mark Thomas > wrote: > > On 25/03/2020 13:43, Rémy Maucherat wrote: > > On Mon, Mar 23, 2020 at 11:11 AM Mark Thomas > >

Re: Remaining Tomcat 10 items

2020-03-27 Thread Rémy Maucherat
On Fri, Mar 27, 2020 at 4:54 PM Mark Thomas wrote: > On 25/03/2020 13:43, Rémy Maucherat wrote: > > On Mon, Mar 23, 2020 at 11:11 AM Mark Thomas > > wrote: > > > > > - Reduce instances of setters and getters for the same property > > existing > > > on an obje

Re: Remaining Tomcat 10 items

2020-03-27 Thread Mark Thomas
On 25/03/2020 13:43, Rémy Maucherat wrote: > On Mon, Mar 23, 2020 at 11:11 AM Mark Thomas > wrote: > > > - Reduce instances of setters and getters for the same property > existing > > on an object and its parent. This may require new objects to be > expose

[tomcat] branch master updated: getDeferAccept now returns false in AbstractEndpoint

2020-03-27 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.git The following commit(s) were added to refs/heads/master by this push: new 4c853d3 getDeferAccept now returns false in Abstr

[GitHub] [tomcat-native] martin-g commented on issue #7: BZ 64260: Clean up install target

2020-03-27 Thread GitBox
martin-g commented on issue #7: BZ 64260: Clean up install target URL: https://github.com/apache/tomcat-native/pull/7#issuecomment-605054606 I will test this soon on Linux ARM64! This is an automated message from the Apache Gi

[tomcat] 02/04: Update French translations

2020-03-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 967cc38a7466a267a88ac46f420e54a415c77d6f Author: Mark Thomas AuthorDate: Fri Mar 27 13:31:18 2020 + Update French

[tomcat] 01/04: Reword for clarity

2020-03-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 b0052d95eb5089d0fba220fa70a411a7b933265d Author: Mark Thomas AuthorDate: Fri Mar 27 13:30:48 2020 + Reword for cl

[tomcat] 04/04: Update changelog

2020-03-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 91f85ea7224f02ee652544d455fd98422731313f Author: Mark Thomas AuthorDate: Fri Mar 27 13:32:10 2020 + Update change

[tomcat] 03/04: Update Chinese translations

2020-03-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 5cb97572ee9a01a01efae7aecf939f7ab9b53e6c Author: Mark Thomas AuthorDate: Fri Mar 27 13:31:28 2020 + Update Chines

[tomcat] branch 7.0.x updated (a99c9c9 -> 91f85ea)

2020-03-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 a99c9c9 Correct order new b0052d9 Reword for clarity new 967cc38 Update French translations new 5cb97

Re: Tomcat Version 7.0.100: Service Loader no logging statements

2020-03-27 Thread Rémy Maucherat
On Fri, Mar 27, 2020 at 9:19 AM Martin Grigorov wrote: > Hi, > > On Thu, Mar 26, 2020 at 11:23 PM Rémy Maucherat wrote: > >> On Thu, Mar 26, 2020 at 9:16 PM Christopher O'Connell < >> coconnel...@gmail.com> wrote: >> >>> The Tomcat release version 7.0.100 introduced a bug that prevented >>> Serv

[tomcat] branch 8.5.x updated: Update chaneglog

2020-03-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 The following commit(s) were added to refs/heads/8.5.x by this push: new bf094bb Update chaneglog bf094bb is described belo

[tomcat] branch 9.0.x updated: Fix format

2020-03-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 fa15b2a Fix format fa15b2a is described below com

[tomcat] 02/05: Update French translations

2020-03-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 f38dd4545a8ea6bfa45667f4911fa0c8e65eef85 Author: Mark Thomas AuthorDate: Fri Mar 27 13:25:20 2020 + Update French

[tomcat] 03/05: Remove terms back-ported in error

2020-03-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 82fbb8078a62676441567fe4a18f1032ca77b8e4 Author: Mark Thomas AuthorDate: Fri Mar 27 13:25:53 2020 + Remove terms

[tomcat] branch 8.5.x updated (05a5ed4 -> 9f41378)

2020-03-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 05a5ed4 Correct order new 7937ac5 REword for clarity new f38dd45 Update French translations new 82fbb

[tomcat] 05/05: Update Chinese translations

2020-03-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 9f413780f09d7749f6667c8425a77576abf6177b Author: Mark Thomas AuthorDate: Fri Mar 27 13:26:38 2020 + Update Chines

[tomcat] 01/05: REword for clarity

2020-03-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 7937ac579c3b25aa42ab4962a1aba3c2a9ba60ba Author: Mark Thomas AuthorDate: Fri Mar 27 13:23:00 2020 + REword for cl

[tomcat] 04/05: Fix ordering

2020-03-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 024fdde961c14627f2dce50337f65101fd45d712 Author: Mark Thomas AuthorDate: Fri Mar 27 13:26:24 2020 + Fix ordering

[tomcat] branch 9.0.x updated: This branch is no longer master so don't skip import of English

2020-03-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 09326aa This branch is no longer master so don't s

[tomcat] 04/08: Backport updates to French translations

2020-03-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 e6f4f18d257dfdbe76286c896626169bfd7b1ceb Author: Mark Thomas AuthorDate: Fri Mar 27 13:17:15 2020 + Backport upda

[tomcat] 03/08: Reword for clarity

2020-03-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 3f3fbfa49ff78eda9c331ec19c87d864b69fed71 Author: Mark Thomas AuthorDate: Fri Mar 27 13:16:18 2020 + Reword for cl

[tomcat] branch 9.0.x updated (cfd2f2e -> 68c7aca)

2020-03-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 cfd2f2e Really fix order new 8cc06d2 Fix order new 99fc081 Align formatting new 3f3fbfa Reword for c

[tomcat] 07/08: Update changelog

2020-03-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 eb951daa598f9bbb76d0c9a19d276dab1a6a32c7 Author: Mark Thomas AuthorDate: Fri Mar 27 13:18:45 2020 + Update change

[tomcat] 05/08: Fix order

2020-03-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 94572ab1e4017a292257d0bb18019d34693d6ce9 Author: Mark Thomas AuthorDate: Fri Mar 27 13:17:39 2020 + Fix order ---

[tomcat] 01/08: Fix order

2020-03-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 8cc06d25bbee370129db5aaca7f92085227ecef2 Author: Mark Thomas AuthorDate: Fri Mar 27 13:15:49 2020 + Fix order ---

[tomcat] 06/08: Back-port updates to Chinese translations

2020-03-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 2cb5c7da5806f99148829916e1ce6ed90a6559b8 Author: Mark Thomas AuthorDate: Fri Mar 27 13:18:00 2020 + Back-port upd

[tomcat] 02/08: Align formatting

2020-03-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 99fc08178758a1d62d633c7aca3095a67a917b3e Author: Mark Thomas AuthorDate: Fri Mar 27 13:16:01 2020 + Align formatt

[tomcat] 08/08: Fix deprecation warnings with newer JUnit 4 in 2020.03 Eclipse IDE

2020-03-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 68c7aca39e4e6e26e499a1c7090ce1240769a3be Author: Mark Thomas AuthorDate: Fri Mar 27 09:37:51 2020 + Fix deprecati

[tomcat] branch 7.0.x updated: Correct order

2020-03-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 a99c9c9 Correct order a99c9c9 is described below

[tomcat] branch 9.0.x updated: Really fix order

2020-03-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 cfd2f2e Really fix order cfd2f2e is described belo

[tomcat] branch 8.5.x updated: Correct order

2020-03-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 The following commit(s) were added to refs/heads/8.5.x by this push: new 05a5ed4 Correct order 05a5ed4 is described below

[tomcat] branch master updated: Really fix order

2020-03-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 The following commit(s) were added to refs/heads/master by this push: new a4d22c8 Really fix order a4d22c8 is described be

[tomcat] branch 9.0.x updated: Correct order

2020-03-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 35df7ec Correct order 35df7ec is described below

[tomcat] branch master updated: Correct order

2020-03-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 The following commit(s) were added to refs/heads/master by this push: new 047680a Correct order 047680a is described below

[tomcat] branch master updated: Reword for clarity

2020-03-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 The following commit(s) were added to refs/heads/master by this push: new 23ee190 Reword for clarity 23ee190 is described

[Bug 64259] Cannot precompile jsps with jetty-jspc-maven-plugin since 8.5.51

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

[Bug 64259] Cannot precompile jsps with jetty-jspc-maven-plugin since 8.5.51

2020-03-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64259 --- Comment #1 from Marek Neumann --- I found out that adding an explicit tomcat-jasper dependency to the plugin definition solves the issue. I assume that the jetty plugin uses an older jasper compiler version which is also indicated by the er

Tomcat Version 7.0.100: Service Loader no logging statements

2020-03-27 Thread Christopher O'Connell
I apologize if I'm not responding correctly to the thread. I'm new to the distro and couldn't find anything to tell me how to respond. I agree that we shouldn't add useless output. I've worked on projects where there has been too much output. My concern is that there is nothing to indicate the We

[tomcat] 03/03: Expand Chinese translations.

2020-03-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 1cc0f59bc82c9bd8f254cc2deb184a8a1ca041ce Author: Mark Thomas AuthorDate: Fri Mar 27 10:54:34 2020 + Expand Chine

[tomcat] branch master updated (4e141ec -> 1cc0f59)

2020-03-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 4e141ec Fix consistency issues after the changes new bd42058 Fix deprecation warnings with newer JUnit 4 in 202

[tomcat] 01/03: Fix deprecation warnings with newer JUnit 4 in 2020.03 Eclipse IDE

2020-03-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 bd42058e37c6239cfa1dae90a637e018ab62f8ea Author: Mark Thomas AuthorDate: Fri Mar 27 09:37:51 2020 + Fix deprecat

[tomcat] 02/03: Update French translations

2020-03-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 0c6fdd21768f19504d0d98d4b81276b27144a9d8 Author: Mark Thomas AuthorDate: Fri Mar 27 10:48:56 2020 + Update Frenc

Re: sources repository for taglibs-standard-impl/specs-1.2.5-migrated-0.0.1

2020-03-27 Thread Mark Thomas
On 27/03/2020 04:58, Olivier Lamy wrote: > Hi > We have to move this https://svn.apache.org/repos/asf/tomcat/taglibs/  > to git. > As it's few separate Maven projects, maybe we could create one git repo > per project:  > - https://github.com/apache/tomcat-taglibs-site > - https://github.com/apache/

[tomcat] branch master updated: Fix consistency issues after the changes

2020-03-27 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.git The following commit(s) were added to refs/heads/master by this push: new 4e141ec Fix consistency issues after the changes

svn commit: r1875768 - in /tomcat/site/trunk: docs/security-9.html xdocs/security-9.xml

2020-03-27 Thread markt
Author: markt Date: Fri Mar 27 09:13:37 2020 New Revision: 1875768 URL: http://svn.apache.org/viewvc?rev=1875768&view=rev Log: Correct date of 9.0.31 release Modified: tomcat/site/trunk/docs/security-9.html tomcat/site/trunk/xdocs/security-9.xml Modified: tomcat/site/trunk/docs/security-

Re: Tomcat Version 7.0.100: Service Loader no logging statements

2020-03-27 Thread Martin Grigorov
Hi, On Thu, Mar 26, 2020 at 11:23 PM Rémy Maucherat wrote: > On Thu, Mar 26, 2020 at 9:16 PM Christopher O'Connell < > coconnel...@gmail.com> wrote: > >> The Tomcat release version 7.0.100 introduced a bug that prevented >> ServiceLoaders from being started. This was fixed by the ticket: >> http