IP restriction in specific actions with AcegiSecurity


/ Published in: Groovy
Save to your folder(s)



Copy this code and paste it in your HTML
  1. ipRestrictions = ['/admin/**': '127.0.0.1',
  2. '/myController/myAction': '10.**']

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.