(tomcat) branch 10.1.x updated: Add connection ID to the ExtendedAccessLogValve

2025-02-24 Thread markt
ExtendedAccessLogValve fe3409fd2f is described below commit fe3409fd2f64b97ecf0af519ea4c148c4ff3d509 Author: Mark Thomas AuthorDate: Mon Feb 24 12:25:31 2025 + Add connection ID to the ExtendedAccessLogValve --- java/org/apache/catalina/valves/ExtendedAccessLogValve.java | 8 webapps/docs

(tomcat) branch 11.0.x updated: Add connection ID to the ExtendedAccessLogValve

2025-02-24 Thread markt
ExtendedAccessLogValve 3b0ba0fce3 is described below commit 3b0ba0fce33de9dea4f4d9ab109c018a2662868f Author: Mark Thomas AuthorDate: Mon Feb 24 12:25:31 2025 + Add connection ID to the ExtendedAccessLogValve --- java/org/apache/catalina/valves/ExtendedAccessLogValve.java | 8 webapps/docs

(tomcat) 01/02: Add connection ID to the ExtendedAccessLogValve

2025-02-24 Thread markt
connection ID to the ExtendedAccessLogValve --- java/org/apache/catalina/valves/ExtendedAccessLogValve.java | 8 webapps/docs/changelog.xml | 6 ++ webapps/docs/config/valve.xml | 1 + 3 files changed, 15 insertions(+) diff --git a

[Bug 58537] ExtendedAccessLogValve inner AccessLogElement classes can be static

2015-10-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58537 Violeta Georgieva changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 58537] New: ExtendedAccessLogValve inner AccessLogElement classes can be static

2015-10-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58537 Bug ID: 58537 Summary: ExtendedAccessLogValve inner AccessLogElement classes can be static Product: Tomcat 8 Version: trunk Hardware: PC OS: Mac OS X

[Bug 58537] ExtendedAccessLogValve inner AccessLogElement classes can be static

2015-10-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58537 Anthony Whitford changed: What|Removed |Added Severity|normal |minor -- You are receiving this ma

[Bug 57675] ExtendedAccessLogValve quoting problems

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

[Bug 57675] ExtendedAccessLogValve quoting problems

2015-03-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57675 Mark Thomas changed: What|Removed |Added Component|Catalina|Catalina Version|8.0.20

[Bug 57675] New: ExtendedAccessLogValve quoting problems

2015-03-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57675 Bug ID: 57675 Summary: ExtendedAccessLogValve quoting problems Product: Tomcat 8 Version: 8.0.20 Hardware: All OS: All Status: NEW Severity: normal

DO NOT REPLY [Bug 51545] make threadname available in ExtendedAccessLogValve

2011-07-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51545 Tim Whittington changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 51545] New: make threadname available in ExtendedAccessLogValve

2011-07-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51545 Bug #: 51545 Summary: make threadname available in ExtendedAccessLogValve Product: Tomcat 7 Version: trunk Platform: All OS/Version: All Status: NEW

Re: ExtendedAccessLogValve

2007-02-19 Thread Remy Maucherat
Takayuki Kaneko wrote: Hi Remy, I revised ExtendedAccessLogValve as integrated to AccessLogValve. But I don't know how many people use this valve because there isn't the description of this valve. :) This seems like a reasonable change to me, so I committed