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

[TASK] Make IGNORED_EXCEPTION_CODES accessible

This makes AbstractExceptionHandler::IGNORED_EXCEPTION_CODES public accessible in order to re-use it in custom error handlers.

Resolves: #100720
Releases: main, 11.5
Change-Id: Id9217d3bbf3b66982adceb485918e52bb5cddd56
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78735


Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarcore-ci <typo3@b13.com>
parent 814d7bf8
Branches
Tags
No related merge requests found
......@@ -42,7 +42,7 @@ abstract class AbstractExceptionHandler implements ExceptionHandlerInterface, Si
protected bool $logExceptionStackTrace = false;
private const IGNORED_EXCEPTION_CODES = [
public const IGNORED_EXCEPTION_CODES = [
1396795884, // Current host header value does not match the configured trusted hosts pattern
1616175867, // Backend login request is rate limited
1616175847, // Frontend login request is rate limited
......
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