geta-notfoundhandler
geta-notfoundhandler copied to clipboard
Fix bug when new url is missing trailing slash
Steps to reproduce: from -> /content to -> /legacy
urlToFind = "/content/file/"; expected = "/legacy/file/";
Expected: /legacy/file/ Actual: /legacyfile/
Solves: https://github.com/Geta/geta-notfoundhandler/issues/137