Changeset 770 for trunk/grails-app/conf/NimbleSecurityFilters.groovy
- Timestamp:
- Aug 3, 2010, 2:00:35 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/NimbleSecurityFilters.groovy
r247 r770 1 1 /* 2 2 * Nimble, an extensive application base for Grails 3 * Copyright (C) 20 09 Intient Pty Ltd3 * Copyright (C) 2010 Bradley Beddoes 4 4 * 5 5 * Licensed under the Apache License, Version 2.0 (the "License"); … … 15 15 * limitations under the License. 16 16 */ 17 import intient.nimble.service.AdminsService17 import grails.plugins.nimble.core.AdminsService 18 18 19 19 /** … … 22 22 * @author Bradley Beddoes 23 23 */ 24 public class NimbleSecurityFilters extends intient.nimble.security.NimbleFilterBase {24 public class NimbleSecurityFilters extends grails.plugins.nimble.security.NimbleFilterBase { 25 25 26 26 def filters = { … … 31 31 accessControl { 32 32 true 33 }34 }35 }36 37 profilesecure(controller: "profile") {38 before = {39 if(!actionName.equals('miniprofile')) {40 accessControl {41 true42 }43 33 } 44 34 }
Note: See TracChangeset
for help on using the changeset viewer.