-
Notifications
You must be signed in to change notification settings - Fork 6
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
Permissions problems when accessing spud/admin #9
Comments
Just implemented my own Security Brigde. Not helping. |
I looked into the code, And there is no such controller that can handle .../spud/admin |
spud-core handles the spud/admin prefix which is a dependency core plugin. spud roles are prefixed with SPUD_ Sent from Surface From: Andrew Walker I looked into the code, And there is no such controller that can handle .../spud/admin — |
Yeah, I saw that in the code. |
I am definitely missing something... I am not sure where to start debugging though. |
I am getting this in the log:
Is this related? |
Another detail: In your own demo app, the are grails.plugin.location for each one of the plugins, is it actually required to set these up? |
It seems like Plugin's UrlMapping is not even getting picked up. |
Hi,
I just installed the plugin on my EXISTING application. The application is using Grails Spring Security Plugin. The entire existing application is working properly, however if I am trying to access spud/admin I am getting "Access Denied" error page.
Is there any specific role that I have to define?
I added this into my mapping:
And I am logging in as admin.
Thanks,
The text was updated successfully, but these errors were encountered: