Hello, I just setup Slide 2 rc 1 and I experience a small bug(?) with the
webdav servlet... When creating a new folder IE creates a folder named "New
Folder". I then rename it and it works just fine. But when I refresh the IE
window the name "New Folder" reappears instead of the new name.

Doing a trace with Ethereal of the PROPFIND gives me for example:
...
<D:response xmlns:D="DAV:">
    <D:href>/fsserver/bla</D:href>
    <D:propstat>
        <D:prop>
            <D:creationdate>2004-04-09T16:05:05Z</D:creationdate>
            <D:getlastmodified>Fri, 09 Apr 2004 16:05:05
GMT</D:getlastmodified>
            <D:getcontentlength>0</D:getcontentlength>
            <D:displayname>New Folder (3)</D:displayname>
            <D:resourcetype>
                <D:collection />
            </D:resourcetype>
        </D:prop>
        <D:status>HTTP/1.1 200 OK</D:status>
    </D:propstat>
    <D:propstat>
        <D:prop>
            <D:name />
            <D:parentname />
            <D:href />
            <D:ishidden />
            <D:isreadonly />
            <D:getcontenttype />
            <D:contentclass />
            <D:getcontentlanguage />
            <D:lastaccessed />
            <D:iscollection />
            <D:isstructureddocument />
            <D:defaultdocument />
            <D:isroot />
        </D:prop>
        <D:status>HTTP/1.1 404 Not Found</D:status>
    </D:propstat>
</D:response>
...

The displayname property does not update correctly when renaming (MOVE:ing)
the folder. Same thing with files (non-collections nodes). Is there
something I have set up wrong or is this something that needs to be fixed?
It could easily be added in the MoveMethod if so but might want to be done
in the Macro?

Regards, Peder Nordvaller



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

Reply via email to