officecfg/registry/data/org/openoffice/Office/Common.xcu |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9e8429b51eb7a1ef151ba40bb606910354dd5506
Author: Julien Nabet <serval2...@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
    
    Cherry-picked from 6e9d99332c241cf20204d9dfb772bc0168bfc460
    
    Change-Id: I3712993db96f8544381065c71a36697207ce66e0
    Reviewed-on: https://gerrit.libreoffice.org/12071
    Reviewed-by: Bosdonnat Cedric <cedric.bosdon...@free.fr>
    Tested-by: Bosdonnat Cedric <cedric.bosdon...@free.fr>
    Reviewed-on: https://gerrit.libreoffice.org/12090
    Reviewed-by: Miklos Vajna <vmik...@collabora.co.uk>
    Tested-by: Miklos Vajna <vmik...@collabora.co.uk>

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://&lt;host&gt;/alfresco/cmisws/RepositoryService?wsdl</it>
+        <it>http://&lt;host:port&gt;/alfresco/cmisatom</it>
         <it>https://api.alfresco.com/cmis/versions/1.0/atom/</it>
         <it>http://&lt;host&gt;/p8cmis/wsdl</it>
         <it>https://apps.lotuslive.com/files/basic/cmis/my/servicedoc</it>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to