Opened 4 years ago
Last modified 4 years ago
#12341 new Bug report
MKCOL request for WebDAV protocol
Reported by: | Pete | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | webdav mkcol | Cc: | |
Component version: | FileZilla Pro 3.51.0 | Operating system type: | OS X |
Operating system version: | mac osx catalina 10.15.7 |
Description
Apparently, Filezilla pro sends the request to the root folder. Is this conform with the mkcol method definition? As I understand, the "to be created" collection should be part of the request url
So if I wan to create collection "test" within "home", the request shoud be like
MKCOL /home/test
and NOT
MKCOL /home
Note:
See TracTickets
for help on using tickets.
I have to clarify - I noticed that it does a MKCOL request for each part of the to-be-created path. I was not aware of that when creating the ticket as I debugged only the first request, other clients do not show this behaviour.
Maybe this is not necessary if a Propfind-request with corresponding depth is done before MKCOL to check what paths already exist.