goblint / GobWeb

Website for the Static Analyzer Goblint
https://goblint.in.tum.de
3 stars 0 forks source link

Add 404 page #25

Closed sim642 closed 10 months ago

sim642 commented 2 years ago

Currently all non-existing pages get forwarded to the home page: https://github.com/goblint/GobWeb/blob/a052ef347bcc9098abdb2e68311129259435c49a/src/app/app-routing.module.ts#L9-L16

This is particularly confusing because when the same (sub)domain also has directories for BenchExec/goblint-bench results, then accessing missing ones don't give a 404, but just end up on GobWeb home page, with no indication that there was a 404 anywhere.