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:
authorHannah von Reth <hannah.vonreth@owncloud.com>2022-03-07 17:36:21 +0300
committerFabian Müller <80399010+fmoc@users.noreply.github.com>2022-03-08 17:40:31 +0300
commitbfe6990e2ff423b1c3537e711f030912289c2ad3 (patch)
treee81d7a3079e5d91e2fe09d24715c56a501e4ddab /changelog
parente5c62f90c3c38037605c5557ffda4b54552b7a5e (diff)
CheckServerJob: clear cookies under more circumstances
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