Skip to content

Commit 37c3ab5

Browse files
author
Wil de Bruin
committed
reversed rules
1 parent 21b6f4a commit 37c3ab5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test-harness/modules_app/mod1/ModuleConfig.cfc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ component {
3434
"invalidAuthorizationEvent" : "mod1:secure.auth",
3535
// You can define your security rules here or externally via a source
3636
"rules" : [
37-
{ "secureList" : "mod1:home" },
38-
{ "secureList" : "mod1/modOverride", "match" : "url", "action" : "override" }
37+
{ "secureList" : "mod1/modOverride", "match" : "url", "action" : "override" },
38+
{ "secureList" : "mod1:home" }
3939
]
4040
}
4141
};

0 commit comments

Comments
 (0)