<?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 Alfresco Community 201605 - BUG in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-community-201605-bug/m-p/289381#M242511</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I downloaded community edition GA from below link&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://sourceforge.net/projects/alfresco/files/Alfresco%20201605%20Community/alfresco-community-installer-201605-linux-x64.bin/download" title="https://sourceforge.net/projects/alfresco/files/Alfresco%20201605%20Community/alfresco-community-installer-201605-linux-x64.bin/download" rel="nofollow noopener noreferrer"&gt;https://sourceforge.net/projects/alfresco/files/Alfresco%20201605%20Community/alfresco-community-installer-201605-linux-…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to achieve my SSO to be run on this community instance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my &lt;STRONG&gt;&lt;EM&gt;alfresco-global.properties&lt;/EM&gt;&lt;/STRONG&gt; file&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;authentication.chain=external1:external,alfrescoNtlm1:alfrescoNtlm&lt;BR /&gt;external.authentication.enabled=true&lt;BR /&gt;external.authentication.proxyHeader=SM_USER&lt;BR /&gt;external.authentication.proxyUserName=&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And here is my &lt;STRONG&gt;&lt;EM&gt;share-config-custom.xml&lt;/EM&gt;&lt;/STRONG&gt; &amp;nbsp;file&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;config evaluator="string-compare" condition="Remote"&amp;gt;&lt;BR /&gt; &amp;lt;remote&amp;gt;&lt;BR /&gt; &lt;BR /&gt; &amp;lt;!--&lt;BR /&gt; &amp;lt;ssl-config&amp;gt;&lt;BR /&gt; &amp;lt;keystore-path&amp;gt;alfresco/web-extension/alfresco-system.p12&amp;lt;/keystore-path&amp;gt;&lt;BR /&gt; &amp;lt;keystore-type&amp;gt;pkcs12&amp;lt;/keystore-type&amp;gt;&lt;BR /&gt; &amp;lt;keystore-password&amp;gt;alfresco-system&amp;lt;/keystore-password&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;truststore-path&amp;gt;alfresco/web-extension/ssl-truststore&amp;lt;/truststore-path&amp;gt;&lt;BR /&gt; &amp;lt;truststore-type&amp;gt;JCEKS&amp;lt;/truststore-type&amp;gt;&lt;BR /&gt; &amp;lt;truststore-password&amp;gt;password&amp;lt;/truststore-password&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;verify-hostname&amp;gt;true&amp;lt;/verify-hostname&amp;gt;&lt;BR /&gt; &amp;lt;/ssl-config&amp;gt;&lt;BR /&gt; --&amp;gt;&lt;BR /&gt; &lt;BR /&gt; &amp;lt;connector&amp;gt;&lt;BR /&gt; &amp;lt;id&amp;gt;alfrescoCookie&amp;lt;/id&amp;gt;&lt;BR /&gt; &amp;lt;name&amp;gt;Alfresco Connector&amp;lt;/name&amp;gt;&lt;BR /&gt; &amp;lt;description&amp;gt;Connects to an Alfresco instance using cookie-based authentication&amp;lt;/description&amp;gt;&lt;BR /&gt; &amp;lt;class&amp;gt;org.alfresco.web.site.servlet.SlingshotAlfrescoConnector&amp;lt;/class&amp;gt;&lt;BR /&gt; &amp;lt;/connector&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;connector&amp;gt;&lt;BR /&gt; &amp;lt;id&amp;gt;alfrescoHeader&amp;lt;/id&amp;gt;&lt;BR /&gt; &amp;lt;name&amp;gt;Alfresco Connector&amp;lt;/name&amp;gt;&lt;BR /&gt; &amp;lt;description&amp;gt;Connects to an Alfresco instance using header and cookie-based authentication&amp;lt;/description&amp;gt;&lt;BR /&gt; &amp;lt;class&amp;gt;org.alfresco.web.site.servlet.SlingshotAlfrescoConnector&amp;lt;/class&amp;gt;&lt;BR /&gt; &amp;lt;userHeader&amp;gt;SM_USER&amp;lt;/userHeader&amp;gt;&lt;BR /&gt; &amp;lt;/connector&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;endpoint&amp;gt;&lt;BR /&gt; &amp;lt;id&amp;gt;alfresco&amp;lt;/id&amp;gt;&lt;BR /&gt; &amp;lt;name&amp;gt;Alfresco - user access&amp;lt;/name&amp;gt;&lt;BR /&gt; &amp;lt;description&amp;gt;Access to Alfresco Repository WebScripts that require user authentication&amp;lt;/description&amp;gt;&lt;BR /&gt; &amp;lt;connector-id&amp;gt;alfrescoHeader&amp;lt;/connector-id&amp;gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;endpoint-url&amp;gt;&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://localhost:8080/alfresco/wcs" rel="nofollow noopener noreferrer" target="_blank"&gt;http://localhost:8080/alfresco/wcs&lt;/A&gt;&lt;SPAN&gt;&amp;lt;/endpoint-url&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt; &amp;lt;identity&amp;gt;user&amp;lt;/identity&amp;gt;&lt;BR /&gt; &amp;lt;external-auth&amp;gt;true&amp;lt;/external-auth&amp;gt;&lt;BR /&gt; &amp;lt;/endpoint&amp;gt;&lt;BR /&gt; &lt;BR /&gt; &amp;lt;endpoint&amp;gt;&lt;BR /&gt; &amp;lt;id&amp;gt;alfresco-feed&amp;lt;/id&amp;gt;&lt;BR /&gt; &amp;lt;parent-id&amp;gt;alfresco&amp;lt;/parent-id&amp;gt;&lt;BR /&gt; &amp;lt;name&amp;gt;Alfresco Feed&amp;lt;/name&amp;gt;&lt;BR /&gt; &amp;lt;description&amp;gt;Alfresco Feed - supports basic HTTP authentication via the EndPointProxyServlet&amp;lt;/description&amp;gt;&lt;BR /&gt; &amp;lt;connector-id&amp;gt;alfrescoHeader&amp;lt;/connector-id&amp;gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;endpoint-url&amp;gt;&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://localhost:8080/alfresco/wcs" rel="nofollow noopener noreferrer" target="_blank"&gt;http://localhost:8080/alfresco/wcs&lt;/A&gt;&lt;SPAN&gt;&amp;lt;/endpoint-url&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt; &amp;lt;identity&amp;gt;user&amp;lt;/identity&amp;gt;&lt;BR /&gt; &amp;lt;external-auth&amp;gt;true&amp;lt;/external-auth&amp;gt;&lt;BR /&gt; &amp;lt;/endpoint&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &amp;lt;endpoint&amp;gt;&lt;BR /&gt; &amp;lt;id&amp;gt;alfresco-api&amp;lt;/id&amp;gt;&lt;BR /&gt; &amp;lt;parent-id&amp;gt;alfresco&amp;lt;/parent-id&amp;gt;&lt;BR /&gt; &amp;lt;name&amp;gt;Alfresco Public API - user access&amp;lt;/name&amp;gt;&lt;BR /&gt; &amp;lt;description&amp;gt;Access to Alfresco Repository Public API that require user authentication.&lt;BR /&gt; This makes use of the authentication that is provided by parent 'alfresco' endpoint.&amp;lt;/description&amp;gt;&lt;BR /&gt; &amp;lt;connector-id&amp;gt;alfrescoHeader&amp;lt;/connector-id&amp;gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;endpoint-url&amp;gt;&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://localhost:8080/alfresco/api" rel="nofollow noopener noreferrer" target="_blank"&gt;http://localhost:8080/alfresco/api&lt;/A&gt;&lt;SPAN&gt;&amp;lt;/endpoint-url&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt; &amp;lt;identity&amp;gt;user&amp;lt;/identity&amp;gt;&lt;BR /&gt; &amp;lt;external-auth&amp;gt;true&amp;lt;/external-auth&amp;gt;&lt;BR /&gt; &amp;lt;/endpoint&amp;gt;&lt;BR /&gt; &amp;lt;/remote&amp;gt;&lt;BR /&gt; &amp;lt;/config&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when I try siteminder login, it tries to redirect me to dashboard, but there are below errors in console, and I am not able to create site or use few scripts. UI is something messup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is &lt;STRONG&gt;&lt;EM&gt;catalina.out&lt;/EM&gt;&lt;/STRONG&gt; logs&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Nov 21, 2016 9:02:56 AM org.apache.catalina.startup.Catalina start&lt;BR /&gt;INFO: Server startup in 101415 ms&lt;BR /&gt;2016-11-21 09:02:58,250 INFO [web.site.EditionInterceptor] [http-apr-8080-exec-5] Successfully retrieved license information from Alfresco.&lt;BR /&gt; 2016-11-21 09:04:46,592 INFO [web.scripts.ImapServerStatus] [ajp-apr-8009-exec-4] Successfully retrieved IMAP server status from Alfresco: disabled&lt;BR /&gt; Nov 21, 2016 9:04:48 AM org.apache.catalina.core.StandardWrapperValve invoke&lt;BR /&gt;&lt;STRONG&gt;SEVERE: Servlet.service() for servlet [default] in context with path [/share] threw exception&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;java.lang.NullPointerException&lt;/STRONG&gt;&lt;BR /&gt; at org.alfresco.web.site.servlet.SlingshotAlfrescoConnector.applyRequestHeaders(SlingshotAlfrescoConnector.java:196)&lt;BR /&gt; at org.springframework.extensions.webscripts.connector.HttpConnector.initRemoteClient(HttpConnector.java:269)&lt;BR /&gt; at org.springframework.extensions.webscripts.connector.HttpConnector.call(HttpConnector.java:67)&lt;BR /&gt; at org.springframework.extensions.webscripts.RequestCachingConnector.call(RequestCachingConnector.java:91)&lt;BR /&gt; at org.alfresco.web.site.servlet.SSOAuthenticationFilter.challengeOrPassThrough(SSOAuthenticationFilter.java:843)&lt;BR /&gt; at org.alfresco.web.site.servlet.SSOAuthenticationFilter.doFilter(SSOAuthenticationFilter.java:542)&lt;BR /&gt; at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)&lt;BR /&gt; at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)&lt;BR /&gt; at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)&lt;BR /&gt; at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)&lt;BR /&gt; at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:504)&lt;BR /&gt; at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)&lt;BR /&gt; at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)&lt;BR /&gt; at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:950)&lt;BR /&gt; at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)&lt;BR /&gt; at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:421)&lt;BR /&gt; at org.apache.coyote.ajp.AjpAprProcessor.process(AjpAprProcessor.java:188)&lt;BR /&gt; at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:611)&lt;BR /&gt; at org.apache.tomcat.util.net.AprEndpoint$SocketWithOptionsProcessor.run(AprEndpoint.java:2403)&lt;BR /&gt; at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)&lt;BR /&gt; at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)&lt;BR /&gt; at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)&lt;BR /&gt; at java.lang.Thread.run(Thread.java:745)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2016-11-21 09:04:48,581 ERROR [alfresco.web.site] [ajp-apr-8009-exec-5] java.lang.NullPointerException&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; Nov 21, 2016 9:05:12 AM org.apache.catalina.core.StandardWrapperValve invoke&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;SEVERE: Servlet.service() for servlet [Spring Surf Dispatcher Servlet] in context with path [/share] threw exception [Could not resolve view with name 'user/502434591/undefinedservice/modules/authenticated' in servlet with name 'Spring Surf Dispatcher Servlet'] with root cause&lt;/STRONG&gt;&lt;BR /&gt;javax.servlet.ServletException: Could not resolve view with name 'user/502434591/undefinedservice/modules/authenticated' in servlet with name 'Spring Surf Dispatcher Servlet'&lt;BR /&gt; at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1198)&lt;BR /&gt; at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1001)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I am using Alfresco community version GA 201605 - which is they called as alfresco 5.1&lt;/P&gt;&lt;P&gt;I already tried&amp;nbsp;below under share's &amp;nbsp;web.xml&lt;/P&gt;&lt;P&gt;but this wont help me resolving above issue.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&amp;lt;filter-mapping&amp;gt;&lt;BR /&gt; &amp;lt;filter-name&amp;gt;Authentication Filter&amp;lt;/filter-name&amp;gt;&lt;BR /&gt; &amp;lt;url-pattern&amp;gt;/service/*&amp;lt;/url-pattern&amp;gt;&lt;BR /&gt; &amp;lt;/filter-mapping&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;STRONG&gt;TO&lt;/STRONG&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="background-color: #f6f6f6;"&gt;&amp;lt;filter-mapping&amp;gt;&lt;/SPAN&gt;&lt;BR style="background-color: #f6f6f6;" /&gt;&lt;SPAN style="background-color: #f6f6f6;"&gt;&amp;lt;filter-name&amp;gt;Authentication Filter&amp;lt;/filter-name&amp;gt;&lt;/SPAN&gt;&lt;BR style="background-color: #f6f6f6;" /&gt;&lt;SPAN style="background-color: #f6f6f6;"&gt;&amp;lt;url-pattern&amp;gt;/service/modules/*&amp;lt;/url-pattern&amp;gt;&lt;/SPAN&gt;&lt;BR style="background-color: #f6f6f6;" /&gt;&lt;SPAN style="background-color: #f6f6f6;"&gt;&amp;lt;/filter-mapping&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any update or workaround for this issue? &amp;nbsp;I am in critical phase and require solution of this ASAP.&lt;/P&gt;&lt;P&gt;Anyone please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ghanshyam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Nov 2016 14:21:05 GMT</pubDate>
    <dc:creator>g_rathod</dc:creator>
    <dc:date>2016-11-21T14:21:05Z</dc:date>
    <item>
      <title>Alfresco Community 201605 - BUG</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-community-201605-bug/m-p/289381#M242511</link>
      <description>I downloaded community edition GA from below link&amp;nbsp;https://sourceforge.net/projects/alfresco/files/Alfresco%20201605%20Community/alfresco-community-installer-201605-linux-…&amp;nbsp;Now I want to achieve my SSO to be run on this community instance.Here is my alfresco-global.properties fileauthentication.chain</description>
      <pubDate>Mon, 21 Nov 2016 14:21:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-community-201605-bug/m-p/289381#M242511</guid>
      <dc:creator>g_rathod</dc:creator>
      <dc:date>2016-11-21T14:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Community 201605 - BUG</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-community-201605-bug/m-p/289382#M242512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got almost same error reference,&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://issues.alfresco.com/jira/browse/MNT-15942" title="https://issues.alfresco.com/jira/browse/MNT-15942" rel="nofollow noopener noreferrer"&gt;[MNT-15942] CLONE - SSO alfrescoHeader problems in Share 201602-GA - Alfresco JIRA&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They said fixed, but 201605 is later version and still error is there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2016 14:25:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-community-201605-bug/m-p/289382#M242512</guid>
      <dc:creator>g_rathod</dc:creator>
      <dc:date>2016-11-21T14:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Community 201605 - BUG</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-community-201605-bug/m-p/289383#M242513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe that SSO is still broken in that release.&lt;/P&gt;&lt;P&gt;You will need share version 5.1.g which is part of the following release but &lt;EM&gt;should &lt;/EM&gt;be compatible&lt;/P&gt;&lt;P&gt;See &lt;A class="link-titled" href="https://issues.alfresco.com/jira/browse/MNT-15795" title="https://issues.alfresco.com/jira/browse/MNT-15795" rel="nofollow noopener noreferrer"&gt;[MNT-15795] CAS authentication no longer works - Alfresco JIRA&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2016 16:06:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-community-201605-bug/m-p/289383#M242513</guid>
      <dc:creator>idwright</dc:creator>
      <dc:date>2016-11-21T16:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Community 201605 - BUG</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-community-201605-bug/m-p/289384#M242514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The 201606-EA contains an updated version of 5.1 Share (5.1.g) - you might want to try that as the latest Share version with bugfixes for the 5.1 line.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2016 16:08:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-community-201605-bug/m-p/289384#M242514</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2016-11-21T16:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Community 201605 - BUG</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-community-201605-bug/m-p/289385#M242515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Axel,&lt;/P&gt;&lt;P&gt;Can you help getting me download link for 5.1g community.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ghanshyam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2016 16:10:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-community-201605-bug/m-p/289385#M242515</guid>
      <dc:creator>g_rathod</dc:creator>
      <dc:date>2016-11-21T16:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Community 201605 - BUG</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-community-201605-bug/m-p/289386#M242516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure - just use the search feature in this platform (top right corner) and enter "file list 201606 EA" and you should find the wiki article with all the download links. The distribution ZIP contains the 5.1.g share.war file. For convenience / comparison with your search result, &lt;A _jive_internal="true" href="https://community.alfresco.com/docs/DOC-6299-community-file-list-201606-ea" rel="nofollow noopener noreferrer"&gt;this is the page I am talking about&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2016 16:14:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-community-201605-bug/m-p/289386#M242516</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2016-11-21T16:14:56Z</dc:date>
    </item>
  </channel>
</rss>

