Actions
Bug #84996
closedTSFE - Page is beeing generated should send a header status code greater than 200
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2018-05-14
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.1
Tags:
Complexity:
medium
Is Regression:
Sprint Focus:
Description
If a requested page is locked the message "Page is beeing generated" is visible and sets a http meta refresh of 10 seconds. The response status code is 200.
A status code other than 200 should be sent. For example 423 - Locked.
For example, if the page is called from a typeNum and later written to a service such as ElasticSearch, the HTTP status code must be able to determine if the page is ok or not.
Source:
\TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::tempPageCacheContent()
Updated by Benni Mack over 6 years ago
Good idea, I think 204 or 409 would be a good fit as well....
Updated by Benni Mack almost 5 years ago
- Status changed from New to Closed
Fixed in March down to 9 and 8! page is being generated is gone!
Actions