I don't know if this is really necessary. Just using lower case in the
keyword-regex pattern will work as well. Please disregard.
BR,
Nikos
----- Original Message -----
From: "Nikos Balkanas" <[email protected]>
To: <[email protected]>
Sent: Thursday, August 26, 2010 8:02 AM
Subject: Patch: gw/urltrans.c
Hi,
Currently keyword-regex is configured to only do exact case matches. This
is
in contrast to keyword matching, which is case incensitive. Additionaly,
input string input string is converted to lower case for matching. This
will
cause all keyword-regex patterns with capital letters to fail.
This patch corrects that by inittializing keyword-regex to case
incensitive
matching.
Reported by Mike Cariotoglou
BR,
Nikos