This is an automated email from the ASF dual-hosted git repository.
rjung pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new f2daf9447d Fix docs.
f2daf9447d is described below
commit f2daf9447dabba9a3760dea0b096ffa186c99200
Author: Rainer Jung <[email protected]>
AuthorDate: Thu Apr 27 09:57:10 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 c7ac4bcc92..210abc1dd4 100644
--- a/webapps/docs/config/valve.xml
+++ b/webapps/docs/config/valve.xml
@@ -370,7 +370,7 @@
<li><code>"</code> is escaped as <code>\"</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: [email protected]
For additional commands, e-mail: [email protected]