Actions
Bug #24660
closedmakeShortcutIcon() fails parse_url with REQUEST_URI
Start date:
2011-01-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
makeShortcutIcon() calls parse_url with REQUEST_URI as parameter. This fails because parse_ul only works with urls and not with uris.
See attached patch.
http://php.net/manual/en/function.parse-url.php
(issue imported from #M17139)
Files
Updated by Wouter Wolters almost 10 years ago
- Description updated (diff)
- Status changed from New to Accepted
- Assignee set to Wouter Wolters
- Target version deleted (
0) - TYPO3 Version set to 7
- Is Regression set to No
Updated by Gerrit Code Review almost 10 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36128
Updated by Gerrit Code Review almost 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36128
Updated by Wouter Wolters almost 10 years ago
- Status changed from Under Review to Closed
Couldn't find a bug in here. Closed now. If still a problem just ping me:)
Actions