Author: pmouawad
Date: Tue Feb 21 07:45:38 2012
New Revision: 1291634
URL: http://svn.apache.org/viewvc?rev=1291634&view=rev
Log:
Bug 52678 - Proxy : When doing replacement of UserDefinedVariables, partial
values should not be substituted
Added clarification in Incompatible changes
Modified:
jmeter/trunk/xdocs/changes.xml
Modified: jmeter/trunk/xdocs/changes.xml
URL:
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1291634&r1=1291633&r2=1291634&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml (original)
+++ jmeter/trunk/xdocs/changes.xml Tue Feb 21 07:45:38 2012
@@ -59,6 +59,9 @@ or a Debug Sampler with all fields set t
<h2>Incompatible changes</h2>
+<p>
+When doing replacement of User Defined Variables, Proxy will not substitute
partial values anymore when "Regexp matching" is used. It will use Perl 5 word
matching ("\b")
+</p>
<!-- =================== Bug fixes =================== -->