grails-plugins / grails-spring-security-shiro

Apache License 2.0
13 stars 16 forks source link

Added a configuration to disable shiroAttributeSourceAdvisor #8

Closed mvinas1977 closed 6 years ago

mvinas1977 commented 6 years ago

Added a configuration to disable shiroAttributeSourceAdvisor if not needed, because it is causing a huge performance penalty in controllers instantiation.

jameskleeh commented 6 years ago

@mvinas1977 The tests or the change will need to be modified so the build passes before we can merge this PR

puneetbehl commented 6 years ago

I have fixed the errors in this PR here but not sure how to make the commits show up in this PR.