Changeset 1974
- Timestamp:
- Aug 5, 2011, 4:54:39 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/RestController.groovy
r1968 r1974 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.