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

Paul Lindner resolved SHINDIG-1316.
-----------------------------------

    Fix Version/s: 1.1-BETA6
       Resolution: Fixed

tests pass, looks good.

Thanks!


> Security token parsing breaks when url contains ":" sign
> --------------------------------------------------------
>
>                 Key: SHINDIG-1316
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1316
>             Project: Shindig
>          Issue Type: Bug
>          Components: PHP
>         Environment: php
>            Reporter: Evgeny Bogdanov
>             Fix For: 1.1-BETA6
>
>         Attachments: fix-1316-bug.patch
>
>
> PHP shindig doesn't correctly parse security token when url contains ":"
> If I have url=http://host:80/gadget.xml, then shindig can't parse properly 
> the following security token
> st=o:v:a:d:http://host:80/gadget.xml:1:c
> it is parsed into ["o","v","a","d","http","//host","80"], but should be
> ["o","v","a","d","http://host:80/gadget.xml","1","c";]

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