Description of problem:
If a url is used that is not valid, it results in either a JBWEBxxxx http 404 error, or an exception.
The home page should be shown, with a notification of the bad page or something. Or even a special 404 page saying oops.
Version-Release number of selected component (if applicable):
3.5
How reproducible:
Easy always
Steps to Reproduce:
1. Go to $server/zanata/notarealpage
Actual results:
JBoss error page
Expected results:
Better page
Additional info:
Luke Brooker commented on 2014-10-08 18:51:33 -0400:
I should have a proper 404 page. Maybe in the future we could when we have a better message system application wide we can switch to that but I don't think I'd trust it at the moment.
Damian Jansen commented on 2014-10-15 01:31:20 -0400:
https://github.com/zanata/zanata-server/pull/608
The redirect-ey part is done, just need a bit of UXpert influence.