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

Image file with dot in name cannot be served #376

Open
FroMage opened this issue Jan 17, 2025 · 2 comments
Open

Image file with dot in name cannot be served #376

FroMage opened this issue Jan 17, 2025 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@FroMage
Copy link

FroMage commented Jan 17, 2025

If I have a file named foo.bar.jpg I get a 404 when trying to access it. When I rename it to foo-bar.jpg it works.

@melloware melloware added the bug Something isn't working label Jan 17, 2025
@FroMage
Copy link
Author

FroMage commented Jan 20, 2025

Actually, I got the same issue with Foo_bar.jpg and the 404 page explained it got turned into Foo-bar.jpg so perhaps it's file name translation?

@ia3andy
Copy link
Contributor

ia3andy commented Jan 21, 2025

I will have a look :)

@ia3andy ia3andy self-assigned this Jan 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants