From: Amos Jeffries Date: Sun, 28 Jul 2013 22:15:01 +0000 (-0600) Subject: Set configuration_includes_quoted_values to OFF by default in 3.4 X-Git-Tag: SQUID_3_4_0_1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1331b559a4683b77cf3f7f2353084328db152790;p=thirdparty%2Fsquid.git Set configuration_includes_quoted_values to OFF by default in 3.4 Early testers have shown that bot hthe parameters() and $-macro detection is not working at intended in some common situations. ie wheneverr the config contains regex with '()' brackets or quoted $ anchor. Leaving 3.HEAD default as ON for now to encourage a fix. --- diff --git a/src/cf.data.pre b/src/cf.data.pre index b08964493e..3bee804671 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -8464,7 +8464,7 @@ COMMENT_END NAME: configuration_includes_quoted_values COMMENT: on|off TYPE: onoff -DEFAULT: on +DEFAULT: off LOC: ConfigParser::RecognizeQuotedValues DOC_START If set, Squid will recognize each "quoted string" after a configuration