Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Not A Bug
-
Affects Version/s: Grails-Crowd 0.4
-
Fix Version/s: None
-
Labels:None
-
Environment:OS X 10.5.x Java 1.5 Tomcat 5.5.x Grails 1.1.1
Description
I have created a web app and successfully used the plugin to login to my crowd server this works when doing grails -Dgrails.env=development run-app and grails -Dgrails.env=production run-app however once I run grails war i get the following warning
Base Directory: /Users/ssmithstone/Development/code/officeteam.co.uk/CustomerStockReporting/web-grails
Running script /Users/ssmithstone/Applications/grails/scripts/War.groovy
Environment set to production
Warning, target causing name overwriting of name startLogging
so my once working def authorize = true, is not working but the login controller is working fine
please ignore i had some bad code