https://issues.apache.org/bugzilla/show_bug.cgi?id=48692
--- Comment #6 from Christopher Schultz <ch...@christopherschultz.net> 2010-09-20 17:02:15 EDT --- Hmm. I was trying to avoid an exhaustive or partial list of HTTP methods specifically in the code: I wanted to let this code grow to work with any crazy non-standard methods a user might want to use, too (like "MYPUT"). Such non-standard HTTP methods might actually then allow, say, a REST-based service work without breaking other webapps that depend on spec-compliant handling of PUT bodies :) I'll read-through the HTTP spec to look for methods for which bodies are actually forbidden, and we can reject those with a warning. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org