[email protected] wrote on 06/15/2010 05:00:56 PM:
> Looks like it's a missing configuration parameter in container.js from
one
> of these two commits:
>
...
> commit 21a6a4d3f167938f9883e2a3694fbaeee0a96b4e
> Author: John Hjelmstad <[email protected]>
> Date: Wed Jan 6 23:05:29 2010 +0000
>
> This patch implements a new set of URL(/I) generation interfaces
> designed to
> replace the current UrlGenerator and LockedDomainService interfaces.
I think this is the relevant commit. It looks for several config values,
but some of them don't exist in container.js:
"gadgets.uri.iframe.basePath"
"gadgets.uri.iframe.lockedDomainRequired"
"gadgets.uri.iframe.alwaysAppendSecurityToken"
Not sure what the default values for that should be...
Javier Pedemonte