https://bz.apache.org/bugzilla/show_bug.cgi?id=57448

--- Comment #7 from Helge <[email protected]> ---
And why does my RegExample correctly working on my server?
(Last Test on Apache/2.4.12: Fri 2016-02-26 10:50 GMT)

-----------------------
SSILegacyExprParser Off
-----------------------

You CAN use for echoing

#1: #set var="FooBar" value="$0"
    + #echo var="FooBar"

    -OR-

#2: #echo var="0" (var="$0" doesn't work!)


CORRECTED (full) EXAMPLE: Show first ^(\d+\.) from IPv4 Address

<!--#if expr="v('REMOTE_ADDR') =~ /^(\d+\.)/ && $1 =~ /^(\d+\.)/"-->
<!--#set var="FooBar" value="$0" -->
FooBar #1: <!--#echo var="FooBar" --><br>
FooBar #2: <!--#echo var="0" -->
<!--#endif -->

It works!

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to