[analog-help] Only include logs that has a certain string
Aengus
analog07 at eircom.net
Fri Nov 30 10:27:43 PST 2007
Stephen Turner <analog-author at lists.meer.net> wrote:
> It turns out this is a problem with case insensitivity, though it's
> less clear what to do about it. If you're on a case insensitive
> filesystem (such as Windows), all the filenames are lower-cased, and
> so all the FILEINCLUDEs are lower-cased too to match. That way *test*
> and *TEST* will both match.
>
> The problem is that the lower casing only applies to the stem of the
> URL, not the query string; but analog doesn't know that the
> FILEINCLUDE is targetted at the query string, so it's looking for
> "desc" and not finding it.
>
> A workaround is to use
> FILEINCLUDE REGEXP:DESC
> That still does a case insensitive match, but the case insensitivity
> is handled by the regexp engine not by folding the specification to
> lower case, so it will match.
Wow!
:-)
Aengus
More information about the analog-help
mailing list