Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle LoginException when authenticating with Apache
"handleApacheAuth()" can throw a LoginException when trying to authenticate as a disabled user. This needs to be explicitly handled to redirect to an error page, as otherwise the login page will try to be loaded which, in turn, will try to authenticate again and cause an endless loop. Signed-off-by: Daniel Calviño Sánchez <[email protected]>
- Loading branch information