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-connectors.git


The following commit(s) were added to refs/heads/main by this push:
     new 608c33273 Add more changelog info for new request id
608c33273 is described below

commit 608c33273940bbca9dae0388aae76a0af43092ef
Author: Rainer Jung <rainer.j...@kippdata.de>
AuthorDate: Fri Jun 24 00:38:29 2022 +0200

    Add more changelog info for new request id
---
 xdocs/miscellaneous/changelog.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/xdocs/miscellaneous/changelog.xml 
b/xdocs/miscellaneous/changelog.xml
index 6cd4e658d..274c54933 100644
--- a/xdocs/miscellaneous/changelog.xml
+++ b/xdocs/miscellaneous/changelog.xml
@@ -42,6 +42,19 @@
 </section>
 <section name="Changes between 1.2.48 and 1.2.49">
   <changelog>
+    <update>
+      IIS: Set default request id as a GUID.
+      It can also be taken from an arbitrary request
+      header by configuring "request_id_header". (rjung)
+    </update>
+    <update>
+      Apache: Retrieve default request id from mod_unique_id.
+      It can also be taken from an arbitrary environment
+      variable by configuring "JkRequestIdIndicator". (rjung)
+    </update>
+    <update>
+      Common: Add a request id to mod_jk log lines. (rjung)
+    </update>
     <fix>
       IIS: Fix non-empty check for the Translate header. (rjung)
     </fix>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to