Bug #30673
closedRace-condition while updating extension list
100%
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.
Updated by Steffen Gebert over 13 years ago
- Subject changed from Racecondition while updating extension list to Race-condition while updating extension list
Updated by Mr. Hudson over 13 years ago
Patch set 1 of change I2bc6b83f0951e16b895607025c2d3bad392b9759 has been pushed to the review server.
It is available at http://review.typo3.org/5641
Updated by Mr. Hudson over 13 years ago
Patch set 1 of change I7b45fc4e4ec8482d58eb771bba9d64a8c034daef has been pushed to the review server.
It is available at http://review.typo3.org/5686
Updated by Steffen Gebert over 13 years ago
- Target version set to 4.5.7
- TYPO3 Version changed from 4.6 to 4.5
Updated by Steffen Gebert over 13 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset e1bd3c94764b23e81a2a72543dc3e167b28e4b50.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed