<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: vti/sharepoint https issue in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/vti-sharepoint-https-issue/m-p/229553#M182683</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&lt;SPAN&gt;I've also encountered the problem of having to use &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow noopener noreferrer"&gt;http://&lt;/A&gt;&lt;SPAN&gt; instead of &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://" rel="nofollow noopener noreferrer"&gt;https://&lt;/A&gt;&lt;SPAN&gt; to get sharepoint support to work.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you had any luck finding a resolution since your last post?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Nov 2009 17:44:23 GMT</pubDate>
    <dc:creator>petebeaz</dc:creator>
    <dc:date>2009-11-10T17:44:23Z</dc:date>
    <item>
      <title>vti/sharepoint https issue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/vti-sharepoint-https-issue/m-p/229551#M182681</link>
      <description>Hi, I'm having a weird problem with the "Edit online" option. My site is https. The link for "edit online" goes to https://mysite:7070/path/to/doc , which returns "Internet Explorer cannot display the webpage." Strangely, though, if I change the URL manually to http, everything works file. The behav</description>
      <pubDate>Thu, 13 Aug 2009 16:28:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/vti-sharepoint-https-issue/m-p/229551#M182681</guid>
      <dc:creator>nadaoneal</dc:creator>
      <dc:date>2009-08-13T16:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: vti/sharepoint https issue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/vti-sharepoint-https-issue/m-p/229552#M182682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I also have this problem, would be very nice if someone with the knowledge could help us&amp;nbsp; &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Until there is a fix to the problem I will disable/delete the 'Edit Online' button. Here is how I did it:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Folder location: ../tomcat/webapps/share/WEB-INF/classes/alfresco/site-webscripts/org/alfresco/components/documentlibrary/&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;File to edit: &lt;/SPAN&gt;&lt;STRONG&gt;documentlist.get.config.xml&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Remove the line highlighted with red from the following area:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;actionSet id="document"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;action id="onActionDownload" type="simple-link" href="{downloadUrl}" label="actions.document.download" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;action id="onActionDetails" type="action-link" permission="edit" label="actions.document.edit-metadata" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;action id="onActionUploadNewVersion" type="action-link" label="actions.document.upload-new-version" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color:#BF0000;"&gt;&amp;lt;action id="onActionEditOnline" type="action-link" permission="edit,online-edit" label="actions.document.edit-online" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;action id="onActionEditOffline" type="action-link" permission="edit" label="actions.document.edit-offline" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;action id="onActionCopyTo" type="action-link" label="actions.document.copy-to" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;action id="onActionMoveTo" type="action-link" permission="delete" label="actions.document.move-to" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;action id="onActionDelete" type="action-link" permission="delete" label="actions.document.delete" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;action id="onActionAssignWorkflow" type="action-link" label="actions.document.assign-workflow" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;action id="onActionManagePermissions" type="action-link" permission="permissions" label="actions.document.manage-permissions" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;action id="onActionManageAspects" type="action-link" permission="edit" label="actions.document.manage-aspects" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/actionSet&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2009 09:31:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/vti-sharepoint-https-issue/m-p/229552#M182682</guid>
      <dc:creator>unknown-user</dc:creator>
      <dc:date>2009-10-05T09:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: vti/sharepoint https issue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/vti-sharepoint-https-issue/m-p/229553#M182683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&lt;SPAN&gt;I've also encountered the problem of having to use &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow noopener noreferrer"&gt;http://&lt;/A&gt;&lt;SPAN&gt; instead of &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://" rel="nofollow noopener noreferrer"&gt;https://&lt;/A&gt;&lt;SPAN&gt; to get sharepoint support to work.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you had any luck finding a resolution since your last post?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2009 17:44:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/vti-sharepoint-https-issue/m-p/229553#M182683</guid>
      <dc:creator>petebeaz</dc:creator>
      <dc:date>2009-11-10T17:44:23Z</dc:date>
    </item>
  </channel>
</rss>

