From 1331b559a4683b77cf3f7f2353084328db152790 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Sun, 28 Jul 2013 16:15:01 -0600 Subject: [PATCH] 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. --- src/cf.data.pre | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2