Actions
Bug #66344
closedSome exceptions contain HTML code
Status:
Closed
Priority:
Should have
Assignee:
Category:
Code Cleanup
Target version:
Start date:
2015-04-10
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Stabilization Sprint
Description
There are currently 4 exceptions in the core whose messages contain HTML code:
RuntimeException
inTYPO3\CMS\Backend\Controller\LoginController::checkRedirect
RuntimeException
inTYPO3\CMS\Backend\Tree\View\AbstractTreeView::getTree
RuntimeExceptoin
inTYPO3\CMS\Core\Authentication\AbstractUserAuthentication::checkAuthentication
ExtensionManagerException
inTYPO3\CMS\Extensionmanager\Utility\Connection\TerUtility::fetchExtension
Since exceptions are independent from a specific context, this HTML code should be removed.
Actions