2010/3/25 Kumar Kadiyala <[email protected]>: > > We are in the process of migrating to tomcat and I noticed that my web > service which uses PUT is not able to get the request body anymore. I use > HttpServletRequest's getInputStream and it always returns null.
It should be something in your application. Note, that e.g. Tomcat Manager application (o.a.catalina.manager.ManagerServlet) uses PUT for some requests (e.g. when called from Ant tasks). So it definitely does work. Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
