Changeset 6 for trunk/grails-app/conf/BaseFilters.groovy
- Timestamp:
- Jan 19, 2011, 2:19:10 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/BaseFilters.groovy
r4 r6 100 100 before = { 101 101 // Never perform full synchronization on rest call when the synchronize controller is used 102 if( controllerName == "rest" || controllerName == "synchronize" ) {102 if( controllerName == "rest" || controllerName == "synchronize" || controllerName == "dbUtil" ) { 103 103 return true; 104 104 }
Note: See TracChangeset
for help on using the changeset viewer.