Bug #21518
Unescaped & in urls of list module
Status: | Closed | Start date: | 2009-11-10 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | Steffen Kamper | % Done: | 0% |
|
Category: | - | Spent time: | - | |
Target version: | 4.3.1 | |||
TYPO3 Version: | 4.3 | Is Regression: | ||
PHP Version: | 5.3 | Sprint Focus: | ||
Complexity: |
Description
This patch cleans the urls by using & instead of & for url params.
(issue imported from #M12541)
Related issues
History
#1 Updated by Jo Hasenau over 5 years ago
Just a hint: I am not sure if escaping the URL params will apply to each of the different HTML/XHTML specifications. But since we are in the BE it should not be too complicated to stick to just one specification anyway.
#2 Updated by Steffen Kamper over 5 years ago
you can define specification for your own module, but for core module they are fixed / hardcoded, so this is ok.
#3 Updated by Steffen Kamper over 5 years ago
committed to 4_3, rev 6607 and trunk rev 6608