https://bz.apache.org/bugzilla/show_bug.cgi?id=64039
--- Comment #3 from Felix Schumacher <[email protected]> --- As my comment seemed a bit short on details: If you use a http sampler with a variable (${sign1} for example) and you use a script to fill it in a pre processor, than calling "sampler.getArguments().getArgumentsAsMap();" will fill the samplers arguments with the current values of the variables. In the minimal example the value for sign1 is not yet set and therefore JMeter will set "${sign1}" as a placeholder. Setting the variable sign1 with a value after that call, will not replace the already set parameters and thus it will stay on the the string "${sign1}". The OP wanted to see in all parameters of the http sampler, whether a special value exists and has to be filled. He called getArgumentesAsMap to do so. That triggers the behaviour. -- You are receiving this mail because: You are the assignee for the bug.
