Probably so. I was hoping Grails would populate params object as it does for get & put. I didn't see this happening & after some digging around began to believe tomcat was the "problem". Apparently all works fine when using jetty (I have nor confirmed this).
I need to see if Grails will let me get to raw request body. On Apr 3, 2011 3:39 PM, "Konstantin Kolinko" <knst.koli...@gmail.com> wrote: > 2011/4/3 Jonathan Rosenberg <shmol...@gmail.com>: >> My question was sloppy. I have a Grails app. If I use POST it sees data. >> If I use PUT in same situation data does not show up in Grails App. >> >> Spying shows me data is sent. I'm guessing tomcat handles put data >> differently than post data. > > PUT data are different from POST data, exactly by definition. Tomcat > does not do any special processing of them. (Though as Felix mentions, > some processing can be turned on). > > Maybe these are wrong expectations on your side? > > Best regards, > Konstantin Kolinko > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org >