]> mj.ucw.cz Git - libucw.git/commitdiff
Set CONFIG_URL_ESCAPE_COMPAT flag
authorMichal Vaner <vorner@ucw.cz>
Fri, 7 Nov 2008 14:00:35 +0000 (15:00 +0100)
committerMichal Vaner <vorner@ucw.cz>
Fri, 7 Nov 2008 14:00:35 +0000 (15:00 +0100)
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

index 5fc8a98eaf971e520f6c936f1c138a75a8d7fb25..cc64ab5fbbea6a1bfdd928c61d7ebb3c9af0e273 100644 (file)
@@ -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;