Actions
Bug #18856
closedmailform email addresses are not encoded if `recipient` or `recipient_copy` where select boxes or radio fields
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Content Rendering
Target version:
-
Start date:
2008-05-26
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Via TSFE->codeString() HTML mail forms can include the hashed recipient value entered by an editor in the backend HTML form editor, if $TYPO3_CONF_VARS['FE']['secureFormmail'] = 0;
is set.
The problem with this however was that this coding was only applied to hidden fields in such mail formulars, if the website user however should select a representative from a list of recipients (select box or radio buttons), their email addresses where not encoded.
The attached patch fixes this. (should be applied against 4.2.0)
(issue imported from #M8519)
Files
Actions