Author: pmouawad Date: Mon Jan 1 19:49:05 2018 New Revision: 1819781 URL: http://svn.apache.org/viewvc?rev=1819781&view=rev Log: Bug 61950 - Content-Type "audio/mpegurl" is wrongly considered as binary Bugzilla Id: 61950
Modified: jmeter/trunk/src/core/org/apache/jmeter/samplers/SampleResult.java jmeter/trunk/xdocs/changes.xml Modified: jmeter/trunk/src/core/org/apache/jmeter/samplers/SampleResult.java URL: http://svn.apache.org/viewvc/jmeter/trunk/src/core/org/apache/jmeter/samplers/SampleResult.java?rev=1819781&r1=1819780&r2=1819781&view=diff ============================================================================== --- jmeter/trunk/src/core/org/apache/jmeter/samplers/SampleResult.java (original) +++ jmeter/trunk/src/core/org/apache/jmeter/samplers/SampleResult.java Mon Jan 1 19:49:05 2018 @@ -106,6 +106,7 @@ public class SampleResult implements Ser // List of types that are known to be ascii, although they may appear to be binary private static final String[] NON_BINARY_TYPES = { "audio/x-mpegurl", //$NON-NLS-1$ (HLS Media Manifest) + "audio/mpegurl", //$NON-NLS-1$ (HLS Media Manifest) "video/f4m" //$NON-NLS-1$ (Flash Media Manifest) }; Modified: jmeter/trunk/xdocs/changes.xml URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1819781&r1=1819780&r2=1819781&view=diff ============================================================================== --- jmeter/trunk/xdocs/changes.xml [utf-8] (original) +++ jmeter/trunk/xdocs/changes.xml [utf-8] Mon Jan 1 19:49:05 2018 @@ -124,6 +124,7 @@ Summary <li><bug>61776</bug>View Results Tree: Expansion of <code>Add expand/collapse all</code> menu in render XML view. Contributed by Maxime Chassagneux and Graham Russell</li> <li><bug>61852</bug>View Results Tree: Add a Boundary Extractor Tester</li> <li><bug>61794</bug>Influxdb backend: Add as many custom tags as wanted by just create new lines and prefix theirs name by "<code>TAG_</code>" on the GUI backend listener</li> + <li><bug>61950</bug>Content-Type <code>audio/mpegurl</code> is wrongly considered as binary</li> </ul> <h3>Timers, Assertions, Config, Pre- & Post-Processors</h3>