Proxy doesn't pass "?" when saving an object --------------------------------------------
Key: SHINDIG-1242 URL: https://issues.apache.org/jira/browse/SHINDIG-1242 Project: Shindig Issue Type: Bug Components: PHP Affects Versions: 1.0 Environment: windows xp Reporter: yoav zibin Priority: Critical Some gadgets request: gadgets.io.getProxyUrl and use a URL with a "?" , e.g., http://hfstatic.mentez.com/static/v7/orkut_pt.swf?1.2.1 The proxy doesn't pass the part after the "?" when saving the file. E.g., try opening this: http://shindig/gadgets/proxy?refresh=36&url=http%3A%2F%2Fhfstatic.mentez.com%2Fstatic%2Fv7%2Forkut_pt.swf%3F1.2.1 Another non-related issue is that some XMLs contain spaces that should be trimmed: $doc->loadXML(trim($messageBundleData), ... $doc->loadXML(trim($xmlContent),... -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.