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
See #410. URLRouter could get an optional mode, where the request path is first normalized (e.g. "/a//b/../c" getting "/a/c"). This could also be achieved using an intermediate request handler that alters the path. Another approach would be to add an intermediate handler that redirects to the normalized path instead (at least for GET requests).
The text was updated successfully, but these errors were encountered:
See #410.
URLRouter
could get an optional mode, where the request path is first normalized (e.g. "/a//b/../c" getting "/a/c"). This could also be achieved using an intermediate request handler that alters the path. Another approach would be to add an intermediate handler that redirects to the normalized path instead (at least for GET requests).The text was updated successfully, but these errors were encountered: