ref: 4daf4ffdbed20d10585c8da987d200b7a200fcc4
parent: 241667b933ff5bacb9a3974f6877fb8aad78bed3
author: glenda <glenda@9front.local>
date: Thu Mar 31 22:12:30 EDT 2022
/rc/bin/rc-httpd/handlers/error: restore fn 400 (thanks, qeed)
--- a/rc/bin/rc-httpd/handlers/error
+++ b/rc/bin/rc-httpd/handlers/error
@@ -19,6 +19,11 @@
'
}
+fn 400{
+ do_error '400 Bad Request' \
+ 'The request was invalid.'
+}
+
fn 401{
do_error '401 Unauthorized' \
'The requested path '^$"location^' requires authorization.'