#561: Display more user-friendly error page when navigating to a non-existing
product
--------------------------+---------------
Reporter: rjollos | Owner:
Type: enhancement | Status: new
Priority: major | Version:
Resolution: |
--------------------------+---------------
After #529, an HTTPInternalError is displayed when navigating to a non-
existing product. For example, when entering the URL `/products/unknown`,
when `unknown` is a product that does not exist, the following is
displayed in the browser window with a white background:
{{{
Error
TracError: LookupError: Missing product unknown
}}}
Better behavior would be if Bloodhound didn't "go away" under this
scenario. In a discussion on the
[http://markmail.org/message/pk2a5jxflywelmuo mailing list], Olemis
suggested to //redirect to global products page and display a custom
message «Product %s not found».//
--
Ticket URL: <https://issues.apache.org/bloodhound/ticket/561>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound issue tracker