Comment 16 for bug 1410622

Revision history for this message
Andrey Pavlov (apavlov-e) wrote :

first call to 'req.params' rewrites Request.body_file member and i didn't find a way to get original body.

so it can be fix as a hack in nova/ec2 code - just save body before accessing any other field in request
or add ability to get original body to webob.Request class.