Juan Hernandez has uploaded a new change for review. Change subject: core: Redirect to index when page not found ......................................................................
core: Redirect to index when page not found Currently when a page in the root web application is not found we send a 404 error and the application server generates the default errot page, which is not very nice. This patch changes the root web application so that it will redirect to the index page. Note that this will not work for page not found errors in other applications like webadmin or user portal. Change-Id: Id6f97e39fea06de211e04aa18371f3b117aebd07 Signed-off-by: Juan Hernandez <juan.hernan...@redhat.com> --- A backend/manager/modules/root/src/main/java/org/ovirt/engine/core/ErrorServlet.java M backend/manager/modules/root/src/main/webapp/WEB-INF/web.xml 2 files changed, 36 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/53/5753/1 -- To view, visit http://gerrit.ovirt.org/5753 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id6f97e39fea06de211e04aa18371f3b117aebd07 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <juan.hernan...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches