Improve support for standard nt:file and nt:resource nodes as well as similar
nodes
-----------------------------------------------------------------------------------
Key: SLING-211
URL: https://issues.apache.org/jira/browse/SLING-211
Project: Sling
Issue Type: Improvement
Components: Resource
Reporter: Felix Meschberger
Assignee: Felix Meschberger
Fix For: 2.0.0
Currently the JcrNodeResource class just supports special handling for nt:file
nodes with respect to analyzing well known properties such as
jcr:content/jcr:lastModified etc. and with respect to support
adaptTo(InputStream.class).
This support should now be extended to nt:resource nodes or nodes which have
properties analogous to nt:resource nodes, this encompasses the jcr:data,
jcr:lastModified, jcr:mimeType and jcr:encoding properties. Of course, we may
not rely on the nt:resource node type as the Jackrabbit Simple WebDAV support
creates nt:unstructured nodes with the expected properties.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.