From 33ab0b2f945b8f4995f77c3246eb3c3f1b9d6df4 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sat, 26 Nov 2016 00:05:54 +0300 Subject: Version 1.90.2 --- ChangeLog.md | 14 ++++++++++++++ sproxy2.cabal | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 18be155..c0c79e9 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,20 @@ For differences with the original Sproxy scroll down. +1.90.2 +====== + + * Make sure all Sproxy-specific HTTP headers are UTF8-encoded. + + * `/.sproxy/logout` just redirects if no cookie. Previously + it was returning HTTP 404 to unauthenticated users, and redirecting + authenticated users with removal of the cookie. The point is not to + reveal cookie name. + + * Made Warp stop printing exceptions, mostly "client closed connection", + which happens outside of our traps. + + 1.90.1 ====== diff --git a/sproxy2.cabal b/sproxy2.cabal index dcc9560..da4ed1f 100644 --- a/sproxy2.cabal +++ b/sproxy2.cabal @@ -1,5 +1,5 @@ name: sproxy2 -version: 1.90.1 +version: 1.90.2 synopsis: Secure HTTP proxy for authenticating users via OAuth2 description: Sproxy is secure by default. No requests makes it to the backend -- cgit v1.2.3