https://bz.apache.org/bugzilla/show_bug.cgi?id=61164
Bug ID: 61164
Summary: Add %X option to access log for connection status
Product: Tomcat 9
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: Catalina
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: -----
In Apache HTTPD there is an option in their access log format to log
connection status: "%X"
http://httpd.apache.org/docs/2.4/mod/mod_log_config.html#formats
"%X":
Connection status when response is completed:
X = Connection aborted before the response completed.
+ = Connection may be kept alive after the response is sent.
- = Connection will be closed after the response is sent.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]