versions controller requests with a body log ERRORs
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Medium
|
Dan Prince | ||
Icehouse |
Fix Released
|
Medium
|
Mathieu Rohon |
Bug Description
Using Nova trunk (Juno). I'm seeing the following nova-api.log errors when unauthenticated /versions controller POST requests are made with a request body:
-----
Apr 11 07:04:06 overcloud-
Apr 11 07:04:06 overcloud-
Apr 11 07:04:06 overcloud-
Apr 11 07:04:06 overcloud-
Apr 11 07:04:06 overcloud-
Apr 11 07:04:06 overcloud-
Apr 11 07:04:06 overcloud-
-----
Both the index() and multi() actions in the versions controller are susceptible to this behavior. Ideally we wouldn't be logging stack traces when this happens.
Changed in nova: | |
assignee: | nobody → Dan Prince (dan-prince) |
importance: | Undecided → Medium |
status: | New → In Progress |
Changed in nova: | |
milestone: | none → juno-1 |
status: | Fix Committed → Fix Released |
Changed in nova: | |
milestone: | juno-1 → 2014.2 |
Fix proposed to branch: master /review. openstack. org/86983
Review: https:/