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.
Updated by Mathias Brodala over 9 years ago
The exceptions where found with this RegExp search pattern: new .+Exception\(["'].*?<
(false-positives need to be skipped)
Updated by Gerrit Code Review over 9 years ago
- Status changed from New 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/38609
Updated by Anja Leichsenring over 9 years ago
- Sprint Focus set to Stabilization Sprint
Updated by Mathias Brodala over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 50 to 100
Applied in changeset 4f88ab7521a5c8eb76394baaa5e583982dee9fc4.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions