Actions
Task #103277
closedThrow LogicException in HashService
Start date:
2024-03-04
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The HashService
class throws a custom EmptyAdditionalSecretException
, when the $additionalSecret
parameter is an empty string. The custom exception does however not suit well in this case, since the exception is caused by a developer not respecting the functions parameter requirements and the exception should not be catched. The custom exception should therefore be removed and a top level exception thrown instead.
Updated by Gerrit Code Review 9 months ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83206
Updated by Torben Hansen 9 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a13c66aeb1f90734a3336603f5332ed98521eec0.
Actions