multi-tenant / grails-multi-tenant-single-db

Multi Tenant implementation for single database environments - Use grails-filtering and grails-hibernate-hijacker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

undefined Filterorder with springsecurity 2.0-RCx and grails 2.4.4

FalkNisius opened this issue · comments

in MultiTenantSingleDbGrailsPlugin.groovy on line 37ff would be tried to detect the position for the plugin in a filterMap. on this way the plugin trys to find the springsecurity SecurityFilterPosition class, or over the webxml FilterManager class. The classpath for SecurityFilterPosition changed from:
1.2.7.3: "org.codehaus.groovy.grails.plugins.springsecurity.SecurityFilterPosition" to:
2.0-RCx: "grails.plugin.springsecurity.SecurityFilterPosition"
In combination with grails 2.4.4 where SITEMESH isn't used by default, there is no Filterposition detected and we gets a warning

Thanks for the report Falk. Currently the larger problem is that the plugin has other issues with Grails 2.4.
#42

There was a long time no activity on
  the project.
  Can I help to fix some bugs, can you give me some hints.

  Falk

  Am 07.02.15 um 19:17 schrieb Steve Ronderos:


  Thanks for the report Falk. Currently the larger problem is
    that the plugin has other issues with Grails 2.4. 
    #42
  —
    Reply to this email directly or view
      it on GitHub.

Guys, if you are interested in similar multitenant solution for grails3, I've completed spring security based multitenant solution here https://github.com/multi-tenant/grails-multi-tenant-core