Skip to content

Commit

Permalink
change to use the string value of SecurityConfigType since the enum c…
Browse files Browse the repository at this point in the history
…auses problems when upgrading
  • Loading branch information
burtbeckwith committed Aug 18, 2010
1 parent dc6a837 commit f27ec28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/S2Quickstart.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ private void updateConfig() {
it.writeLine "grails.plugins.springsecurity.authority.className = '${packageName}.$roleClassName'"
if (requestmapClassName) {
it.writeLine "grails.plugins.springsecurity.requestMap.className = '${packageName}.$requestmapClassName'"
it.writeLine "grails.plugins.springsecurity.securityConfigType = grails.plugins.springsecurity.SecurityConfigType.Requestmap"
it.writeLine "grails.plugins.springsecurity.securityConfigType = 'Requestmap'"
}
}
}
Expand Down

0 comments on commit f27ec28

Please sign in to comment.