<?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: dejar cookie segura in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/dejar-cookie-segura/m-p/85843#M57970</link>
    <description>&lt;P&gt;He replicado los pasos en local y parece que funciona correctamente.&lt;/P&gt;

&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screenshot 2022-06-02 at 09.59.24.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/582i9C1533CA565813C7/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;He creado un archivo nuevo &lt;FONT face="andale mono,times"&gt;share.xml&lt;/FONT&gt; con el siguiente contenido:&lt;/P&gt;
&lt;PRE&gt;&amp;lt;?xml version='1.0' encoding='utf-8'?&amp;gt;
&amp;lt;Context crossContext="true" useHttpOnly="true"&amp;gt;
&amp;lt;/Context&amp;gt;&lt;/PRE&gt;
&lt;P&gt;He modificado el archivo &lt;FONT face="andale mono,times"&gt;server.xml&lt;/FONT&gt; de Tomcat para activar el modo seguro en el &lt;EM&gt;Connector&lt;/EM&gt; de la aplicacion Web Share:&lt;/P&gt;
&lt;PRE&gt;&amp;lt;Connector ...
    scheme="https" secure="true"
/&amp;gt;&lt;/PRE&gt;
&lt;P&gt;Finalmente, he copiado el archivo &lt;FONT face="andale mono,times"&gt;share.xml&lt;/FONT&gt; a su ubicación:&lt;/P&gt;
&lt;PRE&gt;$ cp share.xml $TOMCAT_DIR/Catalina/localhost/&lt;/PRE&gt;
&lt;P&gt;Una vez arrancado Share, la cookie aparece como segura en el navegador.&lt;/P&gt;</description>
    <pubDate>Thu, 02 Jun 2022 08:03:25 GMT</pubDate>
    <dc:creator>angelborroy</dc:creator>
    <dc:date>2022-06-02T08:03:25Z</dc:date>
    <item>
      <title>dejar cookie segura</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/dejar-cookie-segura/m-p/85842#M57969</link>
      <description>&lt;P&gt;&lt;FONT size="3" color="#000000"&gt;Hola a todos:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3" color="#000000"&gt;Necesito dejar la cookie de alfresco como segura, he seguido la informacion que se publico en la comunidad que consistia en modificar el archivo share.xml agregando la siguiente variable.&lt;/FONT&gt;&lt;/P&gt;&lt;PRE&gt;&amp;lt;Context crossContext="true" useHttpOnly="true"&amp;gt;&lt;/PRE&gt;&lt;P&gt;&lt;FONT size="3" color="#000000"&gt;pero aun asi sigue saliendo como no segura&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3" color="#000000"&gt;Tengo la versio de alfresco 5.2 y tiene un certificado ssl instalado&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="alfresco_cookie_nosegura.jpg" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/581i8E6A271C6E4C95C3/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Por favor si alguien tiene alguna informacion de como poder solucionar este problema ya que toda la documentacion que he visto apunta a que ese esa la solucion pero no funciona.&lt;/P&gt;&lt;P&gt;Saludos a todos&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2022 20:39:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/dejar-cookie-segura/m-p/85842#M57969</guid>
      <dc:creator>dniel_b</dc:creator>
      <dc:date>2022-06-01T20:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: dejar cookie segura</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/dejar-cookie-segura/m-p/85843#M57970</link>
      <description>&lt;P&gt;He replicado los pasos en local y parece que funciona correctamente.&lt;/P&gt;

&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screenshot 2022-06-02 at 09.59.24.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/582i9C1533CA565813C7/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;He creado un archivo nuevo &lt;FONT face="andale mono,times"&gt;share.xml&lt;/FONT&gt; con el siguiente contenido:&lt;/P&gt;
&lt;PRE&gt;&amp;lt;?xml version='1.0' encoding='utf-8'?&amp;gt;
&amp;lt;Context crossContext="true" useHttpOnly="true"&amp;gt;
&amp;lt;/Context&amp;gt;&lt;/PRE&gt;
&lt;P&gt;He modificado el archivo &lt;FONT face="andale mono,times"&gt;server.xml&lt;/FONT&gt; de Tomcat para activar el modo seguro en el &lt;EM&gt;Connector&lt;/EM&gt; de la aplicacion Web Share:&lt;/P&gt;
&lt;PRE&gt;&amp;lt;Connector ...
    scheme="https" secure="true"
/&amp;gt;&lt;/PRE&gt;
&lt;P&gt;Finalmente, he copiado el archivo &lt;FONT face="andale mono,times"&gt;share.xml&lt;/FONT&gt; a su ubicación:&lt;/P&gt;
&lt;PRE&gt;$ cp share.xml $TOMCAT_DIR/Catalina/localhost/&lt;/PRE&gt;
&lt;P&gt;Una vez arrancado Share, la cookie aparece como segura en el navegador.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2022 08:03:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/dejar-cookie-segura/m-p/85843#M57970</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2022-06-02T08:03:25Z</dc:date>
    </item>
  </channel>
</rss>

