Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable gorilla/mux URL cleaning to prevent sending redirect
This fixes traefik#167 and traefik#651. By default, gorilla/mux cleans URL paths such that adjacent slashes are collapsed into one single slash. This behavior is pretty common in application stacks and it is fine, but for Traefik, this can lead to incorrect URL paths forwarded to backend servers. See gorilla/mux#94 for background.
- Loading branch information