You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shindig.apache.org by "Eiji Kitamura (JIRA)" <ji...@apache.org> on 2009/05/27 22:57:45 UTC

[jira] Created: (SHINDIG-1069) Posting "=" collapses makeRequest

Posting "=" collapses makeRequest
---------------------------------

                 Key: SHINDIG-1069
                 URL: https://issues.apache.org/jira/browse/SHINDIG-1069
             Project: Shindig
          Issue Type: Bug
          Components: PHP
    Affects Versions: trunk, 1.0.0-rc1, 1.0.x-incubating
            Reporter: Eiji Kitamura
            Priority: Minor
             Fix For: trunk


when posting params including "="(%3D), shindig collapses it by trying to re-organize key/value and fail by too many decoding urls.

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


[jira] Updated: (SHINDIG-1069) Posting "=" collapses makeRequest

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

Eiji Kitamura updated SHINDIG-1069:
-----------------------------------

    Attachment: postData.patch

I don't understand why you have to break down postData as key/value pair once and recreate it again. If there's any specific reason, please apply alternative patch.
But this patch will remove postData recreation part to fix the issue.

> Posting "=" collapses makeRequest
> ---------------------------------
>
>                 Key: SHINDIG-1069
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1069
>             Project: Shindig
>          Issue Type: Bug
>          Components: PHP
>    Affects Versions: trunk, 1.0.0-rc1, 1.0.x-incubating
>            Reporter: Eiji Kitamura
>            Priority: Minor
>             Fix For: trunk
>
>         Attachments: postData.patch
>
>
> when posting params including "="(%3D), shindig collapses it by trying to re-organize key/value and fail by too many decoding urls.

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


[jira] Resolved: (SHINDIG-1069) Posting "=" collapses makeRequest

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

Chris Chabot resolved SHINDIG-1069.
-----------------------------------

    Resolution: Fixed

Hey Eiji,

I haven't been able to find anything that would depend on the old behavior, so I've applied the patch to the trunk.

Thanks for the report!

> Posting "=" collapses makeRequest
> ---------------------------------
>
>                 Key: SHINDIG-1069
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1069
>             Project: Shindig
>          Issue Type: Bug
>          Components: PHP
>    Affects Versions: trunk, 1.0.0-rc1, 1.0.x-incubating
>            Reporter: Eiji Kitamura
>            Priority: Minor
>             Fix For: trunk
>
>         Attachments: postData.patch
>
>
> when posting params including "="(%3D), shindig collapses it by trying to re-organize key/value and fail by too many decoding urls.

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