[richfaces-issues] [JBoss JIRA] Created: (RF-3088) encoding property supported in 'RichFaces Filter'

fang tianying (JIRA) jira-events at lists.jboss.org
Wed Apr 16 08:11:23 EDT 2008


encoding property supported in 'RichFaces Filter'
-------------------------------------------------

                 Key: RF-3088
                 URL: http://jira.jboss.com/jira/browse/RF-3088
             Project: RichFaces
          Issue Type: Feature Request
    Affects Versions: 3.2.0
         Environment: any
            Reporter: fang tianying
            Priority: Minor


add a param 'encoding'  to org.ajax4jsf.Filter
the in doFilter method implemtation, add the following code:

request.setCharacterEncoding(getEncoding());  // sample code

thus the request stream will be parsed under the specified encoding, this simple utility may provide helps for non-english languages,    Chinese, Japanese,,,

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list