[ http://issues.apache.org/jira/browse/JCR-185?page=comments#action_12318665 ]
Brian Moseley commented on JCR-185: ----------------------------------- yup, i did notice the todo. i needed to implement PROPPATCH property filtering, so i thought i'd submit my changes to give you something to start with. i'm not married to the implementation - i just did what was easiest for me, knowing that you'd probably revise it later. > filter jcr properties in jcr-server > ----------------------------------- > > Key: JCR-185 > URL: http://issues.apache.org/jira/browse/JCR-185 > Project: Jackrabbit > Type: Improvement > Reporter: Brian Moseley > Assignee: angela > Priority: Minor > Attachments: property-filtering.patch > > attached is a patch that implements jcr property filtering in jcr-server in > the same way that nodes and resources are filtered. with the default filter > configuration, this has the effect of filtering jcr:created, jcr:mixinTypes, > and jcr:primaryType from nt:folder and nt:file nodes. > this is likely the expected default behavior for most webdav servers - they > want to return the normal dav properties, live properties defined themselves, > and dead properties defined by clients, but not jcr-internal properties which > are for all intents and purposes implementation-specific. -- 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
