Skip to content

Commit a98ca2f

Browse files
author
Wil de Bruin
committed
prepend so no interference with main rules
1 parent 7a6fd64 commit a98ca2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

interceptors/Security.cfc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ component accessors="true" extends="coldbox.system.Interceptor" {
9696
// Process Module Rules
9797
arguments.settings.rules = variables.rulesLoader.normalizeRules( arguments.settings.rules, module );
9898

99-
// Append them
100-
arrayAppend(
99+
// prepend them so the don't interfere with MAIN rules
100+
arrayPrepend(
101101
getProperty( "rules" ),
102102
arguments.settings.rules,
103103
true

0 commit comments

Comments
 (0)