simple webdav server allows PROPPATCH of protected properties
-------------------------------------------------------------

         Key: JCR-186
         URL: http://issues.apache.org/jira/browse/JCR-186
     Project: Jackrabbit
        Type: Bug
    Reporter: Brian Moseley


DavResourceImpl.alterProperties, setProperty and removeProperty should check if 
a dav property is protected before setting or removing it. attempting to change 
a protected property should result (i believe) in a 409 Conflict response for 
that particular property.

solving this will likely require getting the DavProperty instance corresponding 
to each property included in the request. DavResourceImpl will need a way to 
obtain instances defined by jcr-server extensions (eg the 
CALDAV:calendar-description property).


-- 
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