Comment 0 for bug 1512390

Revision history for this message
Kirill Zaitsev (kzaitsev) wrote : Murano incorrectly uses 415 instead of 406

Murano currently uses 415 where 406 is applicable.

415 means that server is unable to parse requests content_type
406 mean that server is unable to serve the response in the content_type, requested by accept header

This was brought to light by a webob1.5.1 that fixed usage of 415 exception.