Re: Squid 3.4.0.1 configurator problems

From: Tsantilas Christos <chtsanti_at_users.sourceforge.net>
Date: Fri, 27 Sep 2013 18:18:28 +0300

On 09/27/2013 08:23 AM, Alex Rousskov wrote:
>
> Using approach (2) with flexible RE delimiter, we could write
>
> acl foo url_regex /ends[) (]/
> or
> acl foo url_regex {ends[) (]}
> or
> acl foo url_regex @ends[) (]@
>
> and it will all work without double escaping.

Alex, in the "Revised approach to fixing configuration syntax" mail
thread you are proposing to use "regex::" prefix for regular
expressions. This is required for grammar consistency.
This is means that the regex should like :

     acl foo url_regex regex::/ends[) (]/
 or
     acl foo url_regex regex::{ends[) (]}
 or
     acl foo url_regex regex::@ends[) (]@
Received on Fri Sep 27 2013 - 15:18:45 MDT

This archive was generated by hypermail 2.2.0 : Fri Sep 27 2013 - 12:00:11 MDT