[ 
https://issues.apache.org/jira/browse/SHINDIG-1413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Paul Lindner resolved SHINDIG-1413.
-----------------------------------

    Fix Version/s: 2.0.0
       Resolution: Fixed

Patch applied.  Thanks!

> this.parentUrl_ in the gadgets.Container can only be used with http
> -------------------------------------------------------------------
>
>                 Key: SHINDIG-1413
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1413
>             Project: Shindig
>          Issue Type: Bug
>          Components: Javascript 
>            Reporter: Arn Waßmann
>            Priority: Trivial
>             Fix For: 2.0.0
>
>
> Hello,
> i use Apache Shindig with https (nightly build from june) and an security 
> error occurred. I must patched my version:
> old: 
> gadgets.Container = function() {
>   this.gadgets_ = {};
>   this.parentUrl_ = 'http://' + document.location.host;
> new:
> gadgets.Container = function() {
>   this.gadgets_ = {};
>   this.parentUrl_ = document.location.href + '://' + document.location.host;
> thx 
> Arn

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