You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: