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

Reply via email to