Fix authentication sidecar eating all requests that start with "/login".
We need to use an exact match for our various URL handlers, so that we do not inadvertently grab requests that were not targeted at us.
Showing
Please register or sign in to comment