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 protected]> 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 ** Changed in: horizon Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1558917 Title: When ajax request requested in session timeout, it will jump to the 404 page Status in OpenStack Dashboard (Horizon): Fix Released Bug description: In title case, the page will redirect to "/auth/logout". Redirect url should be "/dashboard/auth/logout". To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1558917/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

