Skip to content
Snippets Groups Projects
Commit d224cd57 authored by Christoph Lehmann's avatar Christoph Lehmann Committed by Benni Mack
Browse files

[TASK] Do not log locked backend exceptions

BackendAccessDeniedException is thrown due to inproper client ip.
BackendLockedException is thrown when the backend is locked.

Both cases are desired behaviour, so they should not get logged.

Resolves: #104120
Releases: main, 12.4
Change-Id: If29f4bb58d78a3a3dfcd6d1815ae1b0404311662
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/84726


Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarTorben Hansen <derhansen@gmail.com>
Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarTorben Hansen <derhansen@gmail.com>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent a9037fb1
Branches
Tags
No related merge requests found
......@@ -48,6 +48,9 @@ abstract class AbstractExceptionHandler implements ExceptionHandlerInterface, Si
1616175847, // Frontend login request is rate limited
1436717275, // Request with unsupported HTTP method
1699604555, // Outdated __trustedProperties format in extbase property mapping
1517949792, // The IP address of your client does not match the list of allowed IP addresses
1517949793, // Backend access by browser is locked for maintenance
1517949794, // Backend and Install Tool are locked for maintenance
];
public const IGNORED_HMAC_EXCEPTION_CODES = [
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment