<?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: External auth. ok but navigation in share not ok in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/external-auth-ok-but-navigation-in-share-not-ok/m-p/289291#M242421</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I test mod_proxy_ajp, it's change nothing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I test with mod_jk, it's better : i can validate task from workflow, but i still can't browse folder with accent.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was thinking it's the mod_jk who was doing something wrong with charset because the response is correct when i request Tomcat directly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But if i remove the external authentication configuration and replace with a AD and Ntlm authentication, all is ok with the same configuration of apache/tomcat.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Sep 2013 15:40:03 GMT</pubDate>
    <dc:creator>jpmerlin</dc:creator>
    <dc:date>2013-09-19T15:40:03Z</dc:date>
    <item>
      <title>External auth. ok but navigation in share not ok</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/external-auth-ok-but-navigation-in-share-not-ok/m-p/289289#M242419</link>
      <description>Hello,I have tested on 4.2.c and 4.2.d, on both i have the same issue.I configure Alfresco to work with a external siteminder.Here is my alfresco-global.properties :## LDAP AUTH###authentication.chain=external:external,alfrescoNtlm1:alfrescoNtlmexternal.authentication.enabled=trueexternal.authentica</description>
      <pubDate>Wed, 18 Sep 2013 07:04:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/external-auth-ok-but-navigation-in-share-not-ok/m-p/289289#M242419</guid>
      <dc:creator>jpmerlin</dc:creator>
      <dc:date>2013-09-18T07:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: External auth. ok but navigation in share not ok</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/external-auth-ok-but-navigation-in-share-not-ok/m-p/289290#M242420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;perhaps it's my apache mod_proxy configuration ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;here is my apache conf :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;LoadModule proxy_module&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /usr/lib64/apache2-prefork/mod_proxy.so&lt;BR /&gt;LoadModule proxy_http_module&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /usr/lib64/apache2-prefork/mod_proxy_http.so&lt;BR /&gt;ProxyRequests Off&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ProxyPreserveHost Off&lt;BR /&gt;&lt;BR /&gt;ProxyPass /alfresco &lt;A href="http://ecm-dev1.eic.intra:8080/alfresco" rel="nofollow noopener noreferrer"&gt;http://ecm-dev1.eic.intra:8080/alfresco&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;ProxyPassReverse /alfresco &lt;A href="http://ecm-dev1.eic.intra:8080/alfresco" rel="nofollow noopener noreferrer"&gt;http://ecm-dev1.eic.intra:8080/alfresco&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;ProxyPass /share &lt;A href="http://ecm-dev1.eic.intra:8080/share" rel="nofollow noopener noreferrer"&gt;http://ecm-dev1.eic.intra:8080/share&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;ProxyPassReverse /share &lt;A href="http://ecm-dev1.eic.intra:8080/share" rel="nofollow noopener noreferrer"&gt;http://ecm-dev1.eic.intra:8080/share&lt;/A&gt;&lt;BR /&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;/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;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;BR /&gt;&lt;SPAN&gt;if i browse data dictionnary i have a http 500 on this URL&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&lt;A href="http://ecm-dev1.eic.intra/share/service/components/documentlibrary/data/doclist/all/node/alfresco/company/home/Dictionnaire%20de%20donn%C3%A9es?filter=path&amp;amp;size=50&amp;amp;pos=1&amp;amp;sortAsc=true&amp;amp;sortField=cm%3Acreated&amp;amp;libraryRoot=alfresco%3A%2F%2Fcompany%2Fhome&amp;amp;view=browse&amp;amp;noCache=1379492661281" rel="nofollow noopener noreferrer"&gt;http://ecm-dev1.eic.intra/share/service/components/documentlibrary/data/doclist/all/node/alfresco/company/home/Dictionnaire%20de%20donn%C3%A9es?filter=path&amp;amp;size=50&amp;amp;pos=1&amp;amp;sortAsc=true&amp;amp;sortField=cm%3Acreated&amp;amp;libraryRoot=alfresco%3A%2F%2Fcompany%2Fhome&amp;amp;view=browse&amp;amp;noCache=1379492661281&lt;/A&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but if i do the same request on Tomcat directly , i have a json response who is ok:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&lt;A href="http://ecm-dev1.eic.intra:8080/share/service/components/documentlibrary/data/doclist/all/node/alfresco/company/home/Dictionnaire%20de%20donn%C3%A9es?filter=path&amp;amp;size=50&amp;amp;pos=1&amp;amp;sortAsc=true&amp;amp;sortField=cm%3Acreated&amp;amp;libraryRoot=alfresco%3A%2F%2Fcompany%2Fhome&amp;amp;view=browse&amp;amp;noCache=1379492661281" rel="nofollow noopener noreferrer"&gt;http://ecm-dev1.eic.intra:8080/share/service/components/documentlibrary/data/doclist/all/node/alfresco/company/home/Dictionnaire%20de%20donn%C3%A9es?filter=path&amp;amp;size=50&amp;amp;pos=1&amp;amp;sortAsc=true&amp;amp;sortField=cm%3Acreated&amp;amp;libraryRoot=alfresco%3A%2F%2Fcompany%2Fhome&amp;amp;view=browse&amp;amp;noCache=1379492661281&lt;/A&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;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 08:35:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/external-auth-ok-but-navigation-in-share-not-ok/m-p/289290#M242420</guid>
      <dc:creator>jpmerlin</dc:creator>
      <dc:date>2013-09-18T08:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: External auth. ok but navigation in share not ok</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/external-auth-ok-but-navigation-in-share-not-ok/m-p/289291#M242421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I test mod_proxy_ajp, it's change nothing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I test with mod_jk, it's better : i can validate task from workflow, but i still can't browse folder with accent.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was thinking it's the mod_jk who was doing something wrong with charset because the response is correct when i request Tomcat directly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But if i remove the external authentication configuration and replace with a AD and Ntlm authentication, all is ok with the same configuration of apache/tomcat.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2013 15:40:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/external-auth-ok-but-navigation-in-share-not-ok/m-p/289291#M242421</guid>
      <dc:creator>jpmerlin</dc:creator>
      <dc:date>2013-09-19T15:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: External auth. ok but navigation in share not ok</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/external-auth-ok-but-navigation-in-share-not-ok/m-p/289292#M242422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The problem is resolve.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It was a problem of configuration of the external authentication system : siteminder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;By default, Siteminder don't accept special character in the URL with the properties BadCssChars and BadUrlChars.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Oct 2013 07:48:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/external-auth-ok-but-navigation-in-share-not-ok/m-p/289292#M242422</guid>
      <dc:creator>jpmerlin</dc:creator>
      <dc:date>2013-10-17T07:48:05Z</dc:date>
    </item>
  </channel>
</rss>

