Fix encoding bugs
-----------------

                 Key: SHINDIG-487
                 URL: https://issues.apache.org/jira/browse/SHINDIG-487
             Project: Shindig
          Issue Type: Bug
          Components: RESTful API (Java)
         Environment: Windows XP, China as region, Chinese as prefer language
            Reporter: Jacky Wang


For the input requests, we can't pre-determine its character encoding, thus we 
need to parse the input according to HttpServletRequest.
If the HttpServletRequest doesn't have this header, we'll use "UTF-8" as 
default value.

For all outbound response, since they're under Shindig's control, we'll set 
their CharacterEncoding to "UTF-8".


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to