]> source.dussan.org Git - nextcloud-server.git/commit
Fix unsuccessful token login logged as error 35012/head
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Mon, 7 Nov 2022 14:08:48 +0000 (15:08 +0100)
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>
Mon, 7 Nov 2022 17:52:13 +0000 (17:52 +0000)
commit05a22831e1489e8684f3290f0109eedfdbad6f9e
tree35bff8e7d8c31402eb4f3f9e17b1bfda96d7f894
parent29e31f4da8a405c7bfed9400d2a50913dfff9d9b
Fix unsuccessful token login logged as error

The condition of a non-existent login token can happen for concurrent
requests. Admins can not do anything about this. So this is to be
expected to happen occasionally. This event is only bad if none of the
requests is able to re-acquire a session. Luckily this happens rarely.

If a login loop persists an admin can still lower the log level to find
this info. But a default error log level will no longer write those
infos about the failed cookie login of one request.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
lib/private/User/Session.php