Re: Encoding post data on Tomcat 7 using 2.0.3 corrupted

2013-08-26 Thread Alexander Hartner
already done. it is a know issue. I just posted the solution here in case anybody else runs into the same issue. On 27/08/2013, at 1:06 PM, Niki Dokovski wrote: > On Tue, Aug 27, 2013 at 6:22 AM, Alexander Hartner wrote: > >> The problem was resolved by including both filters >> (org.jboss.wel

Re: Encoding post data on Tomcat 7 using 2.0.3 corrupted

2013-08-26 Thread Niki Dokovski
On Tue, Aug 27, 2013 at 6:22 AM, Alexander Hartner wrote: > The problem was resolved by including both filters > (org.jboss.weld.servlet.ConversationFilter and > org.apache.catalina.filters.SetCharacterEncodingFilter). > Should this be reported to jboss weld? It could be documented or even code i

Re: Encoding post data on Tomcat 7 using 2.0.3 corrupted

2013-08-26 Thread Alexander Hartner
The problem was resolved by including both filters (org.jboss.weld.servlet.ConversationFilter and org.apache.catalina.filters.SetCharacterEncodingFilter). http://java.sun.com/xml/ns/javaee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="

Re: Encoding post data on Tomcat 7 using 2.0.3 corrupted

2013-08-26 Thread Konstantin Kolinko
2013/8/26 Alexander Hartner : > This may be more of an application problem than a tomcat issue, but I am > rather stuck with this one and hoping that somebody on this list may be > able to shed some light on my issue. > > I am trying to post UTF-8 encoding text to my JSF2.2 application, > however t

Re: Encoding post data on Tomcat 7 using 2.0.3 corrupted

2013-08-26 Thread Daniel Mikusa
On Aug 26, 2013, at 1:40 AM, Alexander Hartner wrote: > This may be more of an application problem than a tomcat issue, but I am > rather stuck with this one and hoping that somebody on this list may be > able to shed some light on my issue. > > I am trying to post UTF-8 encoding text to my JSF2

Encoding post data on Tomcat 7 using 2.0.3 corrupted

2013-08-25 Thread Alexander Hartner
This may be more of an application problem than a tomcat issue, but I am rather stuck with this one and hoping that somebody on this list may be able to shed some light on my issue. I am trying to post UTF-8 encoding text to my JSF2.2 application, however the data received does not seem to be enco