From f7069b4e0944010e1f33080febf0278944bf206e Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Tue, 28 Feb 2017 15:01:50 +0100 Subject: Mistake fixed. --- Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration.md b/Configuration.md index f968449..86ce12e 100644 --- a/Configuration.md +++ b/Configuration.md @@ -6,7 +6,7 @@ This is the core language which will be used. A corresponding language file **mu * `CORE.LANGUAGE`: [string: `'en'`] ## ETag configuration -If this parameter is set to `TRUE`, the system will generate an `ETag` header which includes a hash of the configuration and the timestamps of the last published items and sends them to the client. The client will cache this header and sends them with each further request in the request header to the application. If the hash which the appplication now again creates is not the same as the one from the request header (which means that no new items was published), the application exit and returns the `304 Not Modified` response header without. +If this parameter is set to `TRUE`, the system will generate an `ETag` header which includes a hash of the configuration and the timestamps of the last published items and sends them to the client. The client will cache this header and sends them with each further request in the request header to the application. If the hash which the appplication now again creates is not the same as the one from the request header (which means that no new items was published), the application exit and returns the `304 Not Modified` response header. * `CORE.SEND_304`: [boolean: `TRUE`|`FALSE`] -- cgit v1.2.3