mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-10 09:49:06 +00:00
Minor update for an Issue #79
This commit is contained in:
@@ -80,7 +80,6 @@ def __setRequestParams():
|
|||||||
if conf.data:
|
if conf.data:
|
||||||
if hasattr(conf.data, UNENCODED_ORIGINAL_VALUE):
|
if hasattr(conf.data, UNENCODED_ORIGINAL_VALUE):
|
||||||
original = getattr(conf.data, UNENCODED_ORIGINAL_VALUE)
|
original = getattr(conf.data, UNENCODED_ORIGINAL_VALUE)
|
||||||
conf.data = type(conf.data)(conf.data.replace("\n", " "))
|
|
||||||
setattr(conf.data, UNENCODED_ORIGINAL_VALUE, original)
|
setattr(conf.data, UNENCODED_ORIGINAL_VALUE, original)
|
||||||
else:
|
else:
|
||||||
conf.data = conf.data.replace("\n", " ")
|
conf.data = conf.data.replace("\n", " ")
|
||||||
|
|||||||
Reference in New Issue
Block a user