Bug 42057 Allow for null connection caused by null method

git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/branches/rel-2-2@529055 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2007-04-15 19:41:39 +00:00
parent 04b9087f80
commit 6fd2e50c47
1 changed files with 3 additions and 2 deletions

View File

@ -129,6 +129,8 @@ Removed deprecated method JMeterUtils.split() - use JOrphanUtils version instead
<li>Bug 39693 - View Result Table use icon instead of check box</li>
<li>Bug 41880 - Add content-type filtering to HTTP Proxy Server</li>
<li>Bug 40825 - Add JDBC prepared statement support</li>
<li>Bug 27780 - (patch 19936) create multipart/form-data HTTP request without uploading file</li>
<li>Bug 42098 - Use specified encoding for parameter values in HTTP GET</li>
</ul>
<h4>Non-functional improvements:</h4>
@ -203,8 +205,7 @@ Removed deprecated method JMeterUtils.split() - use JOrphanUtils version instead
<li>Bug 41944 - Subresults not handled recursively by ResultSaver</li>
<li>Bug 42022 - HTTPSampler does not allow multiple headers of same name</li>
<li>Bug 42019 - Content type not stored in redirected HTTP request with subresults</li>
<li>Bug 27780 - (patch 19936) create multipart/form-data HTTP request without uploading file</li>
<li>Bug 42098 - Use specified encoding for parameter values in HTTP GET</li>
<li>Bug 42057 - connection can be null if method is null</li>
</ul>
<h3>Version 2.2</h3>