Changeset 1593
- Timestamp:
- Mar 7, 2011, 3:02:17 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/RestController.groovy
r1588 r1593 31 31 32 32 def authenticationService 33 //def beforeInterceptor = [action:this.&auth,except:["isUser"]]33 def beforeInterceptor = [action:this.&auth,except:["isUser"]] 34 34 def credentials 35 35 def requestUser
Note: See TracChangeset
for help on using the changeset viewer.