Bug #82916
closedCatch viewhelper exceptions and log them in production context
0%
Description
Exceptions are currently not catched at the correct place.
Instead of logging them they are partially silenty ignored and you will not find a reason why an image tag is broken like in the ImageViewHelper.
There is already some code that should log thrown exceptions and ignore them in production context but that code does not work as instead of catching \Exception
only Exception
is catched which does not exist at all in that namespace.
Updated by Gerrit Code Review about 7 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 https://review.typo3.org/54550
Updated by Gerrit Code Review about 7 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54550
Updated by Gerrit Code Review about 7 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54550
Updated by Sascha Egerer about 7 years ago
- Status changed from Under Review to Closed
That does work. Just missed an existing class alias map.
Updated by Frans Saris about 7 years ago
- Related to Bug #82918: Do not silently ignore exceptions in image viewhelper added