xperseguers / t3ext-fal-protect

This extension protects everything within fileadmin/ based on associated file restrictions.
https://extensions.typo3.org/extension/fal_protect
GNU General Public License v2.0
11 stars 7 forks source link

[BUGFIX] Reorder Middleware in TYPO3 v9 for proper error handling #24

Closed xperseguers closed 4 years ago

xperseguers commented 4 years ago

Resolves: #21

xperseguers commented 4 years ago

This is the order of Middlewares in TYPO3 v10 with this patch attached:

image

This is the same as before, it didn't change. And here is the order in TYPO3 v9:

image

Site resolution is thus before and error handling is fixed.