Re: Char Encoding text streams on Tomcat 5.5 and Linux

2009-11-27 Thread Gatos
It might solve your problems: charsetFilter org.springframework.web.filter.CharacterEncodingFilter encoding ISO-8859-1 charsetFilter /* On Fri, Nov 27, 2009 at 6:05 PM, André Warnier wrote: > Continuing to top-post thus : > > If you have some systems working and others not,

Re: tomcat utf-8 JavaMailSenderImpl

2009-09-29 Thread Gatos
I have just excluded other e-mail dependencies from maven. On Tue, Sep 29, 2009 at 6:06 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Cats, > > On 9/29/2009 3:59 AM, Gatos wrote: > &

tomcat utf-8 JavaMailSenderImpl

2009-09-29 Thread Gatos
Hello For mail sending I'm using org.springframework.mail.javamail.JavaMailSenderImpl: but for some reason when I deploy an application to tomcat 5.5.x, all emails come with 'Western European' encoding and all html tags are shown. When I try to run