https://issues.apache.org/bugzilla/show_bug.cgi?id=53534
Sebb <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX --- Comment #2 from Sebb <[email protected]> --- This is not really anything to do with POST requests; it is a feature of function parsing as handled by FunctionParser.compileString(String). Backslash is used as an escape character for the function meta-characters '$' ',' and '\'. At present, one has to double up any backslash characters if a string contains a function reference. It's a non-trivial mattter to fix this, and any fix would break existing code. See the coloured note towards the end of the following section: http://jmeter.apache.org/usermanual/functions.html#how -- You are receiving this mail because: You are the assignee for the bug.
