]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Resolves bz66812 - update mod_unique_id construction.
authorRich Bowen <rbowen@apache.org>
Mon, 30 Mar 2026 18:20:09 +0000 (18:20 +0000)
committerRich Bowen <rbowen@apache.org>
Mon, 30 Mar 2026 18:20:09 +0000 (18:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932664 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_unique_id.xml

index df76ae7b8fee186cb9f4e766dfa33dc08709a8bc..7bfc14bea638b1df247543ddee759810889d04b9 100644 (file)
@@ -160,7 +160,7 @@ identifier for each request</description>
     constructed by encoding the 144-bit (32-bit IP address, 32 bit
     pid, 32 bit time stamp, 16 bit counter, 32 bit thread index)
     quadruple using the
-    alphabet <code>[A-Za-z0-9@-]</code> in a manner similar to MIME
+    alphabet <code>[A-Za-z0-9_-]</code> in a manner similar to MIME
     base64 encoding, producing 24 characters. The MIME base64
     alphabet is actually <code>[A-Za-z0-9+/]</code> however
     <code>+</code> and <code>/</code> need to be specially encoded