Project

General

Profile

Actions

Bug #66344

closed

Some exceptions contain HTML code

Added by Mathias Brodala almost 9 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
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 in TYPO3\CMS\Backend\Controller\LoginController::checkRedirect
  • RuntimeException in TYPO3\CMS\Backend\Tree\View\AbstractTreeView::getTree
  • RuntimeExceptoin in TYPO3\CMS\Core\Authentication\AbstractUserAuthentication::checkAuthentication
  • ExtensionManagerException in TYPO3\CMS\Extensionmanager\Utility\Connection\TerUtility::fetchExtension

Since exceptions are independent from a specific context, this HTML code should be removed.

Actions

Also available in: Atom PDF