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


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