https://bugs.documentfoundation.org/show_bug.cgi?id=101766

Giuseppe Castagno (aka beppec56) <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|[email protected] |giuseppe.castagno@acca-esse
                   |desktop.org                 |.eu

--- Comment #2 from Giuseppe Castagno (aka beppec56) 
<[email protected]> ---
(In reply to Julien Nabet from comment #1)

> warn:ucb.ucp.webdav:23406:1:ucb/source/ucp/webdav-neon/webdavcontent.cxx:
> 3735: Content::getResourceType returned errors, DAV: 2, http error: 0
That DAV error means "User authentication failed on server", you can find it
here:
<http://opengrok.libreoffice.org/xref/core/ucb/source/ucp/webdav-neon/DAVException.hxx#114>.
By looking at the debug log you see this line before the one you reported:

info:ucb.ucp.webdav:24876:1:ucb/source/ucp/webdav-neon/webdavcontent.cxx:423:
Content::execute: start: command: getPropertyValues, env: missing

it tells you the xCommandEnvironment is missing, meaning the interaction
handler needed for authentication is missing as well.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to