kirby
kirby copied to clipboard
Kirby accepts empty paths like // which throw an error
Description
The error only occurs when debug is enabled of course, but I expect Kirby to redirect to the correct page in this case.
Url path: http://127.0.0.1:3000//some-subpage
Url path: http://127.0.0.1:3000///some-subpage
Url shown: http://127.0.0.1:3000/ (home)
4.1
Probably related to #4801
yep, i'll leave it up to the team to close this as duplicate if they decide so
Having reproduced it myself, I think it really is the same as https://github.com/getkirby/kirby/issues/4801