From: Michal Vaner Date: Fri, 7 Nov 2008 14:00:35 +0000 (+0100) Subject: Set CONFIG_URL_ESCAPE_COMPAT flag X-Git-Tag: holmes-import~181 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=bb7c7fd509550dde50b12f4bb78a2f70fd43b578;p=libucw.git 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. --- 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;