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
Updated by Gerrit Code Review over 6 years ago
- Status changed from New to Under Review
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56639
Updated by Susanne Moog almost 5 years ago
- Status changed from Under Review to Closed
Cannot reproduce the issue with latest TYPO3 versions. The example in the description works fine for me. Please reopen issue if necessary.
Actions