Actions
Bug #23514
closedparse_url errors from tslib_content
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-09-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If for some reason $parts0 is empty, an invalid expression is passed to parse_url, resulting in an uncaught warning exception (flooding sys_log).
The attached patch checks for non-emptiness before calling parse_url.
(issue imported from #M15658)
Files
Actions