mirror of https://github.com/apache/jmeter.git
Bug 44011 - application/soap+xml not treated as a text type
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@600573 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 77b9934de0
This commit is contained in:
parent
89e4314f63
commit
c80123747c
|
|
@ -584,6 +584,7 @@ public class SampleResult implements Serializable {
|
|||
"application/javascript", //$NON-NLS-1$
|
||||
"application/json", //$NON-NLS-1$
|
||||
"application/xhtml+xml", //$NON-NLS-1$
|
||||
"application/soap+xml", //$NON-NLS-1$
|
||||
};
|
||||
|
||||
// Additional types as needed
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
<ul>
|
||||
<li>Check that the CSV delimiter is reasonable.</li>
|
||||
<li>Fix Switch Controller to work properly with functions and variables</li>
|
||||
<li>Bug 44011 - application/soap+xml not treated as a text type</li>
|
||||
</ul>
|
||||
|
||||
<h4>Improvements</h4>
|
||||
|
|
|
|||
Loading…
Reference in New Issue