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.
When a user is creating a new Load object, if the user checks the \"Paid On Delivery\" check box then they will be redirected to the Payment controller immediately after the new Load has been created.
Say I have a Category开发者_开发问答 domain and a Question Domain and a Category hasMany questions.
Say I have a webflow with N states. How can I persist a user\'s state to a database so that if he leaves the flow somewhere in the middle, he can start where he le开发者_开发百科ft off, next time he l
I\'m开发者_C百科 trying to add a section of configuration to my Config.groovy file, and reference the entries elsewhere.
My project stopped building from a fresh sandbox. I have an inplace plugin configured in BuildConfig.groovy:
I can\'t set the item summary in set express checkoput.L_NAME0=A caused error def strUsername = \"***\"
we\'ve fought with following problem using spring security 1.2.1, grails 1.3.7 and tomcat 7.0.22. on our dev machines we had no problems during login in our app. i think the grails tomcat plugin uses
I am doing small project on grails. I am trying to add networking concepts in this projects can u please guide how to work on it
I have created a method in my controller that will give me a JSON \"file\" if I browse to that URL directly. It is only in memory, not on disk, as it is generated at the time you hit the URL. I am try