Tamino WebDAV Server's PUT implementation
"Jeffrey Winter" <[email protected]> Thu, 13 Mar 2003 11:20:53 -0500
| Newsgroups | gmane.ietf.deltav |
|---|---|
| Message-ID | <002501c2e97c$867905d0$6401a8c0@winter> |
I have a question regarding the Tamino WebDAV Server's implementation of the PUT method. It appears that when PUTing an XML document, Tamino stores it preserving the XML infoset but not the actual byte-for-byte layout of the document, so for example, PUTing: <hello></hello> will be retrieved using GET as: <hello/> I've seen some discussion stating that the server must maintain octet-for-octet fidelity of the entity enclosed in the PUT request. Is Tamino's implementation wrong or is my description of PUT too strict? Thanks.