"git@forge.tedomum.net:tedomum/nextcloud.git" did not exist on "3c66ad64e626cb602685a640c235d472f0777a53"
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>
Showing
- core/Controller/LoginController.php 3 additions, 1 deletioncore/Controller/LoginController.php
- lib/composer/composer/autoload_classmap.php 2 additions, 0 deletionslib/composer/composer/autoload_classmap.php
- lib/composer/composer/autoload_static.php 2 additions, 0 deletionslib/composer/composer/autoload_static.php
- lib/private/AppFramework/DependencyInjection/DIContainer.php 4 additions, 0 deletionslib/private/AppFramework/DependencyInjection/DIContainer.php
- lib/private/AppFramework/Middleware/Security/Exceptions/ReloadExecutionException.php 29 additions, 0 deletions...ddleware/Security/Exceptions/ReloadExecutionException.php
- lib/private/AppFramework/Middleware/Security/ReloadExecutionMiddleware.php 68 additions, 0 deletions...amework/Middleware/Security/ReloadExecutionMiddleware.php
Loading
Please register or sign in to comment