Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'changelog')
-rw-r--r--changelog/unreleased/94897
1 files changed, 7 insertions, 0 deletions
diff --git a/changelog/unreleased/9489 b/changelog/unreleased/9489
new file mode 100644
index 000000000..06075e1be
--- /dev/null
+++ b/changelog/unreleased/9489
@@ -0,0 +1,7 @@
+Bugfix: If reuqired clear cookies in more scenarios
+
+BigIp F5 requires special cookie handling on our side.
+We only explicitly cleared the cookies when we hit an unexpected redirect,
+now we will clear them also when refreshing our OAuth token.
+
+https://github.com/owncloud/client/pull/9489