Bug #87846
closedErrorController overwrites response status code from handlers
100%
Description
It is possible to configure error handler classes for different error conditions.
The ErrorController which creates instances of these classes and calling the API method
receives a response object, but modifies the object with the hard coded status code.
This makes it impossible for the handler classes to modify the response code as well (like changing it from 403 to 303).
Updated by Gerrit Code Review over 5 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/c/Packages/TYPO3.CMS/+/59873
Updated by Gerrit Code Review over 5 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/c/Packages/TYPO3.CMS/+/59873
Updated by Gerrit Code Review over 5 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60318
Updated by Helmut Hummel over 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 05772fa3b5e58e58db1a64e380892d6a3508541e.