You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by jo...@apache.org on 2011/08/03 23:57:01 UTC

svn commit: r1153684 - /shindig/trunk/config/container.js

Author: johnh
Date: Wed Aug  3 21:57:00 2011
New Revision: 1153684

URL: http://svn.apache.org/viewvc?rev=1153684&view=rev
Log:
Back to schema-relative JS host.


Modified:
    shindig/trunk/config/container.js

Modified: shindig/trunk/config/container.js
URL: http://svn.apache.org/viewvc/shindig/trunk/config/container.js?rev=1153684&r1=1153683&r2=1153684&view=diff
==============================================================================
--- shindig/trunk/config/container.js (original)
+++ shindig/trunk/config/container.js Wed Aug  3 21:57:00 2011
@@ -119,7 +119,7 @@
 "gadgets.uri.iframe.lockedDomainSuffix": "${Cur['defaultShindigTestAuthority']}",
 
 // Default Js Uri config: also must be overridden.
-"gadgets.uri.js.host": "http://${Cur['defaultShindigTestAuthority']}",
+"gadgets.uri.js.host": "//${Cur['defaultShindigTestAuthority']}",
 "gadgets.uri.js.path": "${CONTEXT_ROOT}/gadgets/js",
 
 // Default concat Uri config; used for testing.



Re: svn commit: r1153684 - /shindig/trunk/config/container.js

Posted by Henry Saputra <he...@gmail.com>.
Thanks John, was wondering why it was change to scheme specific.

- Henry

On Wed, Aug 3, 2011 at 2:57 PM,  <jo...@apache.org> wrote:
> Author: johnh
> Date: Wed Aug  3 21:57:00 2011
> New Revision: 1153684
>
> URL: http://svn.apache.org/viewvc?rev=1153684&view=rev
> Log:
> Back to schema-relative JS host.
>
>
> Modified:
>    shindig/trunk/config/container.js
>
> Modified: shindig/trunk/config/container.js
> URL: http://svn.apache.org/viewvc/shindig/trunk/config/container.js?rev=1153684&r1=1153683&r2=1153684&view=diff
> ==============================================================================
> --- shindig/trunk/config/container.js (original)
> +++ shindig/trunk/config/container.js Wed Aug  3 21:57:00 2011
> @@ -119,7 +119,7 @@
>  "gadgets.uri.iframe.lockedDomainSuffix": "${Cur['defaultShindigTestAuthority']}",
>
>  // Default Js Uri config: also must be overridden.
> -"gadgets.uri.js.host": "http://${Cur['defaultShindigTestAuthority']}",
> +"gadgets.uri.js.host": "//${Cur['defaultShindigTestAuthority']}",
>  "gadgets.uri.js.path": "${CONTEXT_ROOT}/gadgets/js",
>
>  // Default concat Uri config; used for testing.
>
>
>