Skip to content
Snippets Groups Projects
Commit 8e56fa9a authored by Helmut Hummel's avatar Helmut Hummel
Browse files

[BUGFIX] Correctly build query string without cHash

For building URIs using the Symfony routing,
array URL arguments are deflated (foo[bar] -> foo__bar).

In case the final URI contains a remaining query string,
the arguments get inflated again. However the
query string of the URI is currently only updated, when
at least one of the remaining arguments require a cHash.

In case remaining arguments exist, the query string
needs to be always updated, whether the URI requires
a cHash or not.

Resolves: #92183
Releases: master, 10.4, 9.5
Change-Id: I1966b4b1e8e09716733b3357922cf857543c14e4
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65543


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarNicole Cordes <typo3@cordes.co>
Tested-by: default avatarHelmut Hummel <typo3@helhum.io>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarNicole Cordes <typo3@cordes.co>
Reviewed-by: default avatarHelmut Hummel <typo3@helhum.io>
parent b2ab40d3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment