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

% in filename doesn't work in urls #3754

Open
yoeriboven opened this issue Dec 28, 2024 · 1 comment
Open

% in filename doesn't work in urls #3754

yoeriboven opened this issue Dec 28, 2024 · 1 comment

Comments

@yoeriboven
Copy link

My filename contained %25 which meant the URL didn't work.

There's a bunch of ways this can be fixed, like:

  • FileAdder::defaultSanitizer can sanitize
  • You could change the UrlGenerator
@freekmurze
Copy link
Member

I'd be open for a fix that handles this in the defaultSanitizer. Please do provide tests.

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

No branches or pull requests

2 participants