0

我正在运行 Shindig 2.0.2 服务器。当我尝试呈现以下本地小工具规范 XML 时:

<?xml version="1.0" encoding="UTF-8" ?>
<Module>
  <ModulePrefs title="Calendar">
    <Require feature="opensocial-0.7" />
  </ModulePrefs>
  <Content type="url" href='../../Base/content/calendar/index.html'>

  </Content>
</Module>

我收到此错误:

至少需要 1 个 ModulePrefs。

有谁知道这个错误?

此外,当我在本地运行我的服务器时,没有问题。仅当我的应用程序和 Shindig 部署在云上(在 https 下)时,才会出现该错误。

谢谢!

4

1 回答 1

0

问题是 Shindig 获得了 SAML 重定向 HTML 页面,因此无法正确解析。

于 2012-01-15T07:10:01.960 回答