From 7bad395b86a6d358d0d769fb55d48c77d884b8ff Mon Sep 17 00:00:00 2001 From: WouterJ Date: Sat, 21 May 2016 14:36:57 +0200 Subject: [PATCH] Clarify signed requests in the ESI renderer --- book/http_cache.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/book/http_cache.rst b/book/http_cache.rst index dc765e7d4db..348336b9eeb 100644 --- a/book/http_cache.rst +++ b/book/http_cache.rst @@ -1207,6 +1207,12 @@ One great advantage of the ESI renderer is that you can make your application as dynamic as needed and at the same time, hit the application as little as possible. +.. caution:: + + The fragment listener only responds to signed requests. Requests are only + signed when using the fragment renderer and the ``render_esi`` Twig + function. + .. note:: Once you start using ESI, remember to always use the ``s-maxage``