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
Right now we redirect to trailing slash, so if you hit /foo/bar and bar is a directory, then we redirect to /foo/bar/. I propose that we switch that behavior around, so that /foo/bar/ always redirects to /foo/bar.