Project

General

Profile

Actions

Bug #30673

closed

Race-condition while updating extension list

Added by Steffen Gebert almost 13 years ago. Updated almost 7 years ago.

Status:
Closed
Priority:
Should have
Category:
Extension Manager
Target version:
Start date:
2011-10-09
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

There exists a race-condition in the EM while updating the extension list.

If the update takes more than 30 seconds, Ext.Direct reaches its Ajax timeout and sends the Ajax request (to update the list) again. As the EM updates the extensions.xml.gz file at the beginning of the update process, the second request immediately sees that the repository is already up-to-date and respons this status to the client.

Thus, the user gets a "Repository is already up-to-date" message shown, although it was not.

There has been already also a thread in typo3-german list.

Actions

Also available in: Atom PDF