[TYPO3-core] RFC Bug #10663: felogin - Invalid XHTML Code in logout form

Steffen Kamper info at sk-typo3.de
Fri Mar 20 13:08:25 CET 2009


Hi,

+1 by reading and testing, ready for commit.

vg Steffen

Oliver Hader schrieb:
> This is an SVN patch request.
> 
> Type: Bugfix
> 
> Bugtracker references:
> http://bugs.typo3.org/view.php?id=10663
> 
> Branches: TYPO3_4-2, Trunk
> 
> Problem:
> The logout form is invalid by W3C specification. There're unescaped
> ampersands in the markup code. Example:
> <form action="page.html?&page=" target="_top" method="post">
> 
> Solution:
> Add htmlspecialchars() to the part generating that URL in
> tx_felogin_pi1::getPageLink().
> 
> Notes:
> The behaviour can be tested with having preserveGETvars enabled in the
> TypoScript configuration.
> Thanks to Stefan Lang for pointing this out and Stano Paska for writing
> an initial patch.
> 
> olly
> 


More information about the TYPO3-team-core mailing list