nextcloud-server/lib/private/AppFramework/Middleware
Roeland Jago Douma 78842d29b3
Do not do redirect handling when loggin out
Fixes #12568
Since the clearing of the execution context causes another reload. We
should not do the redirect_uri handling as this results in redirecting
back to the logout page on login.

This adds a simple middleware that will just check if the
ClearExecutionContext session variable is set. If that is the case it
will just redirect back to the login page.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-18 22:22:12 +07:00
..
PublicShare Add PublicShareMiddlewareTest 2018-06-20 08:53:37 +07:00
Security Do not do redirect handling when loggin out 2019-02-18 22:22:12 +07:00
MiddlewareDispatcher.php Fix tests 2018-02-21 10:55:52 +07:00
OCSMiddleware.php Update license headers 2017-11-06 16:56:19 +07:00
SessionMiddleware.php Update license headers 2017-11-06 16:56:19 +07:00