Fix removeRelativePath
Instead of checking the existence of relative_path (without /) anywhere on the url, it really should check that the url only starts with the relative_path. Example ``` relative_path = /forum without / = forum url = /category/forum/5 removeRelativePath = ory/forum/5 ```v1.18.x
parent
974e0823d8
commit
9734403114
Loading…
Reference in New Issue