]> sipb.mit.edu Git - ikiwiki.git/commitdiff
web commit by JeremyReed: broken CGI showed HTML source
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 23 Dec 2006 03:42:30 +0000 (03:42 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 23 Dec 2006 03:42:30 +0000 (03:42 +0000)
doc/bugs/CGI_showed_HTML_when_perl_error.mdwn [new file with mode: 0644]

diff --git a/doc/bugs/CGI_showed_HTML_when_perl_error.mdwn b/doc/bugs/CGI_showed_HTML_when_perl_error.mdwn
new file mode 100644 (file)
index 0000000..4b18560
--- /dev/null
@@ -0,0 +1 @@
+I didn't have Time/Duration.pm installed when I clicked RecentChanges. The perl failed. The CGI outputed the Content-type: text/html and the complete HTML which included the error in side of the paragraph tags. Maybe a newline was sent before that Content-type line. The web browser didn't render the HTML but just showed the source.
\ No newline at end of file