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 2008/01/29 20:54:35 UTC

[jira] Closed: (SLING-211) Improve support for standard nt:file and nt:resource nodes as well as similar nodes

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

Felix Meschberger closed SLING-211.
-----------------------------------

    Resolution: Fixed

Enhanced the LaunchpadDefaultServlet to support the Last-Modified and If-Modified-Since headers if the
resource to stream provides last modification time information.

Fixed in Rev. 616499.

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