Skip to content

Commit

Permalink
fix jesque login
Browse files Browse the repository at this point in the history
  • Loading branch information
peh committed Mar 27, 2017
1 parent 63ee9ad commit a746596
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions grails-app/conf/application.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ grails.plugin.springsecurity.logout.postOnly = false
grails.plugin.springsecurity.securityConfigType = "InterceptUrlMap"
grails.plugin.springsecurity.interceptUrlMap = [
[pattern: '/jesqueManager/**', access: ['ROLE_ROOT']],
[pattern: '/admin/jesque', access: ['ROLE_ROOT']],
[pattern: '/admin/jesque/**', access: ['ROLE_ROOT']],
[pattern: '/**', access: ['permitAll']],
[pattern: '/**/js/**', access: ['permitAll']],
[pattern: '/**/css/**', access: ['permitAll']],
Expand Down

0 comments on commit a746596

Please sign in to comment.