Comment 16 for bug 868360

Revision history for this message
Openstack Gerrit (openstack-gerrit) wrote : Fix merged to nova (stable/diablo)

Reviewed: https://review.openstack.org/993
Committed: http://github.com/openstack/nova/commit/03c9f40f1d7be54e62b129edf41a3c729049ce0c
Submitter: Jenkins
Branch: stable/diablo

 status fixcommitted
 done

commit 03c9f40f1d7be54e62b129edf41a3c729049ce0c
Author: Johannes Erdfelt <email address hidden>
Date: Tue Oct 18 22:08:49 2011 +0000

    Don't leak exceptions out to users

    Fixed bug 874472

    Exceptions can contain all kinds of sensitive information, including
    SQL queries (and arguments), configuration information and in some
    cases the correct password (bug 868360). The information isn't useful
    to users, so don't return potentially sensitive information. The
    exceptions still get logged for debugging and troubleshooting purposes.

    (cherry picked from commit 2431b7848d633dc67ad684b4d1cc79468df24568)

    Change-Id: I45af83ee5276b92259522a4761137d7339d2b77d