<?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: Direct link to Documents in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/direct-link-to-documents/m-p/218877#M172007</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I do not think that append session ticket is a solution for this problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Because what I want is that the links that appear in the details of documentlibrary, can be used for example in the blog or forum, or when I get one of these links via email, when I open if I are already logged in Alfresco not have to do login again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The solution I found was, to change these links from "Alfresco-feed" to "Alfresco", as discussed in first post and put the option of basic authentication in proxyServelet, file" web.xml ":&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;init-param&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;param-name&amp;gt; authenticator &amp;lt;/ param-name&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;param-value&amp;gt; webscripts.authenticator.delegatingbasic &amp;lt;/ param-value&amp;gt;&lt;BR /&gt;&amp;lt;/ init-param&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;This seems to work well, when user is authenticated show the file, if user is not authenticated show basic authentication, but I would like to know if someone with more experience can give your opinion, especially in cases where there are other forms of authentication: ldap, etc. ..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If this solution look correct, I can open a ticket in Jira, what you thing?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Oct 2009 00:27:12 GMT</pubDate>
    <dc:creator>zoao</dc:creator>
    <dc:date>2009-10-28T00:27:12Z</dc:date>
    <item>
      <title>Direct link to Documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/direct-link-to-documents/m-p/218875#M172005</link>
      <description>In DocumentLibrary its show links for direct access and download to document, but this link request login, even when I'm logged.I see that the link is like this:http://.../share/proxy/alfresco-feed/api/node/content/workspace/SpacesStore/f2d47765-90da-454c-85ef-e8db045c1c3d/Blue%20hills.jpg if i chan</description>
      <pubDate>Sun, 18 Oct 2009 19:47:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/direct-link-to-documents/m-p/218875#M172005</guid>
      <dc:creator>zoao</dc:creator>
      <dc:date>2009-10-18T19:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Direct link to Documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/direct-link-to-documents/m-p/218876#M172006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Append a ticket to the URL…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;?ticket=${session.ticket}&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2009 17:03:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/direct-link-to-documents/m-p/218876#M172006</guid>
      <dc:creator>tonyc</dc:creator>
      <dc:date>2009-10-20T17:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Direct link to Documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/direct-link-to-documents/m-p/218877#M172007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I do not think that append session ticket is a solution for this problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Because what I want is that the links that appear in the details of documentlibrary, can be used for example in the blog or forum, or when I get one of these links via email, when I open if I are already logged in Alfresco not have to do login again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The solution I found was, to change these links from "Alfresco-feed" to "Alfresco", as discussed in first post and put the option of basic authentication in proxyServelet, file" web.xml ":&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;init-param&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;param-name&amp;gt; authenticator &amp;lt;/ param-name&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;param-value&amp;gt; webscripts.authenticator.delegatingbasic &amp;lt;/ param-value&amp;gt;&lt;BR /&gt;&amp;lt;/ init-param&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;This seems to work well, when user is authenticated show the file, if user is not authenticated show basic authentication, but I would like to know if someone with more experience can give your opinion, especially in cases where there are other forms of authentication: ldap, etc. ..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If this solution look correct, I can open a ticket in Jira, what you thing?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2009 00:27:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/direct-link-to-documents/m-p/218877#M172007</guid>
      <dc:creator>zoao</dc:creator>
      <dc:date>2009-10-28T00:27:12Z</dc:date>
    </item>
  </channel>
</rss>

