In BufferedResponseWrapper13Impl 
---------------------------------

         Key: DISPL-247
         URL: http://jira.codehaus.org/browse/DISPL-247
     Project: DisplayTag
        Type: Bug
  Components: Export  
    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
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to