pages-server/server/handler
Gusted 7f318f89a6 Fix escaped error message (#230)
- This specific message will [already be generated](https://codeberg.org/Codeberg/pages-server/src/commit/974229681f4cc7f1ed31df9b05eabef2df01380/html/error.go#L44) when `http.StatusMisdirectedRequest` is set as status with [an empty message](974229681f/html/error.go (L25-L28)).
- Resolves https://codeberg.org/Codeberg/pages-server/issues/228

Co-authored-by: Gusted <postmaster@gusted.xyz>
Reviewed-on: https://codeberg.org/Codeberg/pages-server/pulls/230
Reviewed-by: 6543 <6543@obermui.de>
Co-authored-by: Gusted <gusted@noreply.codeberg.org>
Co-committed-by: Gusted <gusted@noreply.codeberg.org>
2023-07-16 22:34:46 +00:00
..
handler.go Initial redirects implementation (#148) 2023-03-30 21:36:31 +00:00
handler_custom_domain.go Fix escaped error message (#230) 2023-07-16 22:34:46 +00:00
handler_raw_domain.go Initial redirects implementation (#148) 2023-03-30 21:36:31 +00:00
handler_sub_domain.go Initial redirects implementation (#148) 2023-03-30 21:36:31 +00:00
handler_test.go Initial redirects implementation (#148) 2023-03-30 21:36:31 +00:00
hsts.go Refactor split long functions (#135) 2022-11-12 20:43:44 +01:00
try.go Initial redirects implementation (#148) 2023-03-30 21:36:31 +00:00