This is an automated email from the ASF dual-hosted git repository. schultz 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 ac33fb7ba3 Fix formatting in XML source that results in an unwanted space in the final documentation. ac33fb7ba3 is described below commit ac33fb7ba34b081f53747540528d3c9e56fa09f6 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 df79480994..5bfcf664c8 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: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org