[ http://jira.codehaus.org/browse/DISPL-246?page=all ]
     
fabrizio giustina closed DISPL-246:
-----------------------------------

     Resolution: Fixed
    Fix Version: 1.1

fixed in CVS for 1.1, thanks

>  Wrong header set in BufferedResponseWrapper when a charset is already 
> defined (missing '=')
> --------------------------------------------------------------------------------------------
>
>          Key: DISPL-246
>          URL: http://jira.codehaus.org/browse/DISPL-246
>      Project: DisplayTag
>         Type: Bug
>   Components: Build/distribution
>     Versions: 1.0
>      Fix For: 1.1

>
>
> 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 the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
displaytag-devel mailing list
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to