From 68e69c0f47c600045dee879ffcc7eaef43fabb39 Mon Sep 17 00:00:00 2001 From: Christian Folini Date: Mon, 24 Jun 2013 23:28:46 -0700 Subject: [PATCH] SecRuleUpdateTargetById: Removed note about deprecation (based on Breno Silva's remark on the user ML on June 19): This directive is here to stay. --- Reference-Manual.mediawiki | 2 -- 1 file changed, 2 deletions(-) diff --git a/Reference-Manual.mediawiki b/Reference-Manual.mediawiki index b085f0a..4316b13 100644 --- a/Reference-Manual.mediawiki +++ b/Reference-Manual.mediawiki @@ -1453,8 +1453,6 @@ You could also replace targets using the ctl action. For example, lets say you SecRule REQUEST_FILENAME "@streq /path/to/file.php" "phase:1,id:3,t:none,nolog,pass,ctl:ruleUpdateTargetById=958895;REQUEST_URI;REQUEST_FILENAME" -; Note : This ctl is deprecated and will be removed from the code, since we cannot use it per-transaction. Please use the new ruleRemoveTargetById ctl option if you want to remove a target or target list per-transaction. - == SecRuleUpdateTargetByMsg == '''Description:''' Updates the target (variable) list of the specified rule by rule message.