Attempting to set the title or tag of a permanode to the letter "Ø" leads to
a pop-up in Chrome saying:
"upload permanode fail, expected blobRef not in response".
The correponding log entry says:
2014/05/23 21:05:47 Client error: Error receiving blob
sha1-e379ad6c6be49c1e09c552e0f7078360b28f7e77: corrupt blob; digest doesn't match
Ouch. Yes, I can reproduce. Thanks for the report!
Looks like something is missing a charset=utf-8 in the signing and/or upload handlers.
Or the Javascript is forgetting to send it.
the blobserver was actually getting the correct contents, and the blobRef hash it was
calculating was hence correct too, but it was comparing it to the blobRef hash sent by
the js (which was used as the formName) which was actually faulty.
by havard.haugen: