Removing-nodes with unexpected nodetype
---------------------------------------
Key: JCR-1401
URL: https://issues.apache.org/jira/browse/JCR-1401
Project: Jackrabbit
Issue Type: Improvement
Components: jackrabbit-webdav
Affects Versions: 1.4
Reporter: Claus Köll
tobias adds a logic with JCR-973 that the DefaultHandler checks the nodetype of
the jcr:content node
and if it does not match it will be deleted and created with the new one.
i think its dangerous to automacially change a node type.
if the node was added programatically and then saved through webdav it could
happen that the nodetype will be changed
from nt:resource to the nt:unstructured.
if some logic depends on the nodetype the failure search will be hard ;-)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.