Re: dispatcher setting encoding

2007-07-11 Thread David Durham, Jr.
On 7/11/07, Arnaud Cogoluegnes <[EMAIL PROTECTED]> wrote: So it seems the filter dispatcher transforms the encoding for all files (if configured with /* in web.xml), which can cause problem with UTF-8 and BOM. Is there any way to exclude some files from the filtering ? My first guess would be

dispatcher setting encoding

2007-07-11 Thread Arnaud Cogoluegnes
Hi all, I've been trying to add FCKEditor to a Struts 2 application but failing as browsers bump into the BOM at the beginning of the Javascript files. After some investigations, I found that the FCKEditor JavaScript files are encoded in UTF-8 but the application always returns ISO-8859-1,