Actions
Bug #84702
closedE-Mail link parameter encoded incorrectly for encryption
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2018-04-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If a TYPO3 page uses the configuration spamProtectEmailAddresses with a mailto link that contains a predefined subject with a encoded space(%20), the link generated by javascript after decryption contains incorrect characters.
For example:
mailto: my@example.com?subject=My%20subject
After decrypt with javascript: my@example.com?subject=My0subject
Actions