grails
Is there a way to get the IP address of the client/caller in a Shiro Filter in Grails
sorry if this is a dumb question. I have some web service calls that are implemented in Grails controllers and we use the Shiro plugin for security. I want to be able to create a whitelist of IP ad开发[详细]
2023-04-09 15:43 分类:问答How can I unit test a Grails controller when using a custom property editor?
I\'d like to use the technique de开发者_C百科scribed here: Grails bind request parameters to enum[详细]
2023-04-09 15:02 分类:问答Retrieving a list of Grails composite id properties?
Ho开发者_StackOverfloww can I retrieve a list of Grails composite id properties? I have tried the following but the id property is returning a Long:[详细]
2023-04-09 11:35 分类:问答Error when using jcaptcha plugin with grails 1.3.7
Hi I am facing following error when trying to use jcaptcha plugin with grails 1.3.7. org.codehaus.groovy.runtime.typehandling.GroovyCastException:[详细]
2023-04-09 10:42 分类:问答grails on ec2 - bitnami tomcat 7 stack vs 'vanilla' Ubuntu instance
Just started prepping AWS ec2 account for small grails app deploy and would like to know your thoughts on deploying to bitnami instance with tomcat7 vs going through the process of installing java, to[详细]
2023-04-09 10:20 分类:问答grails fails to build war
Anyone has seen this issue before? What\'s the cause here? Error executing script War: loader constraint violation in interface[详细]
2023-04-09 09:13 分类:问答Locating Groovy under STS on Ubuntu
I have installed Springsource Tool Suite v2.7.2 with Groovy and Grails support on Ubuntu. This works well.[详细]
2023-04-09 08:47 分类:问答Grails conditional html
I was wondering how I can make this code in my view conditional - output it if there is a comment, but if there isn\'t a comment, don\'t output the empty 开发者_运维百科<p class=\"comment\"><[详细]
2023-04-09 08:45 分类:问答grails-doc creates copies of my classes in default package
In my grails 1.3.7 project, I have put all of my classes in com.mycompany.myapp, as you do. So this goes for services, controllers, domain classes. I have a filter that goes in its own package. My app[详细]
2023-04-09 07:11 分类:问答springSecurityService is null in base controller
This is a rather weird problem and I been at it for a while so I am going nuts. I have a controller extending another controller so I can have multiple controllers inheriting a method and they go som[详细]
2023-04-09 05:42 分类:问答