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

commit c057ab63ba3c4e9f4ef9051c6f1419d0cc729930
Author: Rainer Jung <rainer.j...@kippdata.de>
AuthorDate: Thu Apr 27 09:56:47 2023 +0200

    Fix docs.
---
 webapps/docs/config/valve.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webapps/docs/config/valve.xml b/webapps/docs/config/valve.xml
index 895c9291f9..9f1f6b41da 100644
--- a/webapps/docs/config/valve.xml
+++ b/webapps/docs/config/valve.xml
@@ -370,7 +370,7 @@
     <li><code>&quot;</code> is escaped as <code>\&quot;</code></li>
     <li><code>\</code> is escaped as <code>\\</code></li>
     <li>Standard C escaping are used for <code>\f</code>, <code>\n</code>,
-        <code>\r</code>, <code>\t</code> and <code>\v</code></li>
+        <code>\r</code> and <code>\t</code></li>
     <li>Any other control characters or characters with code points above 127
         are encoded using the standard Java unicode escaping
         (<code>\uXXXX</code>)</li>


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

Reply via email to