t94j0 / satellite

easy-to-use payload hosting
MIT License
264 stars 33 forks source link

Management handler 404 #5

Open t94j0 opened 5 years ago

t94j0 commented 5 years ago

The doesNotExistHandler which exists for the Root Handler should be the same as the Management handler so a 404 on the management path doesn't give away the service.

This may mean that the RootHandler object should do routing instead of relying on Go's routing library.