[GitHub] [tomcat] markt-asf closed pull request #522: chore: Set permissions for GitHub actions

2022-06-06 Thread GitBox
markt-asf closed pull request #522: chore: Set permissions for GitHub actions URL: https://github.com/apache/tomcat/pull/522 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [tomcat] markt-asf commented on pull request #522: chore: Set permissions for GitHub actions

2022-06-06 Thread GitBox
markt-asf commented on PR #522: URL: https://github.com/apache/tomcat/pull/522#issuecomment-1148263582 There is no need for this. The action is configured as read-only at the organisational level. -- This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [tomcat] nathannaveen opened a new pull request, #522: chore: Set permissions for GitHub actions

2022-06-06 Thread GitBox
nathannaveen opened a new pull request, #522: URL: https://github.com/apache/tomcat/pull/522 Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much. - Included permiss

[tomcat-native] 01/01: Tag 1.2.34

2022-06-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to tag 1.2.34 in repository https://gitbox.apache.org/repos/asf/tomcat-native.git commit a0dd83ddac6dcd4fd315f083adaab3fd24a9f0b4 Author: Mark Thomas AuthorDate: Mon Jun 6 17:29:40 2022 +0100 Tag 1.2.3

[tomcat-native] tag 1.2.34 created (now a0dd83dda)

2022-06-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to tag 1.2.34 in repository https://gitbox.apache.org/repos/asf/tomcat-native.git at a0dd83dda (commit) This tag includes the following new commits: new a0dd83dda Tag 1.2.34 The 1 revisions lis

[tomcat-native] branch main updated: Fix git command in comment

2022-06-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-native.git The following commit(s) were added to refs/heads/main by this push: new ad9b4a3fb Fix git command in comment ad9b4a3fb

[tomcat-native] branch 1.2.x updated: Align with 9.0.x

2022-06-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 1.2.x in repository https://gitbox.apache.org/repos/asf/tomcat-native.git The following commit(s) were added to refs/heads/1.2.x by this push: new 14f7c6871 Align with 9.0.x 14f7c6871 is desc

[tomcat-native] branch 1.2.x updated: Fix script

2022-06-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 1.2.x in repository https://gitbox.apache.org/repos/asf/tomcat-native.git The following commit(s) were added to refs/heads/1.2.x by this push: new 0082a11f2 Fix script 0082a11f2 is described

[tomcat-native] branch 1.2.x updated: Additional version update

2022-06-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 1.2.x in repository https://gitbox.apache.org/repos/asf/tomcat-native.git The following commit(s) were added to refs/heads/1.2.x by this push: new 1e46dd79e Additional version update 1e46dd79

[tomcat-native] 01/01: Tag 1.2.34

2022-06-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to tag 1.2.34 in repository https://gitbox.apache.org/repos/asf/tomcat-native.git commit b15d0031c468fe587bf43b9325212f15c828ac0a Author: Mark Thomas AuthorDate: Mon Jun 6 16:59:26 2022 +0100 Tag 1.2.3

[tomcat-native] tag 1.2.34 created (now b15d0031c)

2022-06-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to tag 1.2.34 in repository https://gitbox.apache.org/repos/asf/tomcat-native.git at b15d0031c (commit) This tag includes the following new commits: new b15d0031c Tag 1.2.34 The 1 revisions lis

[tomcat-native] branch 1.2.x updated: This TODO item has been resolved (the classes are in the Tomcat code)

2022-06-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 1.2.x in repository https://gitbox.apache.org/repos/asf/tomcat-native.git The following commit(s) were added to refs/heads/1.2.x by this push: new fec453fa5 This TODO item has been resolved (

[tomcat-native] branch main updated: This TODO item has been resolved (the classes are in the Tomcat code)

2022-06-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-native.git The following commit(s) were added to refs/heads/main by this push: new b69b38d9b This TODO item has been resolved (th

[tomcat-native] branch 1.2.x updated: Back-port updates for new 1.2.x branch

2022-06-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 1.2.x in repository https://gitbox.apache.org/repos/asf/tomcat-native.git The following commit(s) were added to refs/heads/1.2.x by this push: new b606869d4 Back-port updates for new 1.2.x br

[GitHub] [tomcat] markt-asf closed pull request #521: Bugfix for 66104 - Check for the existence of the log directory before executing the cleanup task at startup

2022-06-06 Thread GitBox
markt-asf closed pull request #521: Bugfix for 66104 - Check for the existence of the log directory before executing the cleanup task at startup URL: https://github.com/apache/tomcat/pull/521 -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [tomcat] markt-asf commented on pull request #521: Bugfix for 66104 - Check for the existence of the log directory before executing the cleanup task at startup

2022-06-06 Thread GitBox
markt-asf commented on PR #521: URL: https://github.com/apache/tomcat/pull/521#issuecomment-1147364598 Thanks for the bug report and the PR. I applied this manually so I could: - refactor this code and the other location that obtains a Path from the directory - used a Java 7+ co

[Bug 66104] Check for the existence of the log directory before executing the cleanup task at startup

2022-06-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66104 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[tomcat] branch 9.0.x updated: Add bug reference

2022-06-06 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 b5c963f6ec Add bug reference b5c963f6ec is describe

[tomcat] branch 10.0.x updated: Add bug reference

2022-06-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.0.x by this push: new 4e4b25ffec Add bug reference 4e4b25ffec is descri

[tomcat] branch main updated: Add bug reference

2022-06-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 6cace47998 Add bug reference 6cace47998 is described

[tomcat] branch 8.5.x updated: Don't try and clean directory that doesn't exists + refactoring

2022-06-06 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 44044106be Don't try and clean directory that doesn

[tomcat] branch 9.0.x updated: Don't try and clean directory that doesn't exists + refactoring

2022-06-06 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 9520015c12 Don't try and clean directory that doesn

[tomcat] branch 10.0.x updated: Don't try and clean directory that doesn't exists + refactoring

2022-06-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.0.x by this push: new 58eb860703 Don't try and clean directory that doe

[tomcat] 01/02: Don't try and clean directory that doesn't exists + refactoring

2022-06-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 8ffc799b2d533437f3d2e7731b010ebad5e14206 Author: Mark Thomas AuthorDate: Mon Jun 6 12:37:48 2022 +0100 Don't try and c

[tomcat] 02/02: Use new Java 11 method

2022-06-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 40fefc7a64045bdf36534f0c216da17f7b886a64 Author: Mark Thomas AuthorDate: Mon Jun 6 12:38:45 2022 +0100 Use new Java 11

[tomcat] branch main updated (4c039adb67 -> 40fefc7a64)

2022-06-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git from 4c039adb67 Replace the fixed message with endpoint.err.handshake new 8ffc799b2d Don't try and clean directory that d

[GitHub] [tomcat] markt-asf closed pull request #519: Polish. NioEndpoint

2022-06-06 Thread GitBox
markt-asf closed pull request #519: Polish. NioEndpoint URL: https://github.com/apache/tomcat/pull/519 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: d

[GitHub] [tomcat] markt-asf commented on pull request #519: Polish. NioEndpoint

2022-06-06 Thread GitBox
markt-asf commented on PR #519: URL: https://github.com/apache/tomcat/pull/519#issuecomment-1147228273 Applied manually go I could merge the polish commits and make a couple of minor changes. -- This is an automated message from the Apache Git Service. To respond to the message, please lo

[tomcat] 02/02: Replace the fixed message with endpoint.err.handshake

2022-06-06 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 da78c135e02b25d88962a5a364694aada545cd33 Author: lihan AuthorDate: Fri Jun 3 22:57:19 2022 +0800 Replace the fixed me

[tomcat] 01/02: Polish. NioEndpoint

2022-06-06 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 3e7ef99bcfe65307914ecb0a7ab889987d246863 Author: lihan AuthorDate: Thu Jun 2 16:57:39 2022 +0800 Polish. NioEndpoint

[tomcat] branch 8.5.x updated (9de72137c0 -> da78c135e0)

2022-06-06 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 9de72137c0 Fix typo new 3e7ef99bcf Polish. NioEndpoint new da78c135e0 Replace the fixed message with endpoint.

[tomcat] 02/02: Replace the fixed message with endpoint.err.handshake

2022-06-06 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 185fed5c2cba91b6b64da83f7667acc322b383de Author: lihan AuthorDate: Fri Jun 3 22:57:19 2022 +0800 Replace the fixed me

[tomcat] branch 9.0.x updated (c3248fec6d -> 185fed5c2c)

2022-06-06 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 c3248fec6d Fix typo new 3b5ba159ec Polish. NioEndpoint new 185fed5c2c Replace the fixed message with endpoint.

[tomcat] 01/02: Polish. NioEndpoint

2022-06-06 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 3b5ba159ece757bacecd9113fa11e358936cf199 Author: lihan AuthorDate: Thu Jun 2 16:57:39 2022 +0800 Polish. NioEndpoint

[tomcat] 02/02: Replace the fixed message with endpoint.err.handshake

2022-06-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit e7123476285ef6865c0074db0b9c4b695519d58a Author: lihan AuthorDate: Fri Jun 3 22:57:19 2022 +0800 Replace the fixed m

[tomcat] 01/02: Polish. NioEndpoint

2022-06-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 9642d0ac0f208b883ad96e725103c96f983e652b Author: lihan AuthorDate: Thu Jun 2 16:57:39 2022 +0800 Polish. NioEndpoint

[tomcat] branch 10.0.x updated (adf6fad4ab -> e712347628)

2022-06-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from adf6fad4ab Fix typo new 9642d0ac0f Polish. NioEndpoint new e712347628 Replace the fixed message with endpoint

[tomcat] 02/02: Replace the fixed message with endpoint.err.handshake

2022-06-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 4c039adb67edf192e26a3a49ed12f36f83fb2a14 Author: lihan AuthorDate: Fri Jun 3 22:57:19 2022 +0800 Replace the fixed mes

[tomcat] 01/02: Polish. NioEndpoint

2022-06-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 38dda6554fea4376534f00b99f1b466d59a3e757 Author: lihan AuthorDate: Thu Jun 2 16:57:39 2022 +0800 Polish. NioEndpoint -

[tomcat] branch main updated (d378d5e24c -> 4c039adb67)

2022-06-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git from d378d5e24c Fix typo new 38dda6554f Polish. NioEndpoint new 4c039adb67 Replace the fixed message with endpoint.e

Re: [VOTE] Release Apache Tomcat 9.0.64

2022-06-06 Thread Mark Thomas
On 02/06/2022 20:46, Rémy Maucherat wrote: The proposed 9.0.64 release is: [ ] Broken - do not release [X] Stable - go ahead and release as 9.0.64 (stable) Unit tests pass on Linux, Windows and MacOS. Mark - To unsubscribe,

[tomcat] branch 8.5.x updated: Fix typo

2022-06-06 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 9de72137c0 Fix typo 9de72137c0 is described below

[tomcat] branch 9.0.x updated: Fix typo

2022-06-06 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 c3248fec6d Fix typo c3248fec6d is described below

[tomcat] branch 10.0.x updated: Fix typo

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

[tomcat] branch main updated: Fix typo

2022-06-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new d378d5e24c Fix typo d378d5e24c is described below co

[GitHub] [tomcat] markt-asf merged pull request #518: Fix typo

2022-06-06 Thread GitBox
markt-asf merged PR #518: URL: https://github.com/apache/tomcat/pull/518 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.o

[GitHub] [tomcat] markt-asf closed pull request #520: Testing java 19 virtual thread

2022-06-06 Thread GitBox
markt-asf closed pull request #520: Testing java 19 virtual thread URL: https://github.com/apache/tomcat/pull/520 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe

[GitHub] [tomcat] markt-asf commented on pull request #520: Testing java 19 virtual thread

2022-06-06 Thread GitBox
markt-asf commented on PR #520: URL: https://github.com/apache/tomcat/pull/520#issuecomment-1147123905 Tomcat 10.1.x must compile with Java 11. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the