https://bz.apache.org/bugzilla/show_bug.cgi?id=60883
Felix Schumacher <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Resolution|--- |FIXED --- Comment #15 from Felix Schumacher <[email protected]> --- Thanks for your contribution. Date: Thu Apr 6 17:04:19 2017 New Revision: 1790429 URL: http://svn.apache.org/viewvc?rev=1790429&view=rev Log: Add ${__escapeXml()} function. Contributed by Michael Osipov (michaelo at apache.org) This closes #288 on github. Bugzilla Id: 60883 Modified: jmeter/trunk/docs/changes.html jmeter/trunk/docs/usermanual/functions.html jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties jmeter/trunk/test/src/org/apache/jmeter/functions/TestSimpleFunctions.java jmeter/trunk/xdocs/changes.xml jmeter/trunk/xdocs/usermanual/functions.xml Date: Thu Apr 6 17:10:23 2017 New Revision: 1790432 URL: http://svn.apache.org/viewvc?rev=1790432&view=rev Log: Add the missing part of pr #288, which is the new function itself. Contributed by Michael Osipov. Bugzill Id: 60883 Added: jmeter/trunk/src/functions/org/apache/jmeter/functions/EscapeXml.java -- You are receiving this mail because: You are the assignee for the bug.
