Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

Split base64 encoded message property/header to multiple lines. #49

Merged
merged 1 commit into from
Jul 23, 2015
Merged

Split base64 encoded message property/header to multiple lines. #49

merged 1 commit into from
Jul 23, 2015

Conversation

gotthardp
Copy link
Contributor

When the message property/header contains a large binary structure, the
management web-pages become a bit ugly when displaying the message
content because the binary structure is encoded as one large string.

When the message property/header contains a large binary structure, the
management web-pages become a bit ugly when displaying the message
content because the binary structure is encoded as one large string.
@michaelklishin
Copy link
Contributor

@gotthardp thanks, may I ask you to take a couple of screenshots before and after the change? I feel the description is lacking context a bit.

@gotthardp
Copy link
Contributor Author

Yeah, it's not easy to describe. Have a look at the "x-amqp-1.0-properties" header.

Before: the header name is split to multiple lines and the value is so long that a horizontal scrollbar was added.
image

After: the header name is on a single line and the value is split to multiple lines. (Note that the font is not fixed-width, so each line has different length although the character count is the same.)
image

michaelklishin added a commit that referenced this pull request Jul 23, 2015
Split base64 encoded message property/header to multiple lines.
@michaelklishin michaelklishin merged commit 62fd1c0 into rabbitmq:stable Jul 23, 2015
@michaelklishin
Copy link
Contributor

👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants