Issue 101804 - PROPFIND use when saving on webdav server
Summary: PROPFIND use when saving on webdav server
Status: UNCONFIRMED
Alias: None
Product: General
Classification: Code
Component: ui (show other issues)
Version: OOo 1.0.3
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords: needhelp
Depends on:
Blocks:
 
Reported: 2009-05-12 10:39 UTC by therebel22
Modified: 2014-01-26 08:50 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description therebel22 2009-05-12 10:39:22 UTC
Hi,
I have a webdav server and a directory with anonymous access  where PROPFIND
method is forbiddden :

DAV On
<Limit GET PUT POST>
	  Order allow,deny
	  Allow from all
</Limit>
<LimitExcept GET PUT POST>
	  Order deny,allow
	  Deny from all
</LimitExcept>


OpenOffice is unable to save a document that was opened via http url, because it
make a PROPFIND method before PUT method, whereas another webdav client
(cadaver) with only PUT command used is able to save a file to the server.

is PROPFIND required to save a webdav hosted file ? For me, it isn't.
It would be great if Open Office only use PUT method to save file to webdav server.

Thanks.
Comment 1 michael.ruess 2009-05-12 13:38:43 UTC
Framework issue.