From 4ac7163096d9f582fe1dc2863253f9421f494663 Mon Sep 17 00:00:00 2001 From: ivanr Date: Thu, 31 Jul 2008 09:08:40 +0000 Subject: [PATCH] Mark transformation caching as deprecated. --- doc/modsecurity2-apache-reference.xml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/doc/modsecurity2-apache-reference.xml b/doc/modsecurity2-apache-reference.xml index db8f94b6..7afd9126 100644 --- a/doc/modsecurity2-apache-reference.xml +++ b/doc/modsecurity2-apache-reference.xml @@ -4,7 +4,7 @@ Manual - Version 2.5.6 (July 28, 2008) + Version 2.5.6 (July 31, 2008) 2004-2008 @@ -858,10 +858,12 @@ SecAuditLogStorageDir logs/audit
- <literal>SecCacheTransformations</literal> (Experimental) + <literal>SecCacheTransformations</literal> + (Deprecated/Experimental) Description: Controls caching of - transformations. Caching is off by default. + transformations. Caching is off by default starting with 2.5.6, when it + was deprecated and downgraded back to experimental. Syntax: SecCacheTransformations On|Off @@ -909,7 +911,7 @@ SecAuditLogStorageDir logs/audit more than N transformations to be cached. The cache will then be disabled. A zero value is interpreted as "unlimited". This option may be useful to limit caching for a form with a large number of - ARGS. (default: 512) + ARGS. (default: 512) @@ -6124,4 +6126,4 @@ Server: Apache/2.x.x
- + \ No newline at end of file