I am unable to read the body of a post to my grails controller. This error is thrown
Caused by: java.lang.IllegalStateException: STREAMED
when I call
request.getReader()
There are some posting on message boards that say to add
parseRequest:true
To the URL mapping. I have done this with no change. Any Help?