1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00
authelia/internal/server
James Elliott 2502d89682
fix(server): respond with 404/405 appropriately ()
This adjusts the not found handler to not respond with a 404 on not found endpoints that are part of the /api or /.well-known folders, and respond with a 405 when the method isn't implemented.

Co-authored-by: Amir Zarrinkafsh <nightah@me.com>
2022-04-04 09:58:01 +10:00
..
public_html feat: go:embed static assets () 2021-02-22 10:07:06 +11:00
const.go fix(server): respond with 404/405 appropriately () 2022-04-04 09:58:01 +10:00
error_handler.go fix: include major in go.mod module directive () 2021-08-11 11:16:46 +10:00
handler_notfound.go fix(server): respond with 404/405 appropriately () 2022-04-04 09:58:01 +10:00
options_handler.go fix: include major in go.mod module directive () 2021-08-11 11:16:46 +10:00
server.go fix(server): respond with 404/405 appropriately () 2022-04-04 09:58:01 +10:00
template.go fix(server): healthcheck ipv6 format is invalid () 2022-03-25 11:56:23 +11:00