mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Patch for an Issue #801
This commit is contained in:
1
thirdparty/clientform/clientform.py
vendored
1
thirdparty/clientform/clientform.py
vendored
@@ -1124,6 +1124,7 @@ def _ParseFileEx(file, base_uri,
|
||||
if action is None:
|
||||
action = base_uri
|
||||
else:
|
||||
action = unicode(action, "utf8") if action and not isinstance(action, unicode) else action
|
||||
action = _urljoin(base_uri, action)
|
||||
# would be nice to make HTMLForm class (form builder) pluggable
|
||||
form = HTMLForm(
|
||||
|
||||
Reference in New Issue
Block a user