Skip to content

Commit

Permalink
Resolving issues #3, #4, #5, #6
Browse files Browse the repository at this point in the history
Fixing issues
* Updating to grails 2.2.2 : #6
* Adding support for rejectIfNoRule : #3, #4
* fullName not getting propogated : # 5
  • Loading branch information
aaronzirbes committed May 14, 2013
1 parent a73e253 commit 1e30b82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SpringSecurityMockGrailsPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class SpringSecurityMockGrailsPlugin {
ldapAuthoritiesPopulator = ref('ldapAuthoritiesPopulator')
}
// Load user attributes
fullName conf.mock.fullName
fullName = conf.mock.fullName
email = conf.mock.email
mockRoles = conf.mock.roles
}
Expand Down
2 changes: 1 addition & 1 deletion application.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Grails Metadata file
#Fri Jan 27 13:17:10 CST 2012
app.grails.version=2.1.1
app.grails.version=2.2.2
app.name=spring-security-mock

0 comments on commit 1e30b82

Please sign in to comment.