[TYPO3-core] RFC #17203: The ExtDirect token needs to be regenerated after relogin by popup window

Helmut Hummel helmut.hummel at typo3.org
Sat Jan 22 22:17:23 CET 2011


Hi Steffen,

On 22.01.11 21:32, Steffen Kamper wrote:
> Hi,
> 
> +1 by reading if you change this
> 
> parent.opener.TYPO3.ExtDirectToken = "' . $token . '";
> 
> to
> 
> if (parent.opener) {
> 	parent.opener.TYPO3.ExtDirectToken = "' . $token . '";
> }

Ah, good catch, thanks.

I moved this call into the if clause that was already there.

Kind regards,
Helmut

-- 
Helmut Hummel
TYPO3 Security Team Leader

TYPO3 .... inspiring people to share!
Get involved: typo3.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 17203_v2.diff
Type: text/x-patch
Size: 3279 bytes
Desc: not available
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20110122/ac7a7f53/attachment.bin>


More information about the TYPO3-team-core mailing list