Hi! I'm having some troubles PUTting files Slide (2.0) with
Dreamweaver (MX 2004) via WebDAV.

Before PUTting a file, DreamWeaver tries to LOCK it, and then issues a
PROPFIND request to retrieve the lock token. It then includes the lock
token in the If: header in the following PUT request.

The problem seems to be Slide's response to the PROPFIND command
issued by DreamWeaver in order to discover the locks for a given file.
Slide returns:

...
<D:owner>
  <![CDATA[
     <D:href xmlns:D="DAV:">XXXX</D:href>]]>
  </D:owner>
...

,whereas Apache mod_dav returns:

...
<ns0:owner xmlns:ns0="DAV:">
 <ns0:href>XXX</ns0:href>
</ns0:owner>

DreamWeaver can cope perfectly with mod_dav's response, but not with
Slide's.

My question is: Is Slide's approach correct (returning the lock HREF
as CDATA instead of as a proper XML tag)?

Many thanks,

Carlos

-- 
"Donnez-moi un point d'appui: Je prendrai un autre whisky"
        - Archimede


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

Reply via email to