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

Prevent crash if uploaded file contains # character #5044

Closed
matthias-ronge opened this issue Mar 28, 2022 · 0 comments · Fixed by #5622
Closed

Prevent crash if uploaded file contains # character #5044

matthias-ronge opened this issue Mar 28, 2022 · 0 comments · Fixed by #5622

Comments

@matthias-ronge
Copy link
Collaborator

Image upload in metadata editor crashes, if the filename is i.e. A-MG_UTTA0#102_OSQ0#62317_12052021_1.tif.

The stack trace indicates that there is an URL encoding issue:

Snapshot

Goal: Either, forbid uploading files with disallowed characters (and show an error message), or handle them. IMHO it would also be okay to replace the # with a _ or that like, if it causes problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants