Substitutions in Preload content isnt working
---------------------------------------------
Key: SHINDIG-399
URL: https://issues.apache.org/jira/browse/SHINDIG-399
Project: Shindig
Issue Type: Bug
Components: Gadget Rendering Server (PHP)
Reporter: Gonzalo Aune
Example:
<Preload
href="http://www.tarot.com/rss/generate.php?code=google-ig&feed=daily_horoscope&sign=__UP_sign__"/>
if we have in the url (or userPrefs) sign = "aries" it should go to url
http://www.tarot.com/rss/generate.php?code=google-ig&feed=daily_horoscope&sign=aries
but isnt working:
gadgets.io.preloaded_ =
{"http:\/\/www.tarot.com\/rss\/generate.php?code=google-ig&feed=daily_horoscope&sign=__UP_sign__":{"body":"...DATA...","rc":200}};
Thanks Bruno for discover the bug.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.