Comment 7 for bug 1434611

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

Reviewed: https://review.openstack.org/169384
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=11d5ded6d557b0f087ab676a33f07349f5fd47cb
Submitter: Jenkins
Branch: master

commit 11d5ded6d557b0f087ab676a33f07349f5fd47cb
Author: Andrew Laski <email address hidden>
Date: Tue Mar 31 11:40:12 2015 -0400

    Expand Origin header check for serial console

    Serial consoles can use the ws or wss protocols which correspond to http
    and https respectively from a security perspective. The Origin header
    check failed has been expanded to allow for those protocols and to match
    appropriately with http/https when verifying the protocol security
    level.

    Change-Id: I7155607488495ba70e6edd550b12abc21b3e69c4
    Closes-Bug: 1434611