https://bugs.documentfoundation.org/show_bug.cgi?id=95217
Giuseppe Castagno (aka beppec56) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |giuseppe.castagno@acca-esse | |.eu --- Comment #10 from Giuseppe Castagno (aka beppec56) <[email protected]> --- (In reply to Chris Sherlock from comment #8) > So this goes through WebDAV, and at this point I've got no idea how it > works. But stepping through the code, it's very suspicious that WebDAV sees > 200 responses as errors. Means neon library returns an error but with an http code of '200 OK' apparently on this Web server that means 'PROPFIND method is not available'. Probably I should have chosen a different wording for the message. Enabling +INFO.ucb.ucp.webdav you'll see almost the whole protocol exchange. The content-type property should be mapped to ucb property MediaType. In a WebDAV server (or a Web server with r/o WebDAV enabled) MediaType is mapped to 'getcontentype' DAV property, giving you the correct value. I need to see what happens in a web link processing. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
