[ 
https://issues.apache.org/jira/browse/SHINDIG-1274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Paul Lindner resolved SHINDIG-1274.
-----------------------------------

    Fix Version/s: 2.0.0-RC1
       Resolution: Fixed

patch applied.  Thanks!

> Wrong signature for requests with arrays in query string
> --------------------------------------------------------
>
>                 Key: SHINDIG-1274
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1274
>             Project: Shindig
>          Issue Type: Bug
>          Components: PHP
>            Reporter: Thiago Arrais
>             Fix For: 2.0.0-RC1
>
>         Attachments: 
> fix-1247-adds.support.for.array.parameters.in.signed.request.better-patch
>
>
> Shindig does not correctly sign requests with arrays in the query string. The 
> problem is in encoding arrays into the OAuth signature base string. When it 
> receives something like
> http://example.com/resource?array%5B%5D=5&array%5B%5D=9&array%5B%5D=13
> the basestring includes "array%3D5%26array%3D9%26array%3D13", not 
> "array%255B%255D%3D5%26array%255B%255D%3D9%26array%255B%255D%3D13" as it 
> should.

-- 
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