diff options
author | Joey Hess <joey@kitenet.net> | 2010-09-14 15:23:16 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-09-14 15:23:28 -0400 |
commit | e0898ae1a8e64a12c4e47b3f922d6cf1fad4f31c (patch) | |
tree | 9d839123865ddaeed3c4a9ecc36316232df934d8 /doc | |
parent | ad5f4f14f52233148a9ecae2b3e7e0964c6c02ba (diff) | |
download | ikiwiki-e0898ae1a8e64a12c4e47b3f922d6cf1fad4f31c.tar ikiwiki-e0898ae1a8e64a12c4e47b3f922d6cf1fad4f31c.tar.gz |
blogspam: Fix crash when content contained utf-8.
I also tried setting RPC::XML::ENCODING but that did not prevent the crash,
and it seems that blogspam.net doesn't like getting xml encoded in unicode,
since it mis-flagged comments as spammy that way that are normally allowed
through.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/blog_spam_plugin_not_allowing_non-ASCII_chars__63__.mdwn | 5 |
1 files changed, 5 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 index 22242a97f..265040d67 100644 --- 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 @@ -8,3 +8,8 @@ This seems to happen because I had a non-ASCII character in the comment (an elli 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! + +> I've filed an upstream bug about this on RPC::XML: +> <https://rt.cpan.org/Ticket/Display.html?id=61333> +> +> Worked around it in blogspam by decoding. --[[Joey]] |