On Mon, Oct 31, 2011 at 1:50 PM, John DeSoi desoi@pgedit.com wrote:
Since this issue has been closed on github, I'd like to repost to the list and get some feedback. It still seems like a bug to me.
I have continued the topic on github, even though the issue is closed.
Hunchentoot makes no attempt in determining the content type for non-text bodies. I think that the piece of code that you've posted does the right thing. I also think that RAW-POST-DATA should return the body as octet vector rather than making a possibly false attempt at guessing the character set. If you have another suggestion, please let us know.
-Hans