https://issues.apache.org/bugzilla/show_bug.cgi?id=56083
Bug ID: 56083
Summary: urlencode does not support variables loaded from csv
Product: JMeter
Version: 2.11
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Created attachment 31268
--> https://issues.apache.org/bugzilla/attachment.cgi?id=31268&action=edit
minimal test case
User-defined variables can be escaped via ${__urlencode(${udv})}. However, it
appears that variables loaded from CSV files are not escaped, and
${__urlencode(${csv})} encodes the literal string "${csv}".
Attached is a minimal test case showing the differences between the two.
--
You are receiving this mail because:
You are the assignee for the bug.