Extra query params are appended to gadget's proxied HTML content
----------------------------------------------------------------

                 Key: SHINDIG-1177
                 URL: https://issues.apache.org/jira/browse/SHINDIG-1177
             Project: Shindig
          Issue Type: Bug
          Components: Java
    Affects Versions: 1.1-BETA2
            Reporter: Randy Hudson


I have a gadget:

<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs title="My Gadget">
        <Require feature="dynamic-height"/>
        <Require feature="settitle"/>
</ModulePrefs>
<Content type="html" href="/MyAjaxModule"/>
</Module>

When shindig fetches the HTML from my server containing the gadget xml and the 
HTML "/MyAjaxModule", it makes the following request:
GET /MyAjaxModule?lang=default&country=DEFAULT HTTP/1.1

The additional parameters "lang" and "country" should not be added.  These 
parameters are only added if type="url".
@see:
http://www.opensocial.org/Technical-Resources/opensocial-spec-v09/Gadgets-API-Specification.html#process
6.c.b.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to