Task #97873
closedNamed handlers in HTTP stack
100%
Description
Since #88871 one can add custom middlewares/handlers to the handler stack used by Guzzle within TYPO3 via $GLOBALS['TYPO3_CONF_VARS']['HTTP']['handler']
.
These are pushed onto the handler stack without name. Chances are high that a name is available in the $GLOBALS['TYPO3_CONF_VARS']['HTTP']['handler']
array so this should be pushed together with the middleware/handler.
Benefit: easier debugging.
Updated by Gerrit Code Review over 2 years 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/+/75050
Updated by Gerrit Code Review over 2 years ago
Patch set 2 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/+/75050
Updated by Mathias Brodala over 2 years ago
- Has duplicate Task #97874: [TASK] Name custom handlers in HTTP stack added
Updated by Gerrit Code Review over 2 years ago
Patch set 1 for branch 11.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/+/75062
Updated by Anonymous over 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 9c2f318ee18c9628ec2ddb5bd7abe3e2e360c8de.