You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shindig.apache.org by "Bastian Hofmann (JIRA)" <ji...@apache.org> on 2010/11/02 10:36:27 UTC

[jira] Created: (SHINDIG-1458) UTF8 over-decoding corrupts JSON response

UTF8 over-decoding corrupts JSON response
-----------------------------------------

                 Key: SHINDIG-1458
                 URL: https://issues.apache.org/jira/browse/SHINDIG-1458
             Project: Shindig
          Issue Type: Bug
          Components: PHP
            Reporter: Bastian Hofmann
            Assignee: Bastian Hofmann
             Fix For: 2.0.3


In the MakeRequest handler the already encoded JSON response is in some cases utf8-decoded afterward which may result in a corrupt json string if e.g. the json string contained sth link &#34; which would be changed to " by utf8_decode.

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


[jira] Closed: (SHINDIG-1458) UTF8 over-decoding corrupts JSON response

Posted by "Bastian Hofmann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bastian Hofmann closed SHINDIG-1458.
------------------------------------

    Resolution: Fixed

> UTF8 over-decoding corrupts JSON response
> -----------------------------------------
>
>                 Key: SHINDIG-1458
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1458
>             Project: Shindig
>          Issue Type: Bug
>          Components: PHP
>            Reporter: Bastian Hofmann
>            Assignee: Bastian Hofmann
>             Fix For: 2.0.3
>
>
> In the MakeRequest handler the already encoded JSON response is in some cases utf8-decoded afterward which may result in a corrupt json string if e.g. the json string contained sth link &#34; which would be changed to " by utf8_decode.

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