We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Automatic resolution of this controller could lead to undesired behavior:
grails-web-console/plugin/grails-app/controllers/org/grails/plugins/console/ConsoleUrlMappings.groovy
Lines 3 to 8 in 16594aa
The default UrlMapping of a Grails app already provides access to the ConsoleController https://github.com/codeconsole/website/blob/master/grails-app/controllers/website/UrlMappings.groovy#L5-L9
"/$controller/$action?/$id?(.$format)?"{ constraints { // apply constraints here } }
Perhaps it is better to not provide any UrlMappings or at least provide a definitive method of excluding the existing one.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Automatic resolution of this controller could lead to undesired behavior:
grails-web-console/plugin/grails-app/controllers/org/grails/plugins/console/ConsoleUrlMappings.groovy
Lines 3 to 8 in 16594aa
The default UrlMapping of a Grails app already provides access to the ConsoleController
https://github.com/codeconsole/website/blob/master/grails-app/controllers/website/UrlMappings.groovy#L5-L9
Perhaps it is better to not provide any UrlMappings or at least provide a definitive method of excluding the existing one.
The text was updated successfully, but these errors were encountered: