We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a6fd64 commit a98ca2fCopy full SHA for a98ca2f
interceptors/Security.cfc
@@ -96,8 +96,8 @@ component accessors="true" extends="coldbox.system.Interceptor" {
96
// Process Module Rules
97
arguments.settings.rules = variables.rulesLoader.normalizeRules( arguments.settings.rules, module );
98
99
- // Append them
100
- arrayAppend(
+ // prepend them so the don't interfere with MAIN rules
+ arrayPrepend(
101
getProperty( "rules" ),
102
arguments.settings.rules,
103
true
0 commit comments