Skip to content

Releases: vistarmedia/oauth2_proxy

gorilla/mux

21 Nov 20:34
b760d32
Compare
Choose a tag to compare

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

21 Nov 20:08
Compare
Choose a tag to compare

This release just gets v2.2 stuff working post-fork. No functional code changes are present here.