Skip to content

Conversation

@prakashsvmx
Copy link
Member

Closes #2877

fix object metadata section crash due to un escaped characters

upload an object with meta data containing special chars. like

{
        mymeta:"test%special-sybols@~`@#$%^&*()+-_=<>,.?/||\/",
        "more":"test",
        "test1":"test2"
    }

while viewing the object in console, it should not crash.

Result:
image

Copy link
Collaborator

@bexsoft bexsoft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bexsoft bexsoft merged commit 420ed00 into minio:master Jul 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Web UI Object Browser issue when the object metadata has a '%' character in the metadata value.

3 participants