Opened 15 years ago

Closed 15 years ago

#7 closed defect (fixed)

0-byte len files cannot be copied to dav

Reported by: Yuri Dario Owned by: Yuri Dario
Priority: major Milestone: NdpDav 1.1
Component: Plugin Version: 1.1beta2
Keywords: Cc:

Description

An empty file cannot be copied to DAV, error access denied returned.

Change History (5)

comment:1 Changed 15 years ago by Yuri Dario

Resolution: fixed
Status: newclosed

(changeset:40) force writes also for len=0, because files are created on first write operation, not when OpenCreate? is called.

comment:2 Changed 15 years ago by Yuri Dario

Resolution: fixed
Status: closedreopened

comment:3 Changed 15 years ago by Yuri Dario

Resolution: fixed
Status: reopenedclosed

I wonder how it worked in previous changeset...

(changeset:41) Execute a dummy write on OpenCreate?, so SetPathInfo? is done on an existing file on dav server.

comment:4 Changed 15 years ago by Yuri Dario

Resolution: fixed
Status: closedreopened

While copy TO dav is now ok, reading FROM dav fails.

comment:5 Changed 15 years ago by Yuri Dario

Resolution: fixed
Status: reopenedclosed

(changeset:62) Also status code 200 means operation succeeded. Maybe other status codes are ok, but it is better to wait for bug reports.

Note: See TracTickets for help on using tickets.