This is an automated email from the ASF dual-hosted git repository. rjung pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push: new daacbf38e2 Fix docs. daacbf38e2 is described below commit daacbf38e269361d4e74b619a18026e1af2544a1 Author: Rainer Jung <rainer.j...@kippdata.de> AuthorDate: Thu Apr 27 09:56:31 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 6170c474c3..85394d25b8 100644 --- a/webapps/docs/config/valve.xml +++ b/webapps/docs/config/valve.xml @@ -369,7 +369,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: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org