Hi there,

I'm testing arround with the webdav Protocol...
I found a strange behavior:

I put a File: The following sequence happens:

client: Head /fileName.jpg
server: Http/1.1 404 Not Found
client: Put /fileName.jpg
server: Http/1.1 201 Created
client: Head /fileName.jpg
server: Http/1.1 200 Ok                                 (everything is ok)

User-Agent: Microsoft Data Access Internet Publishing Provider DAV 1.1
---------------------------------------------------------------------

If I do the same with another Pc:

client: Head /fileName.jpg
server: Http/1.1 404 Not Found
client: Put /fileName.jpg
server: Http/1.1 201 Created                            
client: Put /fileName.jpg                               (the client Put the file 
again???)
client: Head /fileName.jpg
server: Http/1.1 200 Ok                                 (strange)

User-Agent: Microsoft Data Access Internet Publishing Provider DAV 1.1
--------------------------------------------------------------------

It's my own code, and no exception occurs...
can anybody help?

Thanks!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to