[TYPO3-core] RFC: #17383: Open forms cannot be saved after "Relogin" (Security Token errors)

Steffen Kamper info at sk-typo3.de
Mon Feb 21 09:40:36 CET 2011


Hi Helmut,

here a first review from reading

JS
==

* there is an extra coma at the end
* I don't like the frame definition with the window object. We have 
shortcuts
top.list = content frame
top.nav = navigation frame

* the better check for (navigationFrame !== undefined) is
if (Ext.isObject(navigationFrame))

PHP
===

isAuthorizedBackendSession
should read
isAuthorizedBackendUser

other than that +1 by reading

Now testing: how to test, how to force token replace?

vg Steffen


More information about the TYPO3-team-core mailing list