mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
[Bug]: Problems viewing PDF attachments with non ASII characters in filename #739
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @termlich on GitHub (Jun 19, 2025).
Where is the problem occurring?
I encountered the problem while using the application (Frontend)
What browsers are you seeing the problem on?
Chrome, Firefox, Safari
Current behavior
PDF attachments with non ASCII characters won't be displayed, i.a. "ü.pdf" or "ç.pdf". Although they could be uploaded. Tested with Safari, Chrome and Firefox on MacOS Sequoia.
Desired behavior
No response
Steps to reproduce
Take any PDF give it a name with non ASCII characters (I tested "ü.pdf" or "ç.pdf"), the attachments could be uploaded but you can't display them.
Other information
No response
@meltyshev commented on GitHub (Jul 2, 2025):
Hi! Thanks for reporting this.
I tried to reproduce by uploading a PDF named "ü.pdf", and it loaded successfully on my end. It's possible there is a configuration or proxy server issue, or maybe I didn't fully understand the problem. Let me know if I missed something!
@termlich commented on GitHub (Jul 7, 2025):
Hi Maksim, thank you very, very much for taking care of #1219 as a bug.
In this issue you're probably right (it may be a problem of my nginx rev prox). I will check it soon and give you a feedback.
Thx Tilo