Bug #82918
closedDo not silently ignore exceptions in image viewhelper
100%
Description
Exceptions that an image could not be rendered must not be silently ignored but thrown or logged in the production context
If you add for example this viewhelper <f:image src="http://test.com/image.jpg" />
(yes that wont work but i also wonder why it is not possible to add a url to an image and then just render it) you'll get an <img />
tag and thats it. No logging - no information about a broken image tag.
Updated by Gerrit Code Review over 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/54561
Updated by Frans Saris over 7 years ago
- Related to Bug #71686: Image ViewHelper throws excpetion if image is missing added
Updated by Frans Saris over 7 years ago
- Related to Bug #82916: Catch viewhelper exceptions and log them in production context added
Updated by Gerrit Code Review over 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/54561
Updated by Gerrit Code Review over 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/54561
Updated by Gerrit Code Review over 7 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54561
Updated by Sascha Egerer over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f6953bda186c1cb10d01b37a1e3071148b87b16c.