https://bz.apache.org/bugzilla/show_bug.cgi?id=63099

            Bug ID: 63099
           Summary: Regression in JMeter 5.0 due to fix of Bug 62478
           Product: JMeter
           Version: 5.0
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Main
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: JMETER_5.1

Created attachment 36386
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=36386&action=edit
Escape commata that are outside of variable replacement structures, only

We have a bug report considered as regression on jmeter-fr google group :
- https://groups.google.com/forum/#!topic/jmeter-fr/es1ikcAxsDE

In summary previously when using function composition in Function Helper
Dialog:

Use "__urlencode" as the function and "${__time(dd/MM/yyyy,NEWVAR)}" as the
argument, then instead of:

  ${__urlencode(${__time(dd/MM/yyyy,NEWVAR)})}

the helper generates (notice '\,' instead of ','):

  ${__urlencode(${__time(dd/MM/yyyy\,NEWVAR)})}

Issue is due to another bug fix 62478:

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to