Page slug allows characters such as "/" but encoding won't allow page to be correctly open/edited
Created by: marcelolebre
Description
When I was creating a page I tried to create a custom path by writing a slug like "path_to/page_name". The page was created but can't be opened, edited or deleted as it shows a 404. The reason for this is that "path_to/page_name" is encoded into "path_to%2Fpage_name" and as this page doesn't exist it won't be found.
Steps to reproduce
- Go to project's Wiki
- Click on "New Page"
- On the page slug text box insert "path_to/page_name"
- Press "Build"
- Collect your tears
Thanks guys :)