authelia/internal/server
James Elliott 5a5efa5e02
fix(server): send 404 on missing api endpoints instead of 405 (#1806)
Returns a 404 instead of 405 on bad API endpoints. The original issue was resolved in 3487fd392e however this resolves another issue that's related. Additionally this ensures the behavior is tested.
Co-authored-by: Clément Michaud <clement.michaud34@gmail.com>

Fixes #1520
Closes #1534
2021-03-11 18:36:58 +11:00
..
public_html feat: go:embed static assets (#1733) 2021-02-22 10:07:06 +11:00
const.go feat: go:embed static assets (#1733) 2021-02-22 10:07:06 +11:00
error_handler.go [MISC] Add missing CLI suite test (#1607) 2021-01-17 10:23:35 +11:00
server.go fix(server): send 404 on missing api endpoints instead of 405 (#1806) 2021-03-11 18:36:58 +11:00
template.go feat: go:embed static assets (#1733) 2021-02-22 10:07:06 +11:00