Skip to content

Commit

Permalink
Minor patch for an Issue sqlmapproject#575
Browse files Browse the repository at this point in the history
  • Loading branch information
stamparm committed Dec 17, 2013
1 parent fd6dcd8 commit 2c2667b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -2168,7 +2168,7 @@ def _(match):

return result

def urlencode(value, safe="%&=", convall=False, limit=False, spaceplus=False):
def urlencode(value, safe="%&=-_", convall=False, limit=False, spaceplus=False):
"""
URL encodes given value
Expand Down

0 comments on commit 2c2667b

Please sign in to comment.