Comment 2 for bug 1088928

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to heat (master)

Reviewed: https://review.openstack.org/17939
Committed: http://github.com/openstack/heat/commit/a560d1e206b87ac9d5e51a266dd6327cabe4f2cb
Submitter: Jenkins
Branch: master

commit a560d1e206b87ac9d5e51a266dd6327cabe4f2cb
Author: Zane Bitter <email address hidden>
Date: Wed Dec 12 13:47:33 2012 +0100

    Don't allow slashes in Stack or Resource names

    There is no way for the ReST API to handle Stack or Resource names that
    contain slashes since WSGI decodes the path before passing it to the
    application, such that even correctly url-encoded slashes are
    indistinguishable from path separators. Therefore, prohibit slashes in
    Stack and Resource names.

    bug 1088928

    Change-Id: Ie6fa5a1bc7b5ae7054300419644008c5cc42187e
    Signed-off-by: Zane Bitter <email address hidden>