Hola! I'm trying to access a Slide (2.0) repository with DreamWeaver
(MX 2004) using WebDav. When I create a new file and try to upload it,
DreamWeaver fails because of a 423 error reported by Slide.

The sequence of requests executed by DreamWeaver (according to Slide
logs) is this:

PROPFIND /slide/index.html HTTP/1.1" 404 -
PROPFIND /slide/index.html HTTP/1.1" 404 -
LOCK     /slide/index.html HTTP/1.1" 200 771
PROPFIND /slide/index.html HTTP/1.1" 207 1135
PUT      /slide/index.html HTTP/1.1" 423 -

Interestingly, the file 'index.html' is created (length 0) and then
shows up in DreamWeaver as locked.

On the other hand, when I access an Apache mod_dav-enabled repository,
the sequence of requests is the following one:

PROPFIND /update/index.html HTTP/1.1" 404 296
PROPFIND /update/index.html HTTP/1.1" 404 296
LOCK     /update/index.html HTTP/1.1" 200 457
PROPFIND /update/index.html HTTP/1.1" 207 616
PUT      /update/index.html HTTP/1.1" 201 271
PROPFIND /update/index.html HTTP/1.1" 207 457
PROPFIND /update/index.html HTTP/1.1" 207 616
PROPFIND /update/index.html HTTP/1.1" 207 616
PROPFIND /update/index.html HTTP/1.1" 207 616
PROPFIND /update/index.html HTTP/1.1" 207 616
PROPFIND /update/ HTTP/1.1" 207 2388
PROPFIND /update/ HTTP/1.1" 207 6413

The file is then successfully created.

Any ideas on why Slide behaves the way it does?

Thanks a lot,

Carlos

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

Reply via email to