pages-server/server/handler
Gusted c52e373daa
Fix escaped error message
- This specific message will [already be generated](974229681f/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
2023-07-16 23:30:44 +02:00
..
handler.go Initial redirects implementation (#148) 2023-03-30 21:36:31 +00:00
handler_custom_domain.go Fix escaped error message 2023-07-16 23:30:44 +02: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