Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.2 final
-
Component/s: Scaffolding
-
Labels:None
-
Environment:Windows XP, Java 1.6.0_17, Grails 1.1.2
Description
I did not check out the latest trunk to see if this has been resolved with fixes described in http://jira.codehaus.org/browse/GROOVY-3211, http://jira.codehaus.org/browse/GRAILS-5011.
Run the following commands:
grails create-app bugngo
cd bugngo
grails create-domain-class NGO
grails generate-all NGO
grails run-app
Browse to localhost (perhaps http://localhost:8080/bugngo/) and click on NGOController. See screenshot package attached. Looks like link URI's generated have the NGO in full caps, as seems correct with Java beans specification, but those URI's don't give correct response. Recommend fixing that the correct URI's don't give proper responses, not changing URI's generated.
Attachments
Activity
- All
- Comments
- Work Log
- History
- Activity
- Git Commits
This appears to work fine in 1.2.0