diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2016-11-22 00:28:04 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2016-11-22 00:28:04 +0300 |
commit | 7578b8d710c235c1b8c1fc76e2e37e4eb46d89d5 (patch) | |
tree | 0205bf6c4a9fdbbeb3181174872c6d70ad73cd45 | |
parent | de113108b69b58adc4c9863b712aad3f08ccadac (diff) | |
download | sproxy2-7578b8d710c235c1b8c1fc76e2e37e4eb46d89d5.tar.gz |
Version 1.90.11.90.1
-rw-r--r-- | ChangeLog.md | 14 | ||||
-rw-r--r-- | sproxy2.cabal | 2 |
2 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog.md b/ChangeLog.md index 208a845..18be155 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,19 @@ For differences with the original Sproxy scroll down. + +1.90.1 +====== + + * Fixed headers processing. Wrong headers were making Chromium drop connection in HTTP/2. + Firefox sometimes couldn't handle gzipped and chunked responses in HTTP/1.1. + + * After authenticating, redirect to original path with query parameters if + method was GET. Otherwise redirect to "/". Previously, when unauthenticated + users click on "https://example.net/foo?bar", they are redirected to + "https://example.net/foo" regardless of the method. + + + 1.90.0 (Preview Release) ======================== diff --git a/sproxy2.cabal b/sproxy2.cabal index f0817c0..dcc9560 100644 --- a/sproxy2.cabal +++ b/sproxy2.cabal @@ -1,5 +1,5 @@ name: sproxy2 -version: 1.90.0 +version: 1.90.1 synopsis: Secure HTTP proxy for authenticating users via OAuth2 description: Sproxy is secure by default. No requests makes it to the backend |