BufferedResponseWrapper13Impl
-----------------------------
Key: DISPL-246
URL: http://jira.codehaus.org/browse/DISPL-246
Project: DisplayTag
Type: Bug
Components: Build/distribution
Versions: 1.0
In BufferedResponseWrapper13Impl you set the content type and i think you have
forgotten '='.
In source 1.0 code is:
BufferedResponseWrapper13Impl
getResponse().setContentType(StringUtils.substringBefore(theContentType,
"charset") + ' ' + charset);
and i think it should be:
getResponse().setContentType(StringUtils.substringBefore(theContentType,
"charset") + '=' + charset);
(see on '=' fragment).
Best regards.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
displaytag-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel