]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/Running_on_an_alternative_port_fails.mdwn
(no commit message)
[ikiwiki.git] / doc / bugs / Running_on_an_alternative_port_fails.mdwn
index 8bc0f90af42a444885e93960c9ef2011d620ff7f..942700ba3ec30b8801bb075e038cf7a7505dc315 100644 (file)
@@ -78,3 +78,16 @@ index 73689be..039b7e3 100644
                    httpd_send_err( hc, 400, httpd_err400title, "", httpd_err400form, "" );
 
 """]]
+
+-- fergus
+
+---
+
+I've gone ahead and filed a bug on CGI.pm too:
+<https://rt.cpan.org/Ticket/Display.html?id=72678> --[[Joey]] 
+
+---
+
+That'll be an interesting discussion as I'd suggest that HTTP_ headers are defined in the CGI specification as client headers and thus what `thttpd` is doing is wrong (i.e. mangling the client's own representation).  Whether a CGI client should trust HTTP_ header over the server is probably already settled by convention.
+
+-- fergus