Actions
Bug #95368
closedPassing an eID array URL parameter logs into the TYPO3 error log
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2021-09-27
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Calling https://www.example.com/index.php?eID[]= produces an entry like this in the sys_log
:
Core: Error handler (FE): PHP Warning: Illegal offset type in /path/to/project/typo3/sysext/frontend/Classes/Middleware/EidHandler.php line 70
This is the case for TYPO3 v10.4 and from looking at the code also at master.
Actions