[ http://issues.apache.org/jira/browse/JCR-122?page=all ]

Brian Moseley updated JCR-122:
------------------------------

    Attachment: addmixincommand.patch

patch to resolve issue

> cannot PUT changes to a resource in the simple webdav server
> ------------------------------------------------------------
>
>          Key: JCR-122
>          URL: http://issues.apache.org/jira/browse/JCR-122
>      Project: Jackrabbit
>         Type: Bug
>     Reporter: Brian Moseley
>  Attachments: addmixincommand.patch
>
> when using the simple webdav server to PUT a resource, the "versionable" 
> mixin node type is assigned to the new node without regard to whether the 
> node type is already assigned to the node. this causes PUT requests that 
> change existing resources to fail with 403 errors.
> the fix is to augment AddMixinCommand to not try to add the mixin node type 
> if the node already has it.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to