jforman / binder

Django Web Admin Gui for manging BIND DNS Zones
129 stars 41 forks source link

Fixes the behavior for not existing BIND servers #25

Closed Dunedan closed 9 years ago

Dunedan commented 9 years ago

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.