Mac OS has a strange habit of complementing every file "name" with a file "._name". I don't know Mac OS at all, so I can't tell you what it is good for. But what I can tell from looking at the log is that your uploaded PDF gets deleted while the acompanying file doesn't, because it is locked. So I guess the file will show up as an empty file, because the ._-file is still there.
Seems, that Mac OS is not supplying the correct lock token when it calls the DELETE method. Regards, Ingo > I can see your client software did a lock > > > http8080-Processor3, 16-feb.-2004 12:51:51, root, LOCK, 423 "Locked", > > and no following unlock! That means your file is still locked! I can't > tell you how to unlock this file, as I have no idea how the OSX client > stuff works... > > Oliver > > Eirikur Hrafnsson wrote: > > > Hi, > > > > I'm getting started with the new beta and just tried running the demo > > tomcat 4.1.29 app with the default domain.xml. > > The only thing I changed in Domain.xml was that I let everyone including > > the root user have empty passwords. > > Then I connected with OSX to http://localhost:8080/slide as root and > > tried to copy a simple pdf file to the Files folder. > > The copy dialog went: > > > > Copying "Layout-B12.4.2.pdf" to "Files" > > Failed! > > "The operation cannot be completed because the item "Layout-B12.4.2.pdf" > > is in use" > > > > The file will show up in the Files folder if I connect again but it has > > zero content. What's going on? > > > > The log shows: > > http8080-Processor4, 16-feb.-2004 12:51:46, root, PROPFIND, 207 > > "Multi-Status", 27 ms, /files > > http8080-Processor4, 16-feb.-2004 12:51:49, root, PROPFIND, 207 > > "Multi-Status", 37 ms, / > > http8080-Processor4, 16-feb.-2004 12:51:49, root, PROPFIND, 404 "Not > > Found", 54 ms, /files/Layout-B12.4.2.pdf > > http8080-Processor4, 16-feb.-2004 12:51:50, root, PROPFIND, 404 "Not > > Found", 22 ms, /files/Contents/PkgInfo > > http8080-Processor4, 16-feb.-2004 12:51:50, root, PROPFIND, 404 "Not > > Found", 24 ms, /files/Layout-B12.4.2.pdf > > http8080-Processor2, 16-feb.-2004 12:51:50, root, PUT, 201 "Created", > > 156 ms, /files/Layout-B12.4.2.pdf > > http8080-Processor2, 16-feb.-2004 12:51:50, root, PROPFIND, 207 > > "Multi-Status", 32 ms, /files/Layout-B12.4.2.pdf > > http8080-Processor2, 16-feb.-2004 12:51:50, root, GET, 200 "OK", 18 ms, > > /files/Layout-B12.4.2.pdf > > http8080-Processor2, 16-feb.-2004 12:51:50, root, PROPFIND, 404 "Not > > Found", 28 ms, /files/._Layout-B12.4.2.pdf > > http8080-Processor2, 16-feb.-2004 12:51:50, root, PROPFIND, 404 "Not > > Found", 56 ms, /files/._Layout-B12.4.2.pdf > > http8080-Processor4, 16-feb.-2004 12:51:50, root, PUT, 201 "Created", > > 195 ms, /files/._Layout-B12.4.2.pdf > > http8080-Processor4, 16-feb.-2004 12:51:50, root, PROPFIND, 207 > > "Multi-Status", 23 ms, /files/._Layout-B12.4.2.pdf > > http8080-Processor4, 16-feb.-2004 12:51:50, root, LOCK, 200 "OK", 84 ms, > > /files/._Layout-B12.4.2.pdf > > http8080-Processor3, 16-feb.-2004 12:51:50, root, PUT, 423 "Locked", 35 > > ms, /files/._Layout-B12.4.2.pdf > > http8080-Processor4, 16-feb.-2004 12:51:50, root, GET, 200 "OK", 204 ms, > > /files/._Layout-B12.4.2.pdf > > http8080-Processor3, 16-feb.-2004 12:51:51, root, LOCK, 423 "Locked", > > 112 ms, /files/._Layout-B12.4.2.pdf > > http8080-Processor2, 16-feb.-2004 12:51:51, root, GET, 200 "OK", 34 ms, > > /files/._Layout-B12.4.2.pdf > > http8080-Processor3, 16-feb.-2004 12:51:57, root, DELETE, 204 "No > > Content", 134 ms, /files/Layout-B12.4.2.pdf > > http8080-Processor3, 16-feb.-2004 12:51:57, root, DELETE, 423 "Locked", > > 33 ms, /files/._Layout-B12.4.2.pdf > > http8080-Processor3, 16-feb.-2004 12:51:57, root, PROPFIND, 404 "Not > > Found", 86 ms, /files/Layout-B12.4.2.pdf > > > > > > Best regards > > - Eiki, CSE > > Idega Software --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
