aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/CGI_showed_HTML_when_perl_error.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-12-23 03:42:30 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-12-23 03:42:30 +0000
commit79882597b49f0bb28b1b8fafc8bd281b8c79361f (patch)
tree4cddc0881ad6d6432ff05dc661e66f77cbac8f47 /doc/bugs/CGI_showed_HTML_when_perl_error.mdwn
parentd75c00089eb0040913c206fe1ea79202fab4f0af (diff)
downloadikiwiki-79882597b49f0bb28b1b8fafc8bd281b8c79361f.tar
ikiwiki-79882597b49f0bb28b1b8fafc8bd281b8c79361f.tar.gz
web commit by JeremyReed: broken CGI showed HTML source
Diffstat (limited to 'doc/bugs/CGI_showed_HTML_when_perl_error.mdwn')
-rw-r--r--doc/bugs/CGI_showed_HTML_when_perl_error.mdwn1
1 files changed, 1 insertions, 0 deletions
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
index 000000000..4b185608b
--- /dev/null
+++ b/doc/bugs/CGI_showed_HTML_when_perl_error.mdwn
@@ -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