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

Evgeny Bogdanov updated SHINDIG-1316:
-------------------------------------

    Attachment: fix-1316-bug.patch

a patch to solve the bug

> 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
>         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.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to