mirror of https://github.com/apache/jmeter.git
Recent doc updates
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@661334 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
542f5b1735
commit
47f5167c12
|
|
@ -147,6 +147,48 @@ Earlier changes are detailed in the
|
|||
</td></tr>
|
||||
</table></p>
|
||||
<h2 >
|
||||
Version 2.3.2A
|
||||
</h2>
|
||||
<h3 >
|
||||
Bug fixes
|
||||
</h3>
|
||||
<ul >
|
||||
|
||||
|
||||
<li >
|
||||
Bug 45093 - SizeAssertion did not call getBytes()
|
||||
</li>
|
||||
|
||||
|
||||
<li >
|
||||
Bug 45007 - Rewrite Location headers when using Proxy HTTPS spoofing
|
||||
</li>
|
||||
|
||||
|
||||
<li >
|
||||
Use CRLF rather than LF in Proxy when returning headers to the client
|
||||
</li>
|
||||
|
||||
|
||||
<li >
|
||||
Bug 45007 - fix content length header if content may have been changed
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
<h3 >
|
||||
Improvements
|
||||
</h3>
|
||||
<ul >
|
||||
|
||||
|
||||
<li >
|
||||
Bugs 44808, 39641 - Proxy support for binary requests
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
<h2 >
|
||||
Version 2.3.2
|
||||
</h2>
|
||||
<h3 >
|
||||
|
|
|
|||
|
|
@ -12329,6 +12329,25 @@ N.B. the string that is matched by the regular expression must be the same as th
|
|||
</b>
|
||||
|
||||
|
||||
</p>
|
||||
<p >
|
||||
|
||||
Versions of JMeter after 2.3.2 are able to capture binary POST data.
|
||||
To configure which content-types are treated as binary, update the JMeter property proxy.binary.types.
|
||||
The default settings are as follows:
|
||||
|
||||
<pre >
|
||||
|
||||
# These content-types will be handled by saving the request in a file:
|
||||
proxy.binary.types=application/x-amf,application/x-java-serialized-object
|
||||
# The files will be saved in this directory:
|
||||
proxy.binary.directory=user.dir
|
||||
# The files will be created with this file filesuffix:
|
||||
proxy.binary.filesuffix=.binary
|
||||
|
||||
</pre>
|
||||
|
||||
|
||||
</p>
|
||||
<p >
|
||||
It is also possible to have the proxy add timers to the recorded script. To
|
||||
|
|
|
|||
Loading…
Reference in New Issue