<?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: [SOLVED] Logout using REST fails in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/solved-logout-using-rest-fails/m-p/235720#M188850</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I did this: &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;DELETE &lt;A href="http://localhost:8080/alfresco/service/api/login/ticket/TICKET_044c71c492fdc2199d76381718941a769eeea15f" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/api/login/ticket/TICKET_044c71c492fdc2199d76381718941a769eeea15f&lt;/A&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;first without posting any parameter. I got a 401 response code which means "Unauthorized"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Reading then ( :wink: ) in the documentation (&lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Repository_RESTful_API_Reference#Logout" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Repository_RESTful_API_Reference#Logout&lt;/A&gt;&lt;SPAN&gt;) it told me&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Requirements:&lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;Default Format: xml&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Authentication: user&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Transaction: required&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Format Style: any&lt;/LI&gt;&lt;/UL&gt;&lt;SPAN&gt;So it seems that it requires authentication first (although I cannot understand why because the ticket should be authentication enough).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After your post I tried again, but I get the same response code again - so that simply does not work that way.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The next thing is writing as format "xml" and then for style "any" seems like kidding…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried pasting the url &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;A href="http://localhost:8080/alfresco/service/api/login/ticket/TICKET_f42700bb5490c9a05b02a15fc7d2fd026f0866ad" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/api/login/ticket/TICKET_f42700bb5490c9a05b02a15fc7d2fd026f0866ad&lt;/A&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt; to the browser location and guess what happened: It asked me for a login ?!?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried again posting some parameters getting an error that the DELETE command does not support output parameters. So now I do not understand anything of what is going on here. And it is a simple shitty logout…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Jun 2009 07:41:55 GMT</pubDate>
    <dc:creator>mwildam</dc:creator>
    <dc:date>2009-06-15T07:41:55Z</dc:date>
    <item>
      <title>[SOLVED] Logout using REST fails</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-logout-using-rest-fails/m-p/235718#M188848</link>
      <description>In my first attempts to program against Alfresco I managed to get the login working.For the logout it takes xml instead of json by default - don't know why - anyway how exactly must the xml look like? I tried giving it just the ticket in post parameters.I always get 403 Forbidden as the http result</description>
      <pubDate>Fri, 12 Jun 2009 13:32:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-logout-using-rest-fails/m-p/235718#M188848</guid>
      <dc:creator>mwildam</dc:creator>
      <dc:date>2009-06-12T13:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED] Logout using REST fails</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-logout-using-rest-fails/m-p/235719#M188849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The logout script does not take any input.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just a DELETE to /api/login/ticket/{ticket}.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2009 14:45:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-logout-using-rest-fails/m-p/235719#M188849</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2009-06-12T14:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED] Logout using REST fails</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-logout-using-rest-fails/m-p/235720#M188850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I did this: &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;DELETE &lt;A href="http://localhost:8080/alfresco/service/api/login/ticket/TICKET_044c71c492fdc2199d76381718941a769eeea15f" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/api/login/ticket/TICKET_044c71c492fdc2199d76381718941a769eeea15f&lt;/A&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;first without posting any parameter. I got a 401 response code which means "Unauthorized"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Reading then ( :wink: ) in the documentation (&lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Repository_RESTful_API_Reference#Logout" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Repository_RESTful_API_Reference#Logout&lt;/A&gt;&lt;SPAN&gt;) it told me&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Requirements:&lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;Default Format: xml&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Authentication: user&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Transaction: required&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Format Style: any&lt;/LI&gt;&lt;/UL&gt;&lt;SPAN&gt;So it seems that it requires authentication first (although I cannot understand why because the ticket should be authentication enough).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After your post I tried again, but I get the same response code again - so that simply does not work that way.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The next thing is writing as format "xml" and then for style "any" seems like kidding…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried pasting the url &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;A href="http://localhost:8080/alfresco/service/api/login/ticket/TICKET_f42700bb5490c9a05b02a15fc7d2fd026f0866ad" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/api/login/ticket/TICKET_f42700bb5490c9a05b02a15fc7d2fd026f0866ad&lt;/A&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt; to the browser location and guess what happened: It asked me for a login ?!?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried again posting some parameters getting an error that the DELETE command does not support output parameters. So now I do not understand anything of what is going on here. And it is a simple shitty logout…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 07:41:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-logout-using-rest-fails/m-p/235720#M188850</guid>
      <dc:creator>mwildam</dc:creator>
      <dc:date>2009-06-15T07:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED] Logout using REST fails</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-logout-using-rest-fails/m-p/235721#M188851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The API requires authentication, otherwise you could delete any other user's session by sniffing their ticket.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 07:59:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-logout-using-rest-fails/m-p/235721#M188851</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2009-06-15T07:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED] Logout using REST fails</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-logout-using-rest-fails/m-p/235722#M188852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The API requires authentication, otherwise you could delete any other user's session by sniffing their ticket.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Shouldn't a https connection be way to avoid sniffing?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the meantime I found out that you must do a normal http authentication for the logout - but not for the login.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So for login you do not need http authentification but for logout you need.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I cannot understand this logic. And http login without https does not really seem to be a sure-way to avoid sniffing…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 08:14:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-logout-using-rest-fails/m-p/235722#M188852</guid>
      <dc:creator>mwildam</dc:creator>
      <dc:date>2009-06-15T08:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED] Logout using REST fails</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-logout-using-rest-fails/m-p/235723#M188853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Of course, https should be configured if your security policies require it - and there's nothing stopping you configuring that. Obviously you need to apply your own SSL certificate, so it's not something we can ship out-of-the-box.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The logic is sound: if you're trying to login, then you don't need to authenticate because you don't have a session (or ticket) yet. To logout, the server must be certain it's you making the request.&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>Mon, 15 Jun 2009 08:17:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-logout-using-rest-fails/m-p/235723#M188853</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2009-06-15T08:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED] Logout using REST fails</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-logout-using-rest-fails/m-p/235724#M188854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I did this: &lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;DELETE &lt;A href="http://localhost:8080/alfresco/service/api/login/ticket/TICKET_044c71c492fdc2199d76381718941a769eeea15f" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/api/login/ticket/TICKET_044c71c492fdc2199d76381718941a769eeea15f&lt;/A&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;first without posting any parameter. I got a 401 response code which means "Unauthorized"&lt;BR /&gt;Reading then ( :wink: ) in the documentation (&lt;A href="http://wiki.alfresco.com/wiki/Repository_RESTful_API_Reference#Logout" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Repository_RESTful_API_Reference#Logout&lt;/A&gt;) it told me&lt;BR /&gt;Requirements:&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;Default Format: xml&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Authentication: user&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Transaction: required&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Format Style: any&lt;/LI&gt;&lt;/UL&gt;So it seems that it requires authentication first (although I cannot understand why because the ticket should be authentication enough).&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;You probably don't want someone else to be able to log you out, do you?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;After your post I tried again, but I get the same response code again - so that simply does not work that way.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;It's working very well, for me at least.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I tried pasting the url &lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;A href="http://localhost:8080/alfresco/service/api/login/ticket/TICKET_f42700bb5490c9a05b02a15fc7d2fd026f0866ad" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/api/login/ticket/TICKET_f42700bb5490c9a05b02a15fc7d2fd026f0866ad&lt;/A&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt; to the browser location and guess what happened: It asked me for a login ?!?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;This webscript will tell you if the ticket is still valid, so obviously you have to be authenticated (moreover authenticated with the same user as the one "attached" to the ticket) or it would be quite easy to use brute force until you find a valid ticket and then use it to authenticate to other webscripts.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I tried again posting some parameters getting an error that the DELETE command does not support output parameters. So now I do not understand anything of what is going on here. And it is a simple shitty logout…&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;1. you login (using either login.get or login.post) and obtain a ticket&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. you make requests to webscripts using this ticket to authenticate&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. you make a DELETE on /api/login/ticket/&amp;lt;ticket&amp;gt; to logout&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;…obviously, you can also use HTTP Basic auth; it frees you from steps 1 and 3 but you have to send username/password pair on each request (which means keeping them around…)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 08:31:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-logout-using-rest-fails/m-p/235724#M188854</guid>
      <dc:creator>t_broyer</dc:creator>
      <dc:date>2009-06-15T08:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED] Logout using REST fails</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-logout-using-rest-fails/m-p/235725#M188855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;1. you login (using either login.get or login.post) and obtain a ticket&lt;BR /&gt;2. you make requests to webscripts using this ticket to authenticate&lt;BR /&gt;3. you make a DELETE on /api/login/ticket/&amp;lt;ticket&amp;gt; to logout&lt;BR /&gt;&lt;BR /&gt;…obviously, you can also use HTTP Basic auth; it frees you from steps 1 and 3 but you have to send username/password pair on each request (which means keeping them around…)&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;Thanks for your explanations.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried now using http authentication for login and that did not work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I still do not find the API (although only looking at login and logout now) following some clear convention. For login I may not use http authentication but for logout I must. Why isn't it enough posting the security token which I should have only and no other person probably having the desire to log me out?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then we have the login via url parameters that returns XML but using POST it wants and returns JSON. This is confusing (at least for me).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But anyway - I can login and logout now and this is a begin - topic solved.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 08:53:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-logout-using-rest-fails/m-p/235725#M188855</guid>
      <dc:creator>mwildam</dc:creator>
      <dc:date>2009-06-15T08:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED] Logout using REST fails</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-logout-using-rest-fails/m-p/235726#M188856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Then we have the login via url parameters that returns XML but using POST it wants and returns JSON. This is confusing (at least for me).&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;They support both, but the default is json (have a look at the webscript description &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/service/script/org/alfresco/repository/login.post" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/script/org/alfresco/repository/login.post&lt;/A&gt;&lt;SPAN&gt; - there are two response templates)&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>Mon, 15 Jun 2009 09:11:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-logout-using-rest-fails/m-p/235726#M188856</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2009-06-15T09:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED] Logout using REST fails</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-logout-using-rest-fails/m-p/235727#M188857</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;sorry to insist on this point but I don't understand how this is working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The argument of brute force does not really convince me since size of ticket is pretty huge.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sniffing sounds better but I would just say that if you get the ticket, you can do much more than just logout the user so this argument about authentication and supply your login/password does not seem very good for me. I must miss something. Any lights on this interest me &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My problem is the following : I use restlet library for communicating between my GWT Servlet and Alfresco. When making a call to the URL for logout, I get a 401 error as mwildam raised. And I don't understand what is happening. I need to authenticate according to what I understood in this thread. Do I need to make a new authentication ? then how to use it ? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is what I have done : I got a ticket from my server, made some calls in my application and then I want to logout. So I pass the ticket to my GWT servlet which makes this call :&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&lt;A href="http://localhost:8080/alfresco/service/api/login/ticket/TICKET_36fad5c9f03d97c7f319c0b04216d9bd77a9c3e7" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/api/login/ticket/TICKET_36fad5c9f03d97c7f319c0b04216d9bd77a9c3e7&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;SPAN&gt;and I get this in my logs:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;14 juil. 2009 14:45:57 com.noelios.restlet.ext.httpclient.HttpClientHelper start&lt;BR /&gt;INFO: Starting the HTTP client&lt;BR /&gt;14 juil. 2009 14:45:57 org.apache.commons.httpclient.HttpMethodDirector isAuthenticationNeeded&lt;BR /&gt;INFO: Authentication requested but doAuthentication is disabled&lt;BR /&gt;[DEBUG] Déconnexion échouée. Code erreur : 401&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Reading what you said, I would believe that I have to pass some extra parameters as for login and password (so u=login&amp;amp;pw=password).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I miss something but I cannot see what. Anyone can tell me ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you !&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2009 22:00:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-logout-using-rest-fails/m-p/235727#M188857</guid>
      <dc:creator>bgl</dc:creator>
      <dc:date>2009-07-14T22:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED] Logout using REST fails</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-logout-using-rest-fails/m-p/235728#M188858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok I found the way to do it : simply by doing as usual when a script is authenticated…….. Using this call&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;"/api/login/ticket/"+p_TicketSession + "?alf_ticket="+p_TicketSession&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;SPAN&gt;is working. I have submitted another URL with my ticket and the ressource is not anymore accessible. So it is working &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So forget my questions in my previous post &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2009 22:27:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-logout-using-rest-fails/m-p/235728#M188858</guid>
      <dc:creator>bgl</dc:creator>
      <dc:date>2009-07-14T22:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED] Logout using REST fails</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-logout-using-rest-fails/m-p/235729#M188859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It may sound stupid but I have no idea how to do this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the .ftl it redirected to this url… Where ticket = TICKET_ce0049993f48b9996c48dd1e855c22dd8b24f97d &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;location = "&lt;/SPAN&gt;&lt;A href="http://seraecmdev001.sita.co.za:8080/alfresco/service/api/login/ticket/${ticket}?alf_ticket=${ticket" rel="nofollow noopener noreferrer"&gt;http://seraecmdev001.sita.co.za:8080/alfresco/service/api/login/ticket/${ticket}?alf_ticket=${ticket&lt;/A&gt;&lt;SPAN&gt;}"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It returns:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;ticket&amp;gt;TICKET_862b5e324cbd5f7bfc4d84ea5fa74be70aebca3d&amp;lt;/ticket&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But the ticket is still valid.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you please supply an example.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Johan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2010 08:33:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-logout-using-rest-fails/m-p/235729#M188859</guid>
      <dc:creator>johanpi</dc:creator>
      <dc:date>2010-10-06T08:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED] Logout using REST fails</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-logout-using-rest-fails/m-p/235730#M188860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Johan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Don't worry it does not seem stupid at all ! I had the same question !!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is a method (from a servlet) to require disconnection (code does not compile since it requires some other classes but it should be quite easy to clean it up). I use the library restlet - &lt;/SPAN&gt;&lt;A href="http://www.restlet.org/" rel="nofollow noopener noreferrer"&gt;http://www.restlet.org/&lt;/A&gt;&lt;SPAN&gt; - here (most classes in this code are coming from it )&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;public void disconnect(String p_TicketSession,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; String p_Login,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; String p_Password) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Alfresco is over HTTP&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Client client = new Client(Protocol.HTTP);&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // URL for Alfresco (I'm using an external servlet so I have to get the URL to reach Alfresco)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; String urlRequete = getBaseUrlServicesAlfresco() +&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "/api/login/ticket/"+p_TicketSession +&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "?"+PARAM_TICKET+"="+p_TicketSession;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // NOTE HERE THE METHOD USED FOR REST CALL : DELETE and not POST or GET&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Request request = new Request(Method.DELETE, urlRequete);&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Calling&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Response reponse = client.handle(requete);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Status status = reponse.getStatus();&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; int returnCode = status.getCode();&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Checking return code&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if ( returnCode == SUCCESS ) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; logDebug("Disconnection succeeded");&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; } else {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; logDebug("Disconnection failed. Error code is : " + status.getCode());&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; throw new RuntimeException("Disconnection failed with http error code "+ status.getCode());&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; }&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;/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;SPAN&gt;Should make the work !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Boris&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2010 09:25:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-logout-using-rest-fails/m-p/235730#M188860</guid>
      <dc:creator>bgl</dc:creator>
      <dc:date>2010-10-06T09:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED] Logout using REST fails</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-logout-using-rest-fails/m-p/235731#M188861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We are primarily working in webscripts so java is not the way now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;I did&lt;/STRONG&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;location = "${url.context}/service/api/login/ticket/${ticket}?alf_method=DELETE"&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;BR /&gt;Result:&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;response&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;−&amp;lt;status&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;200&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;name&amp;gt;OK&amp;lt;/name&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;description&amp;gt;The request succeeded normally.&amp;lt;/description&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/status&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;−&amp;lt;message&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Deleted Ticket TICKET_9d42ac57c421c13c23af75c533bafdc3649d8003&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/message&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;exception/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;callstack&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;/callstack&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;server&amp;gt;Enterprise v3.3.1 (96) schema 4,013&amp;lt;/server&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;time&amp;gt;06 Oct 2010 1:50:37 PM&amp;lt;/time&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/response&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;which seems to work. But as soon as I press back button, it assigns a new Ticket without asking to log in, which I can delete again without asking for a login. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The user is not logged out as the user van still do queries…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2010 12:11:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-logout-using-rest-fails/m-p/235731#M188861</guid>
      <dc:creator>johanpi</dc:creator>
      <dc:date>2010-10-06T12:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED] Logout using REST fails</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-logout-using-rest-fails/m-p/235732#M188862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you try to use the ticket you had without using back button ? For instance use the ticket to list contents in a folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I ask this because your case seems to be : you delete the ticket and when pressing back, you automagically get connected with a new ticket (may be there are somewhere login/pwd and they are passed when you are not connected ?)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What you do to check this assertion (or discard it &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; ) is : get disconnected. Write the content of the ticket. Then Press back button and again disconnect. Another ticket is displayed. Compare the 2 tickets : they must be different.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What is the result of this test ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2010 13:07:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-logout-using-rest-fails/m-p/235732#M188862</guid>
      <dc:creator>bgl</dc:creator>
      <dc:date>2010-10-06T13:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED] Logout using REST fails</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-logout-using-rest-fails/m-p/235733#M188863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The ticket is deleted. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And I agree a new tickets is created. The 2 tickets differ.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2010 13:10:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-logout-using-rest-fails/m-p/235733#M188863</guid>
      <dc:creator>johanpi</dc:creator>
      <dc:date>2010-10-06T13:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED] Logout using REST fails</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-logout-using-rest-fails/m-p/235734#M188864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So you have now to find out why a new ticket is created &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Boris&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2010 13:19:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-logout-using-rest-fails/m-p/235734#M188864</guid>
      <dc:creator>bgl</dc:creator>
      <dc:date>2010-10-06T13:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED] Logout using REST fails</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-logout-using-rest-fails/m-p/235735#M188865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Any clue about this second ticket?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the same problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 21:29:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-logout-using-rest-fails/m-p/235735#M188865</guid>
      <dc:creator>soriaedu79</dc:creator>
      <dc:date>2011-01-19T21:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED] Logout using REST fails</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-logout-using-rest-fails/m-p/235736#M188866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for highlighting the issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;well did u find the solution for this issue?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2017 09:06:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-logout-using-rest-fails/m-p/235736#M188866</guid>
      <dc:creator>nileshyadav326</dc:creator>
      <dc:date>2017-10-03T09:06:07Z</dc:date>
    </item>
  </channel>
</rss>

