You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Felix Meschberger (JIRA)" <ji...@apache.org> on 2009/01/07 09:28:49 UTC

[jira] Reopened: (SLING-784) SlingPostServlet does not allow setting mixin types on existing nodes

     [ https://issues.apache.org/jira/browse/SLING-784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger reopened SLING-784:
-------------------------------------


The patch causes the ModifyOperation.processDeletes method to try to delete the wrong item (parent instead of item itself). This causes the PostServletAtDeleteTest to fail (see SLING-813).

> SlingPostServlet does not allow setting mixin types on existing nodes
> ---------------------------------------------------------------------
>
>                 Key: SLING-784
>                 URL: https://issues.apache.org/jira/browse/SLING-784
>             Project: Sling
>          Issue Type: Improvement
>          Components: Servlets Post
>    Affects Versions: Servlets Post 2.0.2
>            Reporter: Alexander Saar
>            Assignee: Felix Meschberger
>             Fix For: Servlets Post 2.0.4
>
>         Attachments: post-servlet-change-mixins-refactored.diff, post-servlet-change-mixins.diff
>
>
> the current implementation of the sling POST servlet allows to specify mixin node types when a new node is created, but it is not possible to add/change mixin node types of existing nodes. I suggest to add this funtionality because it is a common use case that you want to set properties which are defined in mixin node types (eg adding some meta data to a file).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.