[tomcat] branch 9.0.x updated: Polish

2023-04-27 Thread lihan
This is an automated email from the ASF dual-hosted git repository. lihan 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 fc1e5951b4 Polish fc1e5951b4 is described below

[tomcat] branch 10.1.x updated: Polish

2023-04-27 Thread lihan
This is an automated email from the ASF dual-hosted git repository. lihan pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new d41f3d03d8 Polish d41f3d03d8 is described below

[tomcat] branch main updated: Polish

2023-04-27 Thread lihan
This is an automated email from the ASF dual-hosted git repository. lihan 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 fa0b2b196d Polish fa0b2b196d is described below

Re: Utility Executor

2023-04-27 Thread Han Li
> On Apr 28, 2023, at 00:33, Mark Thomas wrote: > > Hi all, > > As part of a discussion around a Spring Boot issue [1], the question has been > raised whether there is merit in moving the Utility executor start/stop from > StandardServer init/destroy to start/stop. > > I've looked at the

Buildbot failure in on tomcat-11.0.x

2023-04-27 Thread buildbot
Build status: BUILD FAILED: failed compile (failure) Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/112/builds/333 Blamelist: Rainer Jung Build Text: failed compile (failure) Status Detected: new failure Build Source Stamp: [branch main]

[tomcat] branch main updated: Extend AccessLogValve unit tests for single pattern identifiers

2023-04-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung 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 fbdd0f20da Extend AccessLogValve unit tests for

Buildbot success in on tomcat-11.0.x

2023-04-27 Thread buildbot
Build status: Build succeeded! Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/112/builds/332 Blamelist: Rainer Jung Build Text: build successful Status Detected: restored build Build Source Stamp: [branch main] d3f549fe984aecfbae515c309b459f0e5e1e22a3 Steps:

[tomcat] branch main updated: Fix new unit test: make expected error page size a bit flexible

2023-04-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung 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 d3f549fe98 Fix new unit test: make expected error

[tomcat] branch main updated: Add error logging to failing unit test as a workaround for missing access to unit test detail log.

2023-04-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung 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 e71864670e Add error logging to failing unit test as

Buildbot failure in on tomcat-11.0.x

2023-04-27 Thread buildbot
Build status: BUILD FAILED: failed compile (failure) Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/112/builds/330 Blamelist: Rainer Jung Build Text: failed compile (failure) Status Detected: new failure Build Source Stamp: [branch main]

Re: [VOTE] Apache Tomcat migration tool for Jakarta EE 1.0.7

2023-04-27 Thread Felix Schumacher
Am 26.04.23 um 18:19 schrieb Mark Thomas: The proposed Apache Tomcat migration tool for Jakarta EE 1.0.7 is now available for voting. The significant changes since 1.0.6 are: - Provide a workaround for a known JDK bug (JDK-8303866) that prevents   some migrated JARs from being read - Add new

[tomcat] branch main updated: Add unit test for AccessLogVale

2023-04-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung 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 996e8dfad0 Add unit test for AccessLogVale

[tomcat] branch 8.5.x updated: Prepare new unit test class for AccessLogValve; give the existing one a more precise name

2023-04-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung 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 5407c0453c Prepare new unit test class for

[tomcat] branch 9.0.x updated: Prepare new unit test class for AccessLogValve; give the existing one a more precise name

2023-04-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung 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 432474e9b7 Prepare new unit test class for

[tomcat] branch 10.1.x updated: Prepare new unit test class for AccessLogValve; give the existing one a more precise name

2023-04-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new ab64b621eb Prepare new unit test class for

[tomcat] branch main updated: Prepare new unit test class for AccessLogValve; give the existing one a more precise name

2023-04-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung 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 723de0eba1 Prepare new unit test class for

Re: Utility Executor

2023-04-27 Thread Rémy Maucherat
On Thu, Apr 27, 2023 at 6:34 PM Mark Thomas wrote: > > Hi all, > > As part of a discussion around a Spring Boot issue [1], the question has > been raised whether there is merit in moving the Utility executor > start/stop from StandardServer init/destroy to start/stop. > > I've looked at the code

Utility Executor

2023-04-27 Thread Mark Thomas
Hi all, As part of a discussion around a Spring Boot issue [1], the question has been raised whether there is merit in moving the Utility executor start/stop from StandardServer init/destroy to start/stop. I've looked at the code and I don't see any uses of the Executor until sub-components

[Bug 66582] Can't reference static fields declared in interfaces in JSP pages: javax.el.ELException: The class [...] must be public, in an exported package (for Java 9+), non-abstract and not an inter

2023-04-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66582 --- Comment #1 from Mark Thomas --- This is a regression caused by fixing bug 66441. The import is valid for a JSP but not for EL. I'll get this fixed for the May releases. -- You are receiving this mail because: You are the assignee for

[Bug 66582] New: Can't reference static fields declared in interfaces in JSP pages: javax.el.ELException: The class [...] must be public, in an exported package (for Java 9+), non-abstract and not an

2023-04-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66582 Bug ID: 66582 Summary: Can't reference static fields declared in interfaces in JSP pages: javax.el.ELException: The class [...] must be public, in an exported package (for Java 9+),

[GitHub] [tomcat] rmaucher commented on pull request #612: Don't allow idle threads to live forever

2023-04-27 Thread via GitHub
rmaucher commented on PR #612: URL: https://github.com/apache/tomcat/pull/612#issuecomment-1525937787 Hum, this is the websocket client and it is using NIO2, so that executor would be used internally for all things that are run asynchronously for IO like calling completion handlers and so

[GitHub] [tomcat] markt-asf commented on pull request #612: Don't allow idle threads to live forever

2023-04-27 Thread via GitHub
markt-asf commented on PR #612: URL: https://github.com/apache/tomcat/pull/612#issuecomment-1525916279 A thread dump would be helpful. -- 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

[GitHub] [tomcat] mjgp2 commented on pull request #612: Don't allow idle threads to live forever

2023-04-27 Thread via GitHub
mjgp2 commented on PR #612: URL: https://github.com/apache/tomcat/pull/612#issuecomment-1525913263 I'll have a further look at this tomorrow. The situation I have is hundreds of idle threads. Potentially a configurable solution using virtual threads would mitigate the issue. -- This is

[GitHub] [tomcat] markt-asf commented on pull request #612: Don't allow idle threads to live forever

2023-04-27 Thread via GitHub
markt-asf commented on PR #612: URL: https://github.com/apache/tomcat/pull/612#issuecomment-1525904959 My reading of the code is that the AsynchronousChannelProvider submits tasks that never end to the executor so this patch has no effect. The purpose of the Executor is to replace any

[GitHub] [tomcat] rmaucher commented on pull request #612: Don't allow idle threads to live forever

2023-04-27 Thread via GitHub
rmaucher commented on PR #612: URL: https://github.com/apache/tomcat/pull/612#issuecomment-1525822068 This seems like a good idea (although no idea about the best default idle value). It was like this since the code was initially added. -- This is an automated message from the Apache Git

[Bug 66581] Idle threads are never destroyed in org.apache.tomcat.websocket.AsyncChannelGroupUtil

2023-04-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66581 Matt changed: What|Removed |Added URL||https://github.com/apache/t

[Bug 66581] Idle threads are never destroyed in org.apache.tomcat.websocket.AsyncChannelGroupUtil

2023-04-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66581 --- Comment #1 from Matt --- See: https://github.com/apache/tomcat/pull/612/files -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe,

[Bug 66581] New: Idle threads are never destroyed in org.apache.tomcat.websocket.AsyncChannelGroupUtil

2023-04-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66581 Bug ID: 66581 Summary: Idle threads are never destroyed in org.apache.tomcat.websocket.AsyncChannelGroupUtil Product: Tomcat 11 Version: unspecified Hardware: PC

[GitHub] [tomcat] thomasmey commented on pull request #539: JsonAccessLogValve: Add valve for structured logging

2023-04-27 Thread via GitHub
thomasmey commented on PR #539: URL: https://github.com/apache/tomcat/pull/539#issuecomment-1525602662 @rainerjung very nice, many thanks! I just did test the version which landed in 9.0.74 ... I will allocate some time next week and do some tests. As you are also an

[Bug 66564] Improvements to WebResource Cache eviction

2023-04-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66564 Mark Thomas changed: What|Removed |Added OS||All --- Comment #1 from Mark Thomas

[Bug 66556] Addind RemoteIpValve redirects the requests to http port instead of expected https.

2023-04-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66556 Mark Thomas changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|---

[Bug 66569] ServletContextListener errors are not reported

2023-04-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66569 Mark Thomas changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

Re: [VOTE] Apache Tomcat migration tool for Jakarta EE 1.0.7

2023-04-27 Thread Mark Thomas
On 26/04/2023 17:19, Mark Thomas wrote: The proposed Apache Tomcat migration tool for Jakarta EE 1.0.7 is now available for voting. The significant changes since 1.0.6 are: - Provide a workaround for a known JDK bug (JDK-8303866) that prevents   some migrated JARs from being read - Add new

[GitHub] [tomcat] rainerjung commented on pull request #539: JsonAccessLogValve: Add valve for structured logging

2023-04-27 Thread via GitHub
rainerjung commented on PR #539: URL: https://github.com/apache/tomcat/pull/539#issuecomment-1525194171 @thomasmey I added support for all subkeyed patterns like request headers (%i), response headers (%o) etc. You might want to have a look and test it. It is now contained in the heads for

[tomcat] branch 8.5.x updated: Improve JsonAccessLogValve: support more patterns like for headers and attributes.

2023-04-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung 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 5f010ee726 Improve JsonAccessLogValve: support

[tomcat] branch 9.0.x updated: Improve JsonAccessLogValve: support more patterns like for headers and attributes.

2023-04-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung 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 76f43275c7 Improve JsonAccessLogValve: support

[tomcat] branch 10.1.x updated: Improve JsonAccessLogValve: support more patterns like for headers and attributes.

2023-04-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new c95e5a3f92 Improve JsonAccessLogValve: support

[tomcat] branch main updated: Improve JsonAccessLogValve: support more patterns like for headers and attributes.

2023-04-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung 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 26c55d239e Improve JsonAccessLogValve: support more

[tomcat] branch 8.5.x updated: Remove redundant Json escaping of values in JsonAccessLogValve.

2023-04-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung 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 0d658cac82 Remove redundant Json escaping of

[tomcat] branch 9.0.x updated: Remove redundant Json escaping of values in JsonAccessLogValve.

2023-04-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung 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 098de46890 Remove redundant Json escaping of

[tomcat] branch 10.1.x updated: Remove redundant Json escaping of values in JsonAccessLogValve.

2023-04-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new 511ca79028 Remove redundant Json escaping of

[tomcat] branch main updated: Remove redundant Json escaping of values in JsonAccessLogValve.

2023-04-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung 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 b3294ebe45 Remove redundant Json escaping of values

[tomcat] branch 8.5.x updated: Use alphabetical order, remove comment. No functional change.

2023-04-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung 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 66a10e29f5 Use alphabetical order, remove comment.

[tomcat] branch 9.0.x updated: Use alphabetical order, remove comment. No functional change.

2023-04-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung 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 c9951fd374 Use alphabetical order, remove comment.

[tomcat] branch 10.1.x updated: Use alphabetical order, remove comment. No functional change.

2023-04-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new 161abb8018 Use alphabetical order, remove

[tomcat] branch main updated: Use alphabetical order, remove comment. No functional change.

2023-04-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung 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 074e6437d1 Use alphabetical order, remove comment.

[tomcat] branch 8.5.x updated: Switch from locally defined AccessLogElement to new parametrized CharElement.

2023-04-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung 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 87746e188d Switch from locally defined

[tomcat] branch 9.0.x updated: Switch from lambda to new parametrized CharElement.

2023-04-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung 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 4516a266ed Switch from lambda to new parametrized

[tomcat] branch 10.1.x updated: Switch from lambda to new parametrized CharElement.

2023-04-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new ad0177cfbb Switch from lambda to new

[tomcat] branch main updated: Switch from lambda to new parametrized CharElement.

2023-04-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung 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 91f07c1cb8 Switch from lambda to new parametrized

[tomcat] branch 8.5.x updated: Fix docs.

2023-04-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung 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 f2daf9447d Fix docs. f2daf9447d is described below

[tomcat] branch 9.0.x updated: Fix docs.

2023-04-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung 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 c057ab63ba Fix docs. c057ab63ba is described below

[tomcat] branch 10.1.x updated: Fix docs.

2023-04-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new daacbf38e2 Fix docs. daacbf38e2 is described

[tomcat] branch main updated: Fix docs.

2023-04-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung 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 f755fd0552 Fix docs. f755fd0552 is described below

[tomcat] branch 8.5.x updated: Improve performance of escaping in AccessLogValve roughly by a factor of two.

2023-04-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung 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 4fa9bb3418 Improve performance of escaping in

[tomcat] branch 9.0.x updated: Improve performance of escaping in AccessLogValve roughly by a factor of two.

2023-04-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung 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 275a1b1c1f Improve performance of escaping in

[tomcat] branch 10.1.x updated: Improve performance of escaping in AccessLogValve roughly by a factor of two.

2023-04-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new 41f1fd5806 Improve performance of escaping in

[tomcat] branch main updated: Improve performance of escaping in AccessLogValve roughly by a factor of two.

2023-04-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung 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 8b387612fd Improve performance of escaping in

[tomcat] branch 8.5.x updated: Change output of vertical tab in AccessLogValve from "\v" to "\u000b".

2023-04-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung 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 d11e8c30f0 Change output of vertical tab in

[tomcat] branch 9.0.x updated: Change output of vertical tab in AccessLogValve from "\v" to "\u000b".

2023-04-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung 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 5759f7887e Change output of vertical tab in

[tomcat] branch 10.1.x updated: Change output of vertical tab in AccessLogValve from "\v" to "\u000b".

2023-04-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new b087a1883c Change output of vertical tab in

[tomcat] branch main updated: Change output of vertical tab in AccessLogValve from "\v" to "\u000b".

2023-04-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung 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 7b3a825265 Change output of vertical tab in

[tomcat] branch 8.5.x updated: Add changelog entry

2023-04-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung 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 ebd56c3de7 Add changelog entry ebd56c3de7 is

[tomcat] branch 9.0.x updated: Add changelog entry

2023-04-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung 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 e83c34d2b9 Add changelog entry e83c34d2b9 is

[tomcat] branch 10.1.x updated: Add changelog entry

2023-04-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new 798766045e Add changelog entry 798766045e is

[tomcat] branch main updated: Add changelog entry

2023-04-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung 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 c6cb5a89dc Add changelog entry c6cb5a89dc is

[tomcat] branch 8.5.x updated: Escape timestamp output in AccessLog.

2023-04-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung 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 28253ccaf4 Escape timestamp output in AccessLog.

[tomcat] branch 9.0.x updated: Escape timestamp output in AccessLog.

2023-04-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung 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 e896fd34d2 Escape timestamp output in AccessLog.

[tomcat] branch 10.1.x updated: Escape timestamp output in AccessLog.

2023-04-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new a326a53a9a Escape timestamp output in AccessLog.

[tomcat] branch main updated: Escape timestamp output in AccessLog.

2023-04-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung 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 05243d39d9 Escape timestamp output in AccessLog.

[tomcat] branch 8.5.x updated: Rename some parameters. No functional change.

2023-04-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung 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 160b1f67db Rename some parameters. No functional

[tomcat] branch 9.0.x updated: Rename some parameters. No functional change.

2023-04-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung 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 d8cf34d113 Rename some parameters. No functional

[tomcat] branch 10.1.x updated: Rename some parameters. No functional change.

2023-04-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new 35e543b3a2 Rename some parameters. No functional

[tomcat] branch main updated: Rename some parameters. No functional change.

2023-04-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung 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 1e2d8bba9e Rename some parameters. No functional

[tomcat] branch 8.5.x updated: Improve docs for access log valves.

2023-04-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung 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 b81f7f20a0 Improve docs for access log valves.

[tomcat] branch 8.5.x updated: Improve optical readability.

2023-04-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung 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 806f89d851 Improve optical readability. 806f89d851