[bug] Can't upload an image with an ASCII colon (:
) in the name #610
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#610
Loading…
Reference in a new issue
No description provided.
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?
Your setup
From source
Extra details
Using Debian 12 + nginx, nginx config available here https://paste.debian.net/1287796/
Version
stable @
9d7c877de0
PostgreSQL version
15
What were you trying to do?
Uploading a file with a colon (
:
) in its nameWhat did you expect to happen?
The upload works, and the image is visible
What actually happened?
The upload seems to work, but the image doesn't load in the front end, and I get an error in the syslogs
Logs
Severity
I cannot use it as easily as I'd like
Have you searched for this issue?
this should be fixed by the latest update which enables filename anonymisation by default, let me know if this persists through the next stable
fixed via
0ec62acb9d
(URLs will never contain colons or other chars Phoenix (plugs) deem invalid)