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/02/07 11:25:08 UTC

[jira] Resolved: (SLING-229) uja post servlet should also respect some well known jcr property names for auto generation

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

Felix Meschberger resolved SLING-229.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0

Applied patch in Rev. 619348.

Please close if this solves your issue. Thanks.

> uja post servlet should also respect some well known jcr property names for auto generation
> -------------------------------------------------------------------------------------------
>
>                 Key: SLING-229
>                 URL: https://issues.apache.org/jira/browse/SLING-229
>             Project: Sling
>          Issue Type: Improvement
>            Reporter: Tobias Bocanegra
>            Assignee: Felix Meschberger
>             Fix For: 2.0.0
>
>         Attachments: ujax_jcr_names-r619004.patch
>
>
> currently the following property names have special default values when provided with empty string:
>   created
>   createdBy
>   lastModified
>   lastModifiedBy
> suggest to add those as well:
>   jcr:created
>   jcr:createdBy
>   jcr:lastModified
>   jcr:lastModifiedBy
> the following are respected for auto-generation of node node names:
>   title
>   name
>   description
>   abstract
> i suggest to add those as well:
>   jcr:title
>   jcr:description

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.