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

Plus sign in gallery folder name -> 404 error #21

Open
tomasKucera opened this issue Sep 24, 2022 · 2 comments
Open

Plus sign in gallery folder name -> 404 error #21

tomasKucera opened this issue Sep 24, 2022 · 2 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request
Milestone

Comments

@tomasKucera
Copy link

When creating a gallery with "+" sign in its folder name (e.g. "Me+you"), the album page returns 404 error.

The error comes from Router.php class where urldecode is used on line 70:
$path = urldecode($path);

@david-novafacile
Copy link
Contributor

Good point! That could be a challenge to find a solution to work with encoded urls and have a plus in folder name. We will try to fix it in the next major version.

@david-novafacile david-novafacile added enhancement New feature or request bug Something isn't working labels Sep 25, 2022
@david-novafacile david-novafacile added this to the v2 milestone Sep 25, 2022
@david-novafacile david-novafacile self-assigned this Sep 25, 2022
@david-novafacile
Copy link
Contributor

Will be fixed in v2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants