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

Oliver Hader oliver at typo3.org
Sat Mar 21 15:00:44 CET 2009


FYI: Committed to SVN:
* TYPO_4-2 (rev. 5214)
* Trunk (rev. 5215)

olly


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
-- 
Oliver Hader
TYPO3 Release Manager 4.3


More information about the TYPO3-team-core mailing list