|
- Make sure in your security context, that you have enabled security for the CFML resource type.
- On the Security context page, click Rules. The Resource Rules page appears for the current security context.
- Enter a rule name, and in the Resource Type list box, select CFML. Click Add when you're ready.
- On the Edit Resource Rule page, enter a description for the new rule.
- In the Tag Name list box, select the tag you want to define in the rule. The rule you are defining here forces ColdFusion to authorize the execution of the tag before executing it. If you do not select CFML as a secured resource type, all tags will execute without prior authorization.
- If applicable, select the action you want to add to the rule and click Apply.
Use this page to define a rule for specific tags or tag actions that are the exception. For example, in the following example, the READ action of the CFFILE tag is being explicitly defined so that, once this rule is associated with a particular user or group, ColdFusion will authorize the execution of this tag only when the associated user attempts to process a page containing this tag.
|
|