aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/blog_spam_plugin_not_allowing_non-ASCII_chars__63__.mdwn
diff options
context:
space:
mode:
authorhttp://k1024.org/~iusty/ <Iustin_Pop@web>2010-09-14 18:33:15 +0000
committerJoey Hess <joey@kitenet.net>2010-09-14 18:33:15 +0000
commit382b0b349988d92f8571b38beb8be003e0b334a0 (patch)
tree69a7d7ba901c6fdadb1959b43436fb85d72442d9 /doc/bugs/blog_spam_plugin_not_allowing_non-ASCII_chars__63__.mdwn
parent16aad6825d2cdae2c1e06604f9d5652d376fca18 (diff)
downloadikiwiki-382b0b349988d92f8571b38beb8be003e0b334a0.tar
ikiwiki-382b0b349988d92f8571b38beb8be003e0b334a0.tar.gz
Add new bug about the comments/blogspam plugins
Diffstat (limited to 'doc/bugs/blog_spam_plugin_not_allowing_non-ASCII_chars__63__.mdwn')
-rw-r--r--doc/bugs/blog_spam_plugin_not_allowing_non-ASCII_chars__63__.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/bugs/blog_spam_plugin_not_allowing_non-ASCII_chars__63__.mdwn b/doc/bugs/blog_spam_plugin_not_allowing_non-ASCII_chars__63__.mdwn
new file mode 100644
index 000000000..22242a97f
--- /dev/null
+++ b/doc/bugs/blog_spam_plugin_not_allowing_non-ASCII_chars__63__.mdwn
@@ -0,0 +1,10 @@
+Hi,
+
+I'm trying to add a comment, and ikiwiki fails with this error message:
+
+ Error: HTTP::Message content must be bytes at /usr/share/perl5/RPC/XML/Client.pm line 308
+
+This seems to happen because I had a non-ASCII character in the comment (an ellipse, …).
+The interesting part is that the comment preview works fine, just the save fails. Probably
+this means that the blogspam plugin is the culprit (hence the error in RPC::XML::Client library).
+I'm using version 3.20100815~bpo50+. Thanks!