Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e9bf47 commit bf1c08aCopy full SHA for bf1c08a
1 file changed
lib/core/common.py
@@ -544,7 +544,6 @@ def paramToDict(place, parameters=None):
544
if place in conf.parameters and not parameters:
545
parameters = conf.parameters[place]
546
547
- parameters = parameters.replace(", ", ",")
548
parameters = re.sub(r"&(\w{1,4});", r"%s\g<1>%s" % (PARAMETER_AMP_MARKER, PARAMETER_SEMICOLON_MARKER), parameters)
549
if place == PLACE.COOKIE:
550
splitParams = parameters.split(conf.cookieDel or DEFAULT_COOKIE_DELIMITER)
0 commit comments