- Issue created by @matthijs
- Status changed to Needs review
8 months ago 2:03pm 12 September 2024 - Status changed to Closed: outdated
about 1 month ago 3:41pm 9 April 2025
The Drupal\untranslated_404\EventSubscriber\Untranslated404EventSubscriber
prevents other subscribers - with a lower priority - from providing their none-404 error pages.
This happens because it extends Drupal\Core\EventSubscriber\DefaultExceptionHtmlSubscriber
and thus inherits all onXXX methods (e.g. on403) from it, causing it to provide all error pages, even tough it only intends to provide a 404 page.
Active
1.0
Code