From 264247d3188c5d7d7c474c673e98aa9ad49d5488 Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Sun, 31 Oct 2010 12:09:55 +0000 Subject: [PATCH] revert of a stupid commit --- lib/core/agent.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/core/agent.py b/lib/core/agent.py index 00a563b1e..56bca45c6 100644 --- a/lib/core/agent.py +++ b/lib/core/agent.py @@ -623,8 +623,6 @@ class Agent: retVal = inpStr if inpStr: - retVal = retVal.replace(PAYLOAD_DELIMITER, '') - if urlencode_: regObj = getCompiledRegex("%s(?P.*?)%s" % (PAYLOAD_DELIMITER, PAYLOAD_DELIMITER))