<?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 Webdav digest authentication failed after Hotfix installation in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/webdav-digest-authentication-failed-after-hotfix-installation/m-p/322784#M9785</link>
    <description>&lt;P&gt;Hi,
I have a problem with Digest authentication over webdav.
In fact, it worked for few days until I update Nuxeo plateform with HotFixes.
Now the behavior is :&lt;/P&gt;
&lt;P&gt;Persons who have tried to connect before update can still connect (userX).
Persons have don't tried webdav can't connect now (userY).&lt;/P&gt;
&lt;P&gt;When i try to connect with wrong password I have :&lt;/P&gt;
&lt;P&gt;(for userX)
Digest authentication failed for user: userX realm: NUXEO
Login failed for userX&lt;/P&gt;
&lt;P&gt;OR&lt;/P&gt;
&lt;P&gt;(for userY)
Digest authentication failed. Stored HA1 is empty
Login failed for userY&lt;/P&gt;
&lt;P&gt;Here is my configuration :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;?xml version="1.0"?&amp;gt;
  &amp;lt;component name="org.nuxeo.ecm.platform.wi.auth.config.custom"&amp;gt;
   
    &amp;lt;require&amp;gt;org.nuxeo.ecm.platform.wi.auth.config&amp;lt;/require&amp;gt;
   
    &amp;lt;extension target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService" point="specificChains"&amp;gt;
   
      &amp;lt;specificAuthenticationChain name="WebDAV"&amp;gt;
        &amp;lt;headers&amp;gt;
          &amp;lt;header name="User-Agent"&amp;gt;(Microsoft-WebDAV-MiniRedir|DavClnt|litmus|gvfs|davfs|WebDAV|cadaver|BitKinex).*&amp;lt;/header&amp;gt;
        &amp;lt;/headers&amp;gt;
  
        &amp;lt;replacementChain&amp;gt;
  	&amp;lt;plugin&amp;gt;BASIC_AUTH&amp;lt;/plugin&amp;gt; 
          &amp;lt;!--&amp;lt;plugin&amp;gt;DIGEST_AUTH&amp;lt;/plugin&amp;gt;--&amp;gt;
          &amp;lt;plugin&amp;gt;WEBDAV_BASIC_AUTH&amp;lt;/plugin&amp;gt;
        &amp;lt;/replacementChain&amp;gt;
      &amp;lt;/specificAuthenticationChain&amp;gt;
    &amp;lt;/extension&amp;gt;
 
  &amp;lt;/component&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Thank's a lot !&lt;/P&gt;
&lt;P&gt;EDIT :&lt;/P&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;In database we have found all users can still connect to Nuxeo with WebDAV.&lt;/P&gt;
&lt;P&gt;People who aren't in it can't connect ...&lt;/P&gt;
&lt;P&gt;Here is the log :&lt;/P&gt;
&lt;P&gt;2012-05-23 10:13:16,271 DEBUG [org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter] Entering Nuxeo Authentication Filter 2012-05-23 10:13:16,271 DEBUG [org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter] Principal not found inside Request via getUserPrincipal 2012-05-23 10:13:16,271 DEBUG [org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter] Try getting authentication from cache 2012-05-23 10:13:16,271 DEBUG [org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter] Trying to retrieve userIdentification using plugin DIGEST_AUTH 2012-05-23 10:13:16,272 DEBUG [org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter] Trying to retrieve userIdentification using plugin WEBDAV_BASIC_AUTH 2012-05-23 10:13:16,272 DEBUG [org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter] user/password not found in request, try into identity cache&lt;/P&gt;
&lt;P&gt;2012-05-23 10:13:36,160 DEBUG [org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter] Entering Nuxeo Authentication Filter 2012-05-23 10:13:36,160 DEBUG [org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter] Principal not found inside Request via getUserPrincipal 2012-05-23 10:13:36,160 DEBUG [org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter] Try getting authentication from cache 2012-05-23 10:13:36,160 DEBUG [org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter] Try getting authentication from cache 2012-05-23 10:13:36,160 DEBUG [org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter] Trying to retrieve userIdentification using plugin DIGEST_AUTH 2012-05-23 10:13:36,160 DEBUG [org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter] Trying to retrieve userIdentification using plugin WEBDAV_BASIC_AUTH 2012-05-23 10:13:36,161 DEBUG [org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter] user/password not found in request, try into identity cache 2012-05-23 10:13:36,161 DEBUG [org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter] user/password not found in request, try into identity cache 2012-05-23 10:13:36,166 DEBUG [org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter] Entering Nuxeo Authentication Filter 2012-05-23 10:13:36,166 DEBUG [org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter] Principal not found inside Request via getUserPrincipal 2012-05-23 10:13:36,166 DEBUG [org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter] Try getting authentication from cache 2012-05-23 10:13:36,166 DEBUG [org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter] Trying to retrieve userIdentification using plugin DIGEST_AUTH 2012-05-23 10:13:36,166 DEBUG [org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter] User/Password found as parameter of the request 2012-05-23 10:13:36,167 WARN [org.nuxeo.ecm.ui.web.auth.digest.DigestLoginPlugin] Digest authentication failed. Stored HA1 is empty 2012-05-23 10:13:36,167 INFO [org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter] Login failed for tcri&lt;/P&gt;</description>
    <pubDate>Wed, 02 May 2012 17:48:13 GMT</pubDate>
    <dc:creator>jpetitjean_</dc:creator>
    <dc:date>2012-05-02T17:48:13Z</dc:date>
    <item>
      <title>Webdav digest authentication failed after Hotfix installation</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/webdav-digest-authentication-failed-after-hotfix-installation/m-p/322784#M9785</link>
      <description>&lt;P&gt;Hi,
I have a problem with Digest authentication over webdav.
In fact, it worked for few days until I update Nuxeo plateform with HotFixes.
Now the behavior is :&lt;/P&gt;
&lt;P&gt;Persons who have tried to connect before update can still connect (userX).
Persons have don't tried webdav can't connect now (userY).&lt;/P&gt;
&lt;P&gt;When i try to connect with wrong password I have :&lt;/P&gt;
&lt;P&gt;(for userX)
Digest authentication failed for user: userX realm: NUXEO
Login failed for userX&lt;/P&gt;
&lt;P&gt;OR&lt;/P&gt;
&lt;P&gt;(for userY)
Digest authentication failed. Stored HA1 is empty
Login failed for userY&lt;/P&gt;
&lt;P&gt;Here is my configuration :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;?xml version="1.0"?&amp;gt;
  &amp;lt;component name="org.nuxeo.ecm.platform.wi.auth.config.custom"&amp;gt;
   
    &amp;lt;require&amp;gt;org.nuxeo.ecm.platform.wi.auth.config&amp;lt;/require&amp;gt;
   
    &amp;lt;extension target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService" point="specificChains"&amp;gt;
   
      &amp;lt;specificAuthenticationChain name="WebDAV"&amp;gt;
        &amp;lt;headers&amp;gt;
          &amp;lt;header name="User-Agent"&amp;gt;(Microsoft-WebDAV-MiniRedir|DavClnt|litmus|gvfs|davfs|WebDAV|cadaver|BitKinex).*&amp;lt;/header&amp;gt;
        &amp;lt;/headers&amp;gt;
  
        &amp;lt;replacementChain&amp;gt;
  	&amp;lt;plugin&amp;gt;BASIC_AUTH&amp;lt;/plugin&amp;gt; 
          &amp;lt;!--&amp;lt;plugin&amp;gt;DIGEST_AUTH&amp;lt;/plugin&amp;gt;--&amp;gt;
          &amp;lt;plugin&amp;gt;WEBDAV_BASIC_AUTH&amp;lt;/plugin&amp;gt;
        &amp;lt;/replacementChain&amp;gt;
      &amp;lt;/specificAuthenticationChain&amp;gt;
    &amp;lt;/extension&amp;gt;
 
  &amp;lt;/component&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Thank's a lot !&lt;/P&gt;
&lt;P&gt;EDIT :&lt;/P&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;In database we have found all users can still connect to Nuxeo with WebDAV.&lt;/P&gt;
&lt;P&gt;People who aren't in it can't connect ...&lt;/P&gt;
&lt;P&gt;Here is the log :&lt;/P&gt;
&lt;P&gt;2012-05-23 10:13:16,271 DEBUG [org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter] Entering Nuxeo Authentication Filter 2012-05-23 10:13:16,271 DEBUG [org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter] Principal not found inside Request via getUserPrincipal 2012-05-23 10:13:16,271 DEBUG [org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter] Try getting authentication from cache 2012-05-23 10:13:16,271 DEBUG [org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter] Trying to retrieve userIdentification using plugin DIGEST_AUTH 2012-05-23 10:13:16,272 DEBUG [org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter] Trying to retrieve userIdentification using plugin WEBDAV_BASIC_AUTH 2012-05-23 10:13:16,272 DEBUG [org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter] user/password not found in request, try into identity cache&lt;/P&gt;
&lt;P&gt;2012-05-23 10:13:36,160 DEBUG [org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter] Entering Nuxeo Authentication Filter 2012-05-23 10:13:36,160 DEBUG [org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter] Principal not found inside Request via getUserPrincipal 2012-05-23 10:13:36,160 DEBUG [org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter] Try getting authentication from cache 2012-05-23 10:13:36,160 DEBUG [org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter] Try getting authentication from cache 2012-05-23 10:13:36,160 DEBUG [org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter] Trying to retrieve userIdentification using plugin DIGEST_AUTH 2012-05-23 10:13:36,160 DEBUG [org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter] Trying to retrieve userIdentification using plugin WEBDAV_BASIC_AUTH 2012-05-23 10:13:36,161 DEBUG [org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter] user/password not found in request, try into identity cache 2012-05-23 10:13:36,161 DEBUG [org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter] user/password not found in request, try into identity cache 2012-05-23 10:13:36,166 DEBUG [org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter] Entering Nuxeo Authentication Filter 2012-05-23 10:13:36,166 DEBUG [org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter] Principal not found inside Request via getUserPrincipal 2012-05-23 10:13:36,166 DEBUG [org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter] Try getting authentication from cache 2012-05-23 10:13:36,166 DEBUG [org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter] Trying to retrieve userIdentification using plugin DIGEST_AUTH 2012-05-23 10:13:36,166 DEBUG [org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter] User/Password found as parameter of the request 2012-05-23 10:13:36,167 WARN [org.nuxeo.ecm.ui.web.auth.digest.DigestLoginPlugin] Digest authentication failed. Stored HA1 is empty 2012-05-23 10:13:36,167 INFO [org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter] Login failed for tcri&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2012 17:48:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/webdav-digest-authentication-failed-after-hotfix-installation/m-p/322784#M9785</guid>
      <dc:creator>jpetitjean_</dc:creator>
      <dc:date>2012-05-02T17:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Webdav digest authentication failed after Hotfix installation</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/webdav-digest-authentication-failed-after-hotfix-installation/m-p/322785#M9786</link>
      <description>&lt;P&gt;Have you solved it ?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Oct 2012 14:50:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/webdav-digest-authentication-failed-after-hotfix-installation/m-p/322785#M9786</guid>
      <dc:creator />
      <dc:date>2012-10-29T14:50:31Z</dc:date>
    </item>
  </channel>
</rss>

