From 1f7644a6913f0524fcfeae086652d1262b46a9cb Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Sat, 8 Dec 2012 21:23:30 +0100 Subject: [PATCH] Minor fix when user doesn't want custom injection char marker to be processed --- lib/core/target.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/core/target.py b/lib/core/target.py index a770bfae1..3b762a7ab 100644 --- a/lib/core/target.py +++ b/lib/core/target.py @@ -167,6 +167,7 @@ def _setRequestParams(): paramDict = paramToDict(PLACE.GET, parameters) if paramDict: + conf.url = conf.url.split('?')[0] conf.paramDict[PLACE.GET] = paramDict testableParameters = True continue