Need to reject stack/resource names with slashes
Bug #1088928 reported by
Zane Bitter
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Heat |
Fix Released
|
High
|
Zane Bitter | ||
Grizzly |
Fix Released
|
High
|
Zane Bitter |
Bug Description
An unfortunate feature of WSGI (inherited from CGI) is that the path we are passed for an HTTP request has already been unquoted, thus turning all instances of '%2F' back into a '/' that is indistinguishable from an actual path component. Since there is no way to get the original, unmolested data, there is therefore no way to sensibly handle names that have slashes in them in the ReST API. So we should disallow such names in the engine.
description: | updated |
Changed in heat: | |
milestone: | none → grizzly-2 |
status: | Fix Committed → Fix Released |
Changed in heat: | |
milestone: | grizzly-2 → 2013.1 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/17939
Review: https:/