Actions
Task #88428
closedDeprecate top.rawurlencode and friends
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend JavaScript
Target version:
-
Start date:
2019-05-24
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Back in 2009, JavaScript code was introduced that mimics PHP's rawurlencode()
and str_replace()
.
The only difference between rawurlencode()
and encodeURIComponent()
is that the latter doesn't mask asterisk characters, which isn't required anyway.
str_replace()
was never necessary in first place since JavaScript supports string replace out of the box.
Actions