Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
curl -F./jcr:mixinTypes=mix:created http://localhost:8888/test/content/child
sets the mixin type for /test/content/child if that node exists, but
curl -F./child/jcr:mixinTypes=mix:created http://localhost:8888/test/content
doesn't.