From eb77be6e0e71bee421b186e3dde890f27a3e7bed Mon Sep 17 00:00:00 2001 From: brectanus Date: Tue, 13 May 2008 00:09:18 +0000 Subject: [PATCH] Fixed issue where transformation cache used default (fixed in 2.5.4). --- apache2/re.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apache2/re.c b/apache2/re.c index a5470253..47486f76 100644 --- a/apache2/re.c +++ b/apache2/re.c @@ -1939,7 +1939,9 @@ static apr_status_t msre_rule_process_normal(msre_rule *rule, modsec_rec *msr) { if (strcmp(action->param, "none") == 0) { apr_table_clear(normtab); tfnspath = NULL; + tfnskey = NULL; tfnscount = 0; + last_crec = NULL; last_cached_tfn = 0; continue; }