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:
Sebastian Bazley 2007-12-03 15:48:25 +00:00
parent 89e4314f63
commit c80123747c
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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>