【发布时间】:2015-04-13 05:25:26
【问题描述】:
我们正在尝试对 Workbench 上的列表 (Sharepoint 2013) 运行简单查询,但我们收到“连接:不支持重定向(HTTP 状态代码 302):”错误。奇怪的是,我们可以在除名为“AP Document”的列表之外的其他列表上运行查询。
我们也在 Visual Studio 上进行了尝试,但现在出现“未经授权的错误”。有了这个,我们将所有列表的权限设置为默认值,但仍然出现错误。我们还尝试删除列表并重新创建它,但仍然没有成功。
我们在这个列表中做错了什么?这是检查代码的日志。请帮忙。
错误 hemistry.opencmis.workbench.ClientHelper: CmisConnectionException:不支持重定向(HTTP 状态代码 302): 找到 org.apache.chemistry.opencmis.commons.exceptions.CmisConnectionException: 不支持重定向(HTTP 状态代码 302):位于 org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.convertStatusCode(AbstractAtomPubService.java:460) 在 org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.post(AbstractAtomPubService.java:650) 在 org.apache.chemistry.opencmis.client.bindings.spi.atompub.DiscoveryServiceImpl.query(DiscoveryServiceImpl.java:179) 在 org.apache.chemistry.opencmis.client.runtime.SessionImpl$5.fetchPage(SessionImpl.java:887) 在 org.apache.chemistry.opencmis.client.runtime.util.AbstractIterator.getCurrentPage(AbstractIterator.java:132) 在 org.apache.chemistry.opencmis.client.runtime.util.CollectionPageIterator.hasNext(CollectionPageIterator.java:48)
【问题讨论】:
标签: sharepoint cmis cmis-workbench