From: Ruediger Pluem Date: Wed, 13 Oct 2021 07:19:25 +0000 (+0000) Subject: * Update transformation [skip ci] X-Git-Tag: 2.5.0-alpha2-ci-test-only~748 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6221624da6e6a32f560738f5350999c09434788b;p=thirdparty%2Fapache%2Fhttpd.git * Update transformation [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1894180 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/expr.html.en.utf8 b/docs/manual/expr.html.en.utf8 index 1edc6701e49..67c458eb8f4 100644 --- a/docs/manual/expr.html.en.utf8 +++ b/docs/manual/expr.html.en.utf8 @@ -552,7 +552,8 @@ DIGIT ::= <any US-ASCII digit "0".."9"> (RFC4514) and LDAP filter escaping (RFC4515). replace replace(string, "from", "to") replaces all occurrences of "from" - in the string with "to". + in the string with "to". The first parameter must not be a literal string. +

The functions marked as "restricted" in the final column are not @@ -695,9 +696,8 @@ DIGIT ::= <any US-ASCII digit "0".."9"> <If "md5('foo') == 'acbd18db4cc2f85cedef654fccc4a4d8'"> Header set checksum-matched true </If> -<If "md5('foo') == replace('md5:XXXd18db4cc2f85cedef654fccc4a4d8', 'md5:XXX', 'acb')"> - Header set checksum-matched-2 true -</If> + +Require expr replace(%{REQUEST_METHOD}, 'E', 'O') == 'GET'" # Function example in string context Header set foo-checksum "expr=%{md5:foo}" diff --git a/docs/manual/mod/mod_include.html.en.utf8 b/docs/manual/mod/mod_include.html.en.utf8 index 9a221ecb558..66b6d47210d 100644 --- a/docs/manual/mod/mod_include.html.en.utf8 +++ b/docs/manual/mod/mod_include.html.en.utf8 @@ -170,7 +170,9 @@ AddOutputFilter INCLUDES .shtml

This syntax is available in version 2.4.21 and later.

- <!--#comment Blah Blah Blah --> + <!--#comment Blah Blah Blah -->
+    or
+ <!--#comment text="Blah Blah Blah" -->

diff --git a/docs/manual/mod/mod_speling.html.en.utf8 b/docs/manual/mod/mod_speling.html.en.utf8 index 64f8d33d1bb..031cd897087 100644 --- a/docs/manual/mod/mod_speling.html.en.utf8 +++ b/docs/manual/mod/mod_speling.html.en.utf8 @@ -90,6 +90,7 @@ misspellings. Override:Options Status:Extension Module:mod_speling +Compatibility:Available in httpd 2.5.0 and later

When set, this directive extends the action of the spelling correction to the file name extension. For example a file foo.gif will