-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[stable25] Add fallback routines for empty secret cases #35605
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🐘
$this->cache[$token->getToken()] = $token; | ||
$this->rotate($token, $tokenId, $tokenId); | ||
} catch (DoesNotExistException $ex2) { | ||
$this->cache[$tokenHash] = $ex2; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
$this->cache[$tokenHash] = $ex2; | |
$this->cache[$tokenHash] = $ex; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
non-critical, ignoring for now for the approaching release
can be addressed afterwards
/rebase |
since this partly affects external storages, let's rerun the tests once now that #35606 is merged |
Signed-off-by: Julius Härtl <jus@bitgrid.net> (cherry picked from commit 81f8719)
Signed-off-by: Julius Härtl <jus@bitgrid.net> (cherry picked from commit 553cb49)
Signed-off-by: Julius Härtl <jus@bitgrid.net> (cherry picked from commit a6796b4)
Signed-off-by: Carl Schwan <carl@carlschwan.eu> (cherry picked from commit 01e2a26)
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Carl Schwan <carl@carlschwan.eu> (cherry picked from commit ef31396)
c509273
to
7416f44
Compare
Fix #35347
Fix #35443
Manual backport of #31499