https://issues.apache.org/bugzilla/show_bug.cgi?id=57169
--- Comment #1 from Felix Schumacher <[email protected]> --- I probably don't understand your request correctly. JMeter will try to replace every function looking string - that begins with "${". If the content in between "${" and "}" is not well formed, it will choke. If you want to send "${...}" literally to a server, you can escape the "$" with a backslash as "\$". If not, than the content has to be well formed. -- You are receiving this mail because: You are the assignee for the bug.
