Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 551 Bytes

File metadata and controls

19 lines (13 loc) · 551 Bytes

XML Properties

The following are properties used when the source of the rules is xml

Property Type Required Default Description
rulesfile string true if rulesSource = xml --- The location of the security rules xml file
interceptors = [
    {class="cbsecurity.interceptors.Security", name="ApplicationSecurity", properties={
        useRegex = true, rulesSource = "xml", validatorModel = "SecurityService",
        rulesFile = "config/security.xml.cfm"
    }}
];