Actions
Bug #20780
closedThere's no feature to throw an HTTP 403 error when a page is not accessible by a user
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-07-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.1
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
We're having to show our users a 404 error because pageNotAccessible_handling only allows us to do so. We'd like to give our users an informative error along or a login form along with the correct HTTP response code rather than 404.
pageNotFoundAndExit() -> pageNotFoundHandler() -> pageErrorHandler()
t3lib_pageSelect::getPage() doesn't distinguish between the different reasons for a page not being accessible
(issue imported from #M11579)
Actions