Author: sebb
Date: Sun Apr 15 12:41:39 2007
New Revision: 529055

URL: http://svn.apache.org/viewvc?view=rev&rev=529055
Log:
Bug 42057 Allow for null connection caused by null method

Modified:
    jakarta/jmeter/branches/rel-2-2/xdocs/changes.xml

Modified: jakarta/jmeter/branches/rel-2-2/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/xdocs/changes.xml?view=diff&rev=529055&r1=529054&r2=529055
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/xdocs/changes.xml (original)
+++ jakarta/jmeter/branches/rel-2-2/xdocs/changes.xml Sun Apr 15 12:41:39 2007
@@ -129,6 +129,8 @@
 <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 @@
 <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>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to