From 9b2962ff1c1e94a4b281dd4085d156995f994440 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Wed, 9 Mar 2011 08:56:29 +0000 Subject: [PATCH] now when we don't urlencode whole URI using : and \ as safe chars is not a good idea --- lib/core/convert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/convert.py b/lib/core/convert.py index 16f3e6c65..8f39a1253 100644 --- a/lib/core/convert.py +++ b/lib/core/convert.py @@ -80,7 +80,7 @@ def urldecode(value, encoding=None): return result -def urlencode(value, safe=":/?%&=|()", convall=False): +def urlencode(value, safe="%&=|()", convall=False): if conf.direct or "POSTxml" in conf.paramDict: return value