From: Eric Covener Date: Mon, 23 May 2016 14:57:28 +0000 (+0000) Subject: 2.4.x only: replace() not backported. X-Git-Tag: 2.4.21~133 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38fd20cb2f141682dc817630540fb32f3227012d;p=thirdparty%2Fapache%2Fhttpd.git 2.4.x only: replace() not backported. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1745211 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/expr.xml b/docs/manual/expr.xml index 7ec7d3fc014..525843bdfce 100644 --- a/docs/manual/expr.xml +++ b/docs/manual/expr.xml @@ -581,13 +581,10 @@ listfunction ::= listfuncname "(" word ")" Header set matched true </If> -# Function examples in boolean context +# Function example in boolean context <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> # Function example in string context Header set foo-checksum "expr=%{md5:foo}"