Minor update

This commit is contained in:
Miroslav Stampar 2012-10-18 10:55:27 +02:00
parent b5060c0010
commit 1cb2ca4195

View File

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