You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Brian Moseley (JIRA)" <ji...@apache.org> on 2005/05/18 20:16:02 UTC

[jira] Updated: (JCR-122) cannot PUT changes to a resource in the simple webdav server

     [ 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