[BUGFIX] Set correct HTTP header when page access is denied
Accessing an existing page with insufficient permissions should not set a 404 header but a 403 header. Resolves: #23178 Releases: master, 8.7 Change-Id: I2470434f7600b28eaa613ee4e1669e78ceaaaec3 Reviewed-on: https://review.typo3.org/54495 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
Showing
- typo3/sysext/core/Configuration/DefaultConfiguration.php 1 addition, 0 deletionstypo3/sysext/core/Configuration/DefaultConfiguration.php
- typo3/sysext/core/Configuration/DefaultConfigurationDescription.yaml 4 additions, 1 deletion...t/core/Configuration/DefaultConfigurationDescription.yaml
- typo3/sysext/core/Documentation/Changelog/8.7/Important-23178-NewTYPO3_CONF_VARSOptionFEpageNotFound_handling_accessdeniedheader.rst 18 additions, 0 deletions..._VARSOptionFEpageNotFound_handling_accessdeniedheader.rst
- typo3/sysext/core/Documentation/Changelog/master/Important-23178-NewTYPO3_CONF_VARSOptionFEpageNotFound_handling_accessdeniedheader.rst 18 additions, 0 deletions..._VARSOptionFEpageNotFound_handling_accessdeniedheader.rst
- typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php 5 additions, 1 deletion...ntend/Classes/Controller/TypoScriptFrontendController.php
Please register or sign in to comment