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: [email protected]
          Reporter: [email protected]

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.

Reply via email to