Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
FalkNisius opened this issue Feb 5, 2015 · 3 comments
Open
Labels
Milestone

Comments

@FalkNisius
Copy link

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
Copy link
Member

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

@sronderos sronderos added this to the Grails 2.4 milestone Feb 7, 2015
@sronderos sronderos added the bug label Feb 7, 2015
@FalkNisius
Copy link
Author

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants