[
https://issues.apache.org/jira/browse/ZETACOMP-49?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jérôme Renard closed ZETACOMP-49.
---------------------------------
Resolution: Fixed
Assignee: Jérôme Renard
Fixed in rev. 1154102
> "X-Powered-By:eZ Components MvcTools" in the PHP header and "User-Agent: eZ
> Components" in the email header
> -----------------------------------------------------------------------------------------------------------
>
> Key: ZETACOMP-49
> URL: https://issues.apache.org/jira/browse/ZETACOMP-49
> Project: Zeta Components
> Issue Type: Improvement
> Components: Mail, MvcTools
> Reporter: Alexandre Leblanc
> Assignee: Jérôme Renard
> Priority: Minor
>
> Indicate "X-Powered-By:eZ Components MvcTools" in the PHP header and
> "User-Agent: eZ Components" in the emails may be a vulnerability for identify
> a platform.
> For remove the header in the email :
> $mail = new ezcMailComposer();
> $mail->appendExcludeHeaders(array('User-Agent'));
> For replace "X-Powered-By" :
> $response->generator="PHP"; //in runResponseFilters method of the controler
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira