Details
Description
We need the GrailsUrlMappingsTestCase to be able to test URL mappings like this:
"/login"
{ controller = "login" action = [POST:'attempt', GET:'index'] }We need the GrailsUrlMappingsTestCase to be able to test URL mappings like this:
"/login"
{ controller = "login" action = [POST:'attempt', GET:'index'] }
This would be really useful, we use GET/POST on all of our forms and it's especially important to test the mappings for our RESTful webservices.