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 to change the /* to /*.do, or something to
that effect.  Consider this with the caveat that I don't fully
understand the FilterDispatcher.  I think that Filters can now (since
servlets 2.4, I think) be applied to RequestDispatcher.include/forward
calls, so it's possible that changing /* to /*.do would break some
result types or something else, for that matter, but I don't know for
sure.

HTH,

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to