1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00
authelia/internal/server
James Elliott 5e3a1fd863
fix(server): handled errors not logged correctly ()
This fixes an issue where errors handled by the ErrorHandler were not correctly logged. It also ensures the errors are logged with fields to make them easy to diagnose.

Fixes 
2022-06-12 09:26:28 +10:00
..
locales refactor(server): alphabetize translations () 2022-06-10 11:55:38 +10:00
public_html feat: go:embed static assets () 2021-02-22 10:07:06 +11:00
asset.go fix(server): locale format incorrect () 2022-04-09 21:38:17 +10:00
const.go feat(oidc): provide cors config including options handlers () 2022-04-07 10:58:51 +10:00
handlers.go fix(server): handled errors not logged correctly () 2022-06-12 09:26:28 +10:00
server_test.go build(deps): update module github.com/valyala/fasthttp to v1.35.0 () 2022-04-06 07:57:23 +10:00
server.go fix(server): handled errors not logged correctly () 2022-06-12 09:26:28 +10:00
template.go feat(oidc): provide cors config including options handlers () 2022-04-07 10:58:51 +10:00