[root]/groovy/modules/grails/test/web/org/codehaus/groovy/grails/web/servlet/mvc
removing the outdated grails module from the repository
0 lines of code changed in:
Updated controller test case to reflect changes in Url scheme
44 lines of code changed in:
Update so that the web.xml is now generated from a groovy template thus allowing us to shorten Grails URLs. The app/* is no longer needed in the url and if you configure a Grails app as the root webapp you can now potentially achieve REST like URLS (eg. /book/list )
38 lines of code changed in:
Fixing failed tests.
1 lines of code changed in:
Extended test case with OpenRico controller with no view.
10 lines of code changed in:
fix problem with request parameters in URI.
1 lines of code changed in:
Refactored URI handling so that package names are included in URI's.
15 lines of code changed in:
Implemented typed views.
20 lines of code changed in:
Initial checkin.
77 lines of code changed in: