When I send a GET request with an empty body to my grails 1.3.7 controller by using the .json file extension (eg http://localhost:8080/myapp/mycontroller/myaction.json) I get a request parsing exception and it seems that grails is trying to parse my empty body to JSON. If I send the same request to the same action but without the .json extension, I don't have any error.
How can I get rid of this error?