Fix for an Issue #251

This commit is contained in:
Miroslav Stampar 2012-11-20 11:19:23 +01:00
parent 302348b0cd
commit 93e071fc33

View File

@ -1973,7 +1973,7 @@ def findMultipartPostBoundary(post):
return retVal
def urldecode(value, encoding=None, unsafe="%%&=;%s" % CUSTOM_INJECTION_MARK_CHAR, convall=False):
result = None
result = value
if value:
try: