<?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: Web View Dashlet - 3.2 in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/web-view-dashlet-3-2/m-p/222750#M175880</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ah, that makes sense then.&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jul 2009 18:22:20 GMT</pubDate>
    <dc:creator>jtp</dc:creator>
    <dc:date>2009-07-09T18:22:20Z</dc:date>
    <item>
      <title>Web View Dashlet - 3.2</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/web-view-dashlet-3-2/m-p/222746#M175876</link>
      <description>I love the web view option in Share, it's great for letting me integrate some of my other tools into one interface.&amp;nbsp; I do have one problem however.&amp;nbsp; I tried adding an https:// page to webview, and Share automatically prefixes the link with http://, so it ends up as http://https://www.mylink.com.&amp;nbsp; It</description>
      <pubDate>Wed, 08 Jul 2009 13:37:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/web-view-dashlet-3-2/m-p/222746#M175876</guid>
      <dc:creator>jtp</dc:creator>
      <dc:date>2009-07-08T13:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Web View Dashlet - 3.2</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/web-view-dashlet-3-2/m-p/222747#M175877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; i think that this work:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;var connector = remote.connect("http");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;var re = /^(http|https):\/\//;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;if (!isDefault &amp;amp;&amp;amp; !re.test(uri))&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; uri = "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow noopener noreferrer"&gt;http://&lt;/A&gt;&lt;SPAN&gt;" + uri;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But for me is more correct check if the string has protocol, whatever it is (http, https, ftp, file, mailto, …), in this case the expression is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/^[A-Za-z]+:\/\//&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2009 00:38:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/web-view-dashlet-3-2/m-p/222747#M175877</guid>
      <dc:creator>zoao</dc:creator>
      <dc:date>2009-07-09T00:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Web View Dashlet - 3.2</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/web-view-dashlet-3-2/m-p/222748#M175878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Wouldn't you have to change this - uri = "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow noopener noreferrer"&gt;http://&lt;/A&gt;&lt;SPAN&gt;" + uri; - so that it can point to the https URL when it sees https and keep with http if it sees http?&amp;nbsp; Otherwise I think it's just preventing the doubling (&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="http://https://www.mylink.com" rel="nofollow noopener noreferrer"&gt;http://https://www.mylink.com&lt;/A&gt;&lt;SPAN&gt;), not allowing the https (&lt;/SPAN&gt;&lt;A href="https://www.mylink.com" rel="nofollow noopener noreferrer"&gt;https://www.mylink.com&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2009 15:38:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/web-view-dashlet-3-2/m-p/222748#M175878</guid>
      <dc:creator>jtp</dc:creator>
      <dc:date>2009-07-09T15:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Web View Dashlet - 3.2</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/web-view-dashlet-3-2/m-p/222749#M175879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It only adds the protocol prefix if the RegExp test fails.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please raise this as a bug in JIRA - I believe we should support https (I'm not convinced of the other protocols for the &lt;/SPAN&gt;&lt;STRONG&gt;Web&lt;/STRONG&gt;&lt;SPAN&gt;View dashlet however).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2009 16:40:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/web-view-dashlet-3-2/m-p/222749#M175879</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2009-07-09T16:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Web View Dashlet - 3.2</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/web-view-dashlet-3-2/m-p/222750#M175880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ah, that makes sense then.&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2009 18:22:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/web-view-dashlet-3-2/m-p/222750#M175880</guid>
      <dc:creator>jtp</dc:creator>
      <dc:date>2009-07-09T18:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: Web View Dashlet - 3.2</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/web-view-dashlet-3-2/m-p/222751#M175881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;FYI, I created a JIRA ticket back on the 9th &lt;/SPAN&gt;&lt;A href="https://issues.alfresco.com/jira/browse/ALFCOM-3189" rel="nofollow noopener noreferrer"&gt;https://issues.alfresco.com/jira/browse/ALFCOM-3189&lt;/A&gt;&lt;SPAN&gt; but it hasn't been assigned yet.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2009 17:45:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/web-view-dashlet-3-2/m-p/222751#M175881</guid>
      <dc:creator>jtp</dc:creator>
      <dc:date>2009-07-16T17:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Web View Dashlet - 3.2</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/web-view-dashlet-3-2/m-p/222752#M175882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The JIRA ticket is still in a "New" state.&amp;nbsp; Is that normal after nearly a month?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2009 12:12:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/web-view-dashlet-3-2/m-p/222752#M175882</guid>
      <dc:creator>jtp</dc:creator>
      <dc:date>2009-08-04T12:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Web View Dashlet - 3.2</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/web-view-dashlet-3-2/m-p/222753#M175883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, if there's nobody available to assign it to.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2009 13:35:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/web-view-dashlet-3-2/m-p/222753#M175883</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2009-08-04T13:35:55Z</dc:date>
    </item>
  </channel>
</rss>

