Re: Problems with Slide Client and SAP Portal WebDAV
Julian Reschke <[email protected]>
| Newsgroups | gmane.comp.jakarta.slide.user |
|---|---|
| Message-ID | <[email protected]> |
Jeff Blank schrieb: > So I've been attempting to see what's different about the SAP Portal > WebDAV response vs the Slide Server response. Here's a few observations: > > 1) Notice that the "xmlns:D=DAV:" is excluded from <D:response> in SAP > Portal's WebDAV. Could this make the slide client upset? That would be a bug. It's just a minor difference in XML serialization. > ... > 2) For collections, D:displayname isn't well populated in SAP Portal. > I've re-created this specific scenario in my local Slide server and all > seems ok. D:displayname is populated for those resources which have one. There is no defaulting to "whatever the last segment in the URI is". If the client makes bad assumptions about displayname behaviour, this could confuse it (note that Apache/mod_dav works exactly the same). > 3) HTTP Header is slightly different wrt Multi-Status indicator. My gut > says this difference is not important. I doubt the HTTP header is that > key to parsing the Response XML and population of higher level classes. > ... The textual part of the response status should be irrelevant. > ... Best regards, Julian