Releases: vistarmedia/oauth2_proxy
Releases · vistarmedia/oauth2_proxy
gorilla/mux
This release swaps go's net/http ServeMux with a gorilla/mux Router that skips cleaning paths. This allows paths with encoded slashes like ".../%2Fchanges/..." to pass through the proxy instead of being redirected to ".../changes/...".
v2.2.1
This release just gets v2.2 stuff working post-fork. No functional code changes are present here.