You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2015/04/12 14:55:35 UTC

[Bug 57806] New: "audio/x-mpegurl" mime type is erroneously considered as binary by ViewResultsTree

https://bz.apache.org/bugzilla/show_bug.cgi?id=57806

            Bug ID: 57806
           Summary: "audio/x-mpegurl" mime type is erroneously considered
                    as binary by ViewResultsTree
           Product: JMeter
           Version: 2.13
          Hardware: PC
                OS: Mac OS X 10.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: support@ubikloadpack.com

SampleResult#isBinaryType considers that a "audio/x-mpegurl" mime type is
binary while it is text.

This is due to:
        for (int i = 0; i < BINARY_TYPES.length; i++){
            if (ct.startsWith(BINARY_TYPES[i])){
                return true;
            }
        }

This leads to response data being shown as blank in View Results Tree when Text
renderer is used

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 57806] "audio/x-mpegurl" mime type is erroneously considered as binary by ViewResultsTree

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=57806

UbikLoadPack support <su...@ubikloadpack.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |support@ubikloadpack.com

--- Comment #1 from UbikLoadPack support <su...@ubikloadpack.com> ---
Created attachment 32655
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=32655&action=edit
Patch fixing issue

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 57806] "audio/x-mpegurl" mime type is erroneously considered as binary by ViewResultsTree

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=57806

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #3 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Thanks for patch.
Commited.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 57806] "audio/x-mpegurl" mime type is erroneously considered as binary by ViewResultsTree

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=57806

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om

--- Comment #2 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Date: Thu Apr 16 20:20:55 2015
New Revision: 1674146

URL: http://svn.apache.org/r1674146
Log:
Bug 57806 - "audio/x-mpegurl" mime type is erroneously considered as binary by
ViewResultsTree
Bugzilla Id: 57806

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/samplers/SampleResult.java
    jmeter/trunk/xdocs/changes.xml

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 57806] "audio/x-mpegurl" mime type is erroneously considered as binary by ViewResultsTree

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=57806

UbikLoadPack support <su...@ubikloadpack.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |minor
           Hardware|PC                          |All
                 OS|Mac OS X 10.4               |All

-- 
You are receiving this mail because:
You are the assignee for the bug.