grails-plugin
Grails Redirect Post-Logout Using spring-security-core-3.0.6+
In spring security version 3.0.6, which fixed a CRLF logout exploit (https://jira.springsource.org/browse/SEC-1790) they disabled the use of the \'spring-security-redirect\' parameter.[详细]
2023-04-13 05:06 分类:问答Inplace plugin and "You cannot upgrade a plugin that is configured via BuildConfig" in Grails 1.3.5
My project stopped building from a fresh sandbox. I have an inplace plugin configured in BuildConfig.groovy:[详细]
2023-04-12 20:07 分类:问答Can a Grails plugin use the datasource from the app that uses it?
I want to use a plugin to share a bunch of domain classes and controllers between multiple applications.Eac开发者_开发技巧h application will use its own database.I\'d like the domain classes in the pl[详细]
2023-04-08 09:34 分类:问答grails plugin issue - Sitemesh Layout
I\'m write a grails plugin, provide a sitemesh layout ext.gsp. <g:javascript> Ext.define(\'Config\',{[详细]
2023-04-05 01:28 分类:问答Quartz job triggering from Config.groovy
I have the following Quartz job running in my application: class ScraperJob { def scraperService static triggers = {[详细]
2023-04-04 20:58 分类:问答Compilation error with Grails 1.3.7 and springcache plugin 1.2.1
I am trying to compile a Grails project using Grails 1.3.7 . The project has a dependency to springcache 1.2.1 plugin. However, I get the following compilation error (29 times):[详细]
2023-04-04 00:15 分类:问答grails Bean Fields plugin still broken?
I tried the Bean Fields plugin 开发者_运维问答and got the error described here. http://jira.grails.org/browse/GPBEANFIELDS-37[详细]
2023-04-03 08:54 分类:问答Problem with Grails and FilterPane after upgrade
I just upgraded from grails 1.2.0 to 1.3.7 and to the latest version of the FilterPane Plugin. Now I have an error where before was all right.[详细]
2023-04-02 06:12 分类:问答Trouble installing Grails plugin
I\'m using Grails 1.3.7.I\'m having trouble getting Grails to automatically install plugins.I tried just one, \"grails install-plugin quartz 0.4.2\", which fails.How do I adjust my Grails installation[详细]
2023-04-01 02:00 分类:问答Questions of BuildConfig [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-03-29 08:21 分类:问答