Bug #95424
closedExtbase Request custom with* methods are not immutable
100%
Description
For example $request->withControllerObjectName('FooBar')
will return a cloned request instance, but the extbase attribute is shared between old and new request and therefore the controllerObjectName is changed in both requests.
Updated by Benjamin Franzke about 3 years ago
- Related to Feature #94428: Extbase Request implements ServerRequestInterface added
Updated by Gerrit Code Review about 3 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/+/71397
Updated by Gerrit Code Review about 3 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/+/71397
Updated by Gerrit Code Review about 3 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/c/Packages/TYPO3.CMS/+/71397
Updated by Benjamin Franzke about 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 8abe71dea3adac285b70d167e222a9f0c6023b3e.