allow ResourceType dav property to have multiple values
-------------------------------------------------------
Key: JCR-180
URL: http://issues.apache.org/jira/browse/JCR-180
Project: Jackrabbit
Type: Bug
Reporter: Brian Moseley
Attachments: multivalue-resourcetype.patch
attached is a patch that allows the ResourceType dav property to have multiple
values (useful for dav protocol extensions such as caldav).
it is not a perfect patch, in that subclasses of ResourceType do not know about
each others' resource types, but it is a decent start. one way to address this
issue might be to have subclasses register extended resource types and their
corresponding xml representations with ResourceType, removing the need for them
to override resourceTypeToXml() and isValidResourceType().
--
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