[Libreoffice-commits] core.git: officecfg/registry
Julien Nabet
serval2412 at yahoo.fr
Fri Oct 24 04:38:04 PDT 2014
officecfg/registry/data/org/openoffice/Office/Common.xcu | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6e9d99332c241cf20204d9dfb772bc0168bfc460
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Wed Oct 22 22:46:24 2014 +0200
Resolves fdo#71781: CMIS: Default Alfresco 4 URL not working
See https://bugs.freedesktop.org/show_bug.cgi?id=71781#c5
Badfully Alfresco server test doesn't follow this (their own?) rule since the url is:
http://cmis.alfresco.com/cmisatom
and not http://cmis.alfresco.com/alfresco/cmisatom
Change-Id: I3712993db96f8544381065c71a36697207ce66e0
Reviewed-on: https://gerrit.libreoffice.org/12071
Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat at free.fr>
Tested-by: Bosdonnat Cedric <cedric.bosdonnat at free.fr>
diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu b/officecfg/registry/data/org/openoffice/Office/Common.xcu
index dcb3f70..6225b9e 100644
--- a/officecfg/registry/data/org/openoffice/Office/Common.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu
@@ -575,7 +575,7 @@
</prop>
<prop oor:name="CmisServersUrls">
<value>
- <it>http://<host>/alfresco/cmisws/RepositoryService?wsdl</it>
+ <it>http://<host:port>/alfresco/cmisatom</it>
<it>https://api.alfresco.com/cmis/versions/1.0/atom/</it>
<it>http://<host>/p8cmis/wsdl</it>
<it>https://apps.lotuslive.com/files/basic/cmis/my/servicedoc</it>
More information about the Libreoffice-commits
mailing list