This is an automated email from the ASF dual-hosted git repository.

schultz 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 fcf10c2d9b Fix formatting in XML source that results in an unwanted 
space in the final documentation.
fcf10c2d9b is described below

commit fcf10c2d9be8fc7cee1b9d61e9c0b10ce91b5f20
Author: Christopher Schultz <ch...@christopherschultz.net>
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 e09b167f0d..237fe29154 100644
--- a/webapps/docs/config/valve.xml
+++ b/webapps/docs/config/valve.xml
@@ -2556,8 +2556,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=&quot;.*\.gif|.*\.js|.*\.jpeg|.*\.jpg|.*\.png|.*\.htm|.*\.html|
-        .*\.css|.*\.txt&quot;</code>. The filter is a regular expression using
+        
filter=&quot;.*\.gif|.*\.js|.*\.jpeg|.*\.jpg|.*\.png|.*\.htm|.*\.html|.*\.css|.*\.txt&quot;</code>.
+        The filter is a regular expression using
         <code>java.util.regex</code>.</p>
       </attribute>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to