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.git
The following commit(s) were added to refs/heads/main by this push: new f755fd0552 Fix docs. f755fd0552 is described below commit f755fd0552d0ad7dd181fd16694ebb12a5189616 Author: Rainer Jung <rainer.j...@kippdata.de> AuthorDate: Thu Apr 27 09:56:09 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 c0af86da54..c618045949 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