As we discussed in GERONIMO-3859, the current HTTP codec lacks the ability to handle folded headers properly. I'm not too sure, though, if we want to add JavaMail to dependencies to solve this...
HttpDecoder is doing a line-based parsing (CRLF as the end marker), and there might be a simple solution to the problem. I'll explore some fixes. Thanks, Sangjin
