Uploaded image for project: 'Shindig'
  1. Shindig
  2. SHINDIG-1316

Security token parsing breaks when url contains ":" sign

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.0.0-RC2
    • PHP
    • None
    • php

    Description

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

      Attachments

        Activity

          People

            Unassigned Unassigned
            vohtaski Evgeny Bogdanov
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: