[
https://issues.apache.org/jira/browse/SHINDIG-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Evgeny Bogdanov updated SHINDIG-1334:
-------------------------------------
Attachment: fix-1334-bug.patch
Solution!
> Security token parsing breaks when url contains ":" sign
> --------------------------------------------------------
>
> Key: SHINDIG-1334
> URL: https://issues.apache.org/jira/browse/SHINDIG-1334
> Project: Shindig
> Issue Type: Bug
> Components: Java
> Environment: Shindig Java, Mac OS, trunk version
> Reporter: Evgeny Bogdanov
> Attachments: fix-1334-bug.patch
>
>
> 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"]
> Bug is the same as one for php version:
> https://issues.apache.org/jira/browse/SHINDIG-1316
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.