Comment 1 for bug 1679658

Revision history for this message
Thomas Bechtold (toabctl) wrote :

The problem seems to be WebOb related. I guess commit https://github.com/Pylons/webob/commit/0e6fcbfbc58af6fdd4e125543bf8f5fb91b984c6 is the reason.
The is_body_readable() method returns False now (in no content length is set) because WebOb removed http_method_probably_has_body which returned True in our test case (which uses POST)