From 65dd1c0c635a760a8c83e165d01022963db4230d Mon Sep 17 00:00:00 2001 From: mmattel Date: Thu, 14 Oct 2021 10:42:33 +0200 Subject: [PATCH] config-to-docs run --- .../server/config_sample_php_parameters.adoc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/modules/admin_manual/pages/configuration/server/config_sample_php_parameters.adoc b/modules/admin_manual/pages/configuration/server/config_sample_php_parameters.adoc index 4062e2097a..a1527c1d68 100644 --- a/modules/admin_manual/pages/configuration/server/config_sample_php_parameters.adoc +++ b/modules/admin_manual/pages/configuration/server/config_sample_php_parameters.adoc @@ -2252,6 +2252,19 @@ Set this property to true if you want to enable debug logging for SMB access. 'dav.enable.async' => false, .... +=== Allow propfind depth infinity + +With this setting that defaults to true, propfind requests will now be streamed to reduce memory usage +with large responses. It tells the clients whether `depth=infinity` is allowed for propfind requests. +For details see: https://datatracker.ietf.org/doc/html/rfc4918#section-10.2 + +==== Code Sample + +[source,php] +.... +'dav.propfind.depth_infinity' => true, +.... + === Show the grace period popup Decide whether show or not the grace period popup. There is no change in the behaviour of the grace period.