Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix object metadata section crash due to un escaped characters #2928

Merged
merged 1 commit into from
Jul 7, 2023

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