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

Multi Tenant implementation for single database environments - Use grails-filtering and grails-hibernate-hijacker
Apache License 2.0
32 stars 25 forks source link

undefined Filterorder with springsecurity 2.0-RCx and grails 2.4.4 #43

Open FalkNisius opened 9 years ago

FalkNisius commented 9 years ago

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

sronderos commented 9 years ago

Thanks for the report Falk. Currently the larger problem is that the plugin has other issues with Grails 2.4. https://github.com/multi-tenant/grails-multi-tenant-single-db/issues/42

FalkNisius commented 8 years ago
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.
ejaz-ahmed commented 8 years ago

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