changes regarding Data (GET/POST/Cookie) encoding (Bug #129)

This commit is contained in:
Miroslav Stampar
2010-01-14 18:05:03 +00:00
parent 1d968f51e9
commit 26c7b74e65
8 changed files with 20 additions and 14 deletions

View File

@@ -61,7 +61,8 @@ optDict = {
"string": "string",
"regexp": "string",
"eString": "string",
"eRegexp": "string"
"eRegexp": "string",
"cookieUrlencode": "boolean"
},
"Techniques": {