This is an automated email from the ASF dual-hosted git repository.
schultz 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 101cf5c21b Fix formatting in XML source that results in an unwanted
space in the final documentation.
101cf5c21b is described below
commit 101cf5c21be4e29d7e8dd9ceaf4cefa587a10d8b
Author: Christopher Schultz <[email protected]>
AuthorDate: Tue Mar 21 15:04:22 2023 -0400
Fix formatting in XML source that results in an unwanted space in the final
documentation.
---
webapps/docs/config/valve.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/webapps/docs/config/valve.xml b/webapps/docs/config/valve.xml
index 0f09a0353e..2e876defda 100644
--- a/webapps/docs/config/valve.xml
+++ b/webapps/docs/config/valve.xml
@@ -2594,8 +2594,8 @@
notify the valve that no session required during this request. If the
request matches this filter pattern, the valve assumes there has been
no
need to restore session. An example filter would look like <code>
- filter=".*\.gif|.*\.js|.*\.jpeg|.*\.jpg|.*\.png|.*\.htm|.*\.html|
- .*\.css|.*\.txt"</code>. The filter is a regular expression using
+
filter=".*\.gif|.*\.js|.*\.jpeg|.*\.jpg|.*\.png|.*\.htm|.*\.html|.*\.css|.*\.txt"</code>.
+ The filter is a regular expression using
<code>java.util.regex</code>.</p>
</attribute>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]