Actions
Bug #90155
closedWrong status code with message "Unable to determine path to entry script."
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
System/Bootstrap/Configuration
Target version:
-
Start date:
2020-01-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
If i call a URL like https://www.baseUrl.com/index.php/ab/cd/ there is an error 500 with the message "Unable to determine path to entry script." thrown.
The message is okay for me, but the status code 500 says that it is an "internal server error" witch is not really right.
The error code should be in the 400er range, 400, 404, what ever. But it's really no server error (which security tests like "penetration tests" recognize).
Actions