You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 30, 2019. It is now read-only.
Why are paths normalized? I work with quite a few urls that require a trailing /, every time I try to rewrite an url the trailing slash is removed.
I don't think anything parts of the url should be touched by default, since it my case all resulting URLs are invalid. :(
Any thoughts?