This is an automated email from the ASF dual-hosted git repository.
schultz 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 deb1c10352 Fix formatting in XML source that results in an unwanted
space in the final documentation.
deb1c10352 is described below
commit deb1c10352cf71dd923a687d95d7a521b5a5af1b
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 1cf349253f..45d9b32b14 100644
--- a/webapps/docs/config/valve.xml
+++ b/webapps/docs/config/valve.xml
@@ -2593,8 +2593,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]