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
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0) - TYPO3 Version set to 4.2
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
- Is Regression set to No
No feedback for over 90 days.
Actions