You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2013/02/04 23:03:18 UTC

svn commit: r1442393 - /jmeter/trunk/xdocs/changes.xml

Author: pmouawad
Date: Mon Feb  4 22:03:18 2013
New Revision: 1442393

URL: http://svn.apache.org/viewvc?rev=1442393&view=rev
Log:
Bug 54293 - JMeter rejects html tags '<' in query params as invalid when they are accepted by the browser
Bugzilla Id: 54293

Modified:
    jmeter/trunk/xdocs/changes.xml

Modified: jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1442393&r1=1442392&r2=1442393&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml (original)
+++ jmeter/trunk/xdocs/changes.xml Mon Feb  4 22:03:18 2013
@@ -91,6 +91,7 @@ This does not affect JMeter operation.
 <h3>HTTP Samplers and Proxy</h3>
 <ul>
 <li><bugzilla>54482</bugzilla> - HC fails to follow redirects with non-encoded chars</li>
+<li><bugzilla>54293</bugzilla> - JMeter rejects html tags '&lt;' in query params as invalid when they are accepted by the browser</li>
 </ul>
 
 <h3>Other Samplers</h3>