mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 08:14:24 +03:00
Fix for an Issue #251
This commit is contained in:
parent
302348b0cd
commit
93e071fc33
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user