[RH2019] %2F in URL without #t= causes hyperlink issues
Three examples, A & B are fine but C is broken.
A: If a page is shown in context, it includes a %2F slash in the URL and it works fine:
localhost/index.htm#t=The_Asset_Editors%2FSprites.htmB: If a page is shown without context, it includes an actual slash / and it works fine:
localhost/The_Asset_Editors/Sprites.htmC: However, when an out-of-context page includes a %2F slash, it works BUT causes an issue:
localhost/The_Asset_Editors%2FSprites.htmWhat issue does this cause?
In this case, it does not seem to know that the current page is inside the "/The_Asset_Editors/" directory. So if there is a hyperlink that takes you to "Objects.htm", instead of taking you to "/The_Asset_Editors/Objects.htm" it takes you to "/Objects.htm" which doesn't exist.
Also,
I am not sure how a user is reaching example C organically.
Thank you
