novafacile / novagallery

novaGallery - a beautiful and and ease to use php image gallery for your photos - flat file - no database required - modern responsive design
https://novagallery.org
GNU Affero General Public License v3.0
75 stars 13 forks source link

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

Open tomasKucera opened 2 years ago

tomasKucera commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

Will be fixed in v2