
16 Feb
2011
16 Feb
'11
12:27 p.m.
On Wed, Feb 16, 2011 at 1:21 PM, Andrey Moskvitin <archimag@gmail.com> wrote:
Hunchentoot now determines the charset= attribute in text content type headers automatically when a handler returned a string. The content type is not touched when the handler directly writes to the stream or returns octets for Hunchentoot to send.
Please let me know if there are any problems with this change.
My code set content-type to "text/plain", but after this error occurs. As a result, sends to client 500.html with "content-type=text/plain".
Thanks for the report, the problem is fixed by this change: http://bknr.net/trac/changeset/4657 -Hans