When requesting one of binders BIND server specific URLs for a server not
present in binders database currently uncatched exceptions are thrown.
This commit fixes that for all URLs containing the server name, by instead of
throwing an uncatched exception, returning a proper HTTP 404 status code.
When requesting one of binders BIND server specific URLs for a server not present in binders database currently uncatched exceptions are thrown.
This commit fixes that for all URLs containing the server name, by instead of throwing an uncatched exception, returning a proper HTTP 404 status code.
It also fixes, at least partly, #3.