]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
2.4.x only: replace() not backported.
authorEric Covener <covener@apache.org>
Mon, 23 May 2016 14:57:28 +0000 (14:57 +0000)
committerEric Covener <covener@apache.org>
Mon, 23 May 2016 14:57:28 +0000 (14:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1745211 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/expr.xml

index 7ec7d3fc0149fb91f392c22d764a6860fd2ac3e7..525843bdfce0cb82984938ebdbdab0c761d70c6f 100644 (file)
@@ -581,13 +581,10 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>"
     Header set matched true
 &lt;/If&gt;
 
-# Function examples in boolean context
+# Function example in boolean context
 &lt;If "md5('foo') == 'acbd18db4cc2f85cedef654fccc4a4d8'"&gt;
   Header set checksum-matched true
 &lt;/If&gt;
-&lt;If "md5('foo') == replace('md5:XXXd18db4cc2f85cedef654fccc4a4d8', 'md5:XXX', 'acb')"&gt;
-  Header set checksum-matched-2 true
-&lt;/If&gt;
 
 # Function example in string context
 Header set foo-checksum "expr=%{md5:foo}"