[BUGFIX] Make encoding of parameters for cHash independent of PHP settings
http_build_query() internally uses the PHP setting arg-separator.output to identify the URL parameter separator. Our code relies on having a simple ampersand as this character. If the PHP is set to a different configuration the code will fail. This is fixed by enforcing the ampersand. Moreover we force RFC3986 encoding to ensure that decoding with rawurldecode() does the right thing. Releases: master, 8.7 Resolves: #81293 Change-Id: I321c7bba03ee597adc29a2f8429b8fc9ac3b709d Reviewed-on: https://review.typo3.org/52922 Reviewed-by:Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Carsten Falkenberg <office@limebox.de> Tested-by:
Carsten Falkenberg <office@limebox.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
Please register or sign in to comment