[ http://jira.codehaus.org/browse/DISPL-247?page=all ] fabrizio giustina closed DISPL-247: -----------------------------------
Resolution: Duplicate Fix Version: 1.1 duplicate of DISPL-246 > In BufferedResponseWrapper13Impl > --------------------------------- > > Key: DISPL-247 > URL: http://jira.codehaus.org/browse/DISPL-247 > Project: DisplayTag > Type: Bug > Components: Export > 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