[jboss-user] [JBoss Seam] - Re: Additional filter outside Seam-filter messes up encoding

Toby451 do-not-reply at jboss.com
Wed Oct 17 09:47:56 EDT 2007


Ok ... the scandinavian characters åäöÅÄÖ got scrambled when they where part of a post-data. 

Adding this (below) filter in front of the timing seems to solve it!

    
  |       <filter>
  |         <filter-name>Character Encoding</filter-name>
  |         <filter-class>
  |             org.jboss.seam.servlet.SeamCharacterEncodingFilter
  |         </filter-class>
  |         <init-param>
  |             <param-name>encoding</param-name>
  |             <param-value>UTF-8</param-value>
  |         </init-param>
  |         <init-param>
  |             <param-name>overrideClient</param-name>
  |             <param-value>true</param-value>
  |         </init-param>
  |     </filter>
  | 



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4096086#4096086

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4096086




More information about the jboss-user mailing list