Comment 2 for bug 1558917

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

Reviewed: https://review.openstack.org/294395
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=9399680106b4448c975b87a8b93f2188157a42ce
Submitter: Jenkins
Branch: master

commit 9399680106b4448c975b87a8b93f2188157a42ce
Author: Kenji Ishii <email address hidden>
Date: Fri Mar 18 14:37:13 2016 +0900

    Fix the issue which redirect to Not Found page

    If a session is timeout and then a user request ajax request,
    Horizon redirect to Not found page because the url is incorrect.
    This patch fix it in the correct url.

    Change-Id: I25b9e07b4f97594d05b0cdae931af9f142a18168
    Closes-bug: #1558917