mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 13:14:13 +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
|
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 = value
|
||||||
|
|
||||||
if value:
|
if value:
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user