Folks, I want to use WebDAV to store simple XML-liek document. It seems that through WebDAV, Jackrabbit actually parses the XML and creates a JCR node structure out of the XML. Although this may be fine in some applications, I am looking for a simple "store the file" behaviour. On top of that, storing seems to fail if an invalid XML document is POSTed to the WebDAV servlet. How can I surpress this behaviour? I've tried different content-types for no avail. I've tried to locate the parts in question in the source but as I am new to Jackrabbit I couldn't locate it.
Hints appreciated. -- Ingomar
