Bug #92183
closedURLs with exceeding nested query arguments appear deflated in the final URI
100%
Description
Scenario:
- tx_plugin[foo] is excluded from cHash
- tx_plugin[id] is configured in routing config to be resolved as path segment with PersistedAliasMapper
- URL is generated with the following input: tx_plugin[id]=1&tx_plugin[foo]=bar
Expectation:
Final URL is "/page/persisted-title/?tx_plugin[foo]=bar"
Actual Result:
Final URL is "/page/persisted-title/?tx_plugin__foo=bar"
The reason for that is, that the query string of the URL is only rebuilt, when the query string must contain a cHash,
which isn't the case if the remainig arguments are excluded from cHash calculations.
Updated by Gerrit Code Review about 4 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/+/65543
Updated by Gerrit Code Review about 4 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/+/65543
Updated by Gerrit Code Review about 4 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/+/65543
Updated by Gerrit Code Review about 4 years ago
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/65595
Updated by Gerrit Code Review about 4 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/+/65596
Updated by Helmut Hummel about 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 8e56fa9ac12eaa960fa6fd848e4178f38741b8e1.
Updated by Gerrit Code Review about 4 years ago
- Status changed from Resolved to Under Review
Patch set 2 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/+/65596
Updated by Helmut Hummel about 4 years ago
- Status changed from Under Review to Resolved
Applied in changeset 365e3b2bb3e67aecb8d9d38b92fc72ff210cd21a.