Project

General

Profile

Actions

Bug #84996

closed

TSFE - Page is beeing generated should send a header status code greater than 200

Added by Joerg Boesche almost 6 years ago. Updated over 4 years ago.

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()

Actions

Also available in: Atom PDF