Keith Wall created QPID-7382:
--------------------------------

             Summary: Message dialogue tries to inline the text of a text 
message content regardless of the its length
                 Key: QPID-7382
                 URL: https://issues.apache.org/jira/browse/QPID-7382
             Project: Qpid
          Issue Type: Bug
          Components: Java Broker
    Affects Versions: qpid-java-6.0, 0.32, 0.30
            Reporter: Keith Wall


When viewing a message through the WMC, if the message's mime type indicates 
that the content it text, the message dialogue tries to inline the content, 
properly escaping the content first.  If the content is very large, this 
approach is problematic and can cause formatting problems with buttons out of 
reach, or at worst an unresponsive or crash client side UI.


The WMC should display the leading portion of a long text message using 
ellipses and offer a download button to retrieve the full text content.

To efficiently support this, the Queue#getMessageContent() function should 
accept an optional length parameter to limit the number of bytes returned.  





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to