From bb7c7fd509550dde50b12f4bb78a2f70fd43b578 Mon Sep 17 00:00:00 2001 From: Michal Vaner Date: Fri, 7 Nov 2008 15:00:35 +0100 Subject: [PATCH] Set CONFIG_URL_ESCAPE_COMPAT flag It is set when we compile sherlock, since the new behaviour would break a running installation. It is not set when only the libraries are compiled. --- ucw/default.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ucw/default.cfg b/ucw/default.cfg index 5fc8a98e..cc64ab5f 100644 --- a/ucw/default.cfg +++ b/ucw/default.cfg @@ -47,5 +47,8 @@ UnSet("DEFAULT_CONFIG"); # Environment variable with configuration file UnSet("ENV_VAR_CONFIG"); +# Use RFC 2396 URL escaping by default +UnSet("CONFIG_URL_ESCAPE_COMPAT"); + # Return success 1; -- 2.39.2