[TYPO3-core] RFC: #17289: Form protection tokens get lost because of a race condition when persisting tokens

Ernesto Baschny [cron IT] ernst at cron-it.de
Tue Jan 25 11:17:54 CET 2011


Ernesto Baschny [cron IT] schrieb am 25.01.2011 11:17:
> Helmut Hummel schrieb am 25.01.2011 10:58:
>> Hi,
>>
>> On 25.01.11 10:44, Helmut Hummel wrote:
>>>
>>> How to test:
>>> * Apply the test patch
>>> * Reload the backend
>>> * Go to file list module and wait until both frames loaded
>>> * hover over the help icon in navigation frame
>>
>> The testing patch contains the fix (locking) already.
>>
>> If the original problem does not happen to you, you can apply the
>> testing patch and simply comment out locking:
>>
>> //$lockObject = $this->acquireLock();
>>
>> right before:
>>
>> $this->updateTokens();
> 
> Thanks a lot! +1 by reading and testing.
> 
> Committed to trunk, rev. 10297.

I had done the mentioned CGL cleanups (true => TRUE, etc) before
committing, that is. :)

Cheers,
Ernesto



More information about the TYPO3-team-core mailing list