Murano incorrectly uses 415 instead of 406 when requested an incorrect Accept header
Bug #1512390 reported by
Kirill Zaitsev
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Murano |
Fix Released
|
High
|
Konstantin | ||
Liberty |
Won't Fix
|
High
|
Kirill Zaitsev |
Bug Description
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.
This happens in best_match_
Changed in murano: | |
assignee: | nobody → Kirill Zaitsev (kzaitsev) |
Changed in murano: | |
assignee: | Kirill Zaitsev (kzaitsev) → nobody |
status: | In Progress → Confirmed |
tags: | added: low-hanging-fruit |
Changed in murano: | |
assignee: | nobody → Jaiveek Shah (jaiveek-shah) |
assignee: | Jaiveek Shah (jaiveek-shah) → nobody |
Changed in murano: | |
assignee: | nobody → Rohini Choudhary (enthurohini) |
Changed in murano: | |
status: | Confirmed → Fix Committed |
Changed in murano: | |
milestone: | mitaka-1 → mitaka-2 |
Changed in murano: | |
assignee: | Rohini Choudhary (enthurohini) → nobody |
Changed in murano: | |
milestone: | mitaka-2 → mitaka-3 |
Changed in murano: | |
assignee: | nobody → Konstantin (ksnihyr) |
summary: |
- Murano incorrectly uses 415 instead of 406 + Murano incorrectly uses 415 instead of 406 when requested an incorrect + Accept header |
description: | updated |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/240902
Review: https:/