Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jmeter Wiki" for change notification.
The "EscapedURLs" page has been changed by JMeterAdmin: http://wiki.apache.org/jmeter/EscapedURLs?action=diff&rev1=3&rev2=4 Comment: Fix up Jakarta references As of JMeter 2.3.1 there is no automatic way of handling this, however there are some work-rounds. Assume that the URL is stored in the variable ESCAPED_URL. - Using [[http://jakarta.apache.org/jmeter/usermanual/functions.html#__jexl|Jexl]]: + Using [[http://jmeter.apache.org/usermanual/functions.html#__jexl|Jexl]]: {{{ ${__jexl(vars.get("ESCAPED_URL").replace("&"\,"&"))} }}} - Using [[http://jakarta.apache.org/jmeter/usermanual/functions.html#__BeanShell|BeanShell]]: + Using [[http://jmeter.apache.org/usermanual/functions.html#__BeanShell|BeanShell]]: Set the JMeter property '''beanshell.function.init''' to point to a file; add the following definition to the file:
