You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "angela (JIRA)" <ji...@apache.org> on 2016/05/03 11:27:13 UTC

[jira] [Created] (OAK-4325) Autocreation of properties fails if user id is null

angela created OAK-4325:
---------------------------

             Summary: Autocreation of properties fails if user id is null
                 Key: OAK-4325
                 URL: https://issues.apache.org/jira/browse/OAK-4325
             Project: Jackrabbit Oak
          Issue Type: Bug
          Components: core, jcr
            Reporter: angela


The currently implementation of {{TreeUtil.autoCreateItems}} will fail with {{RepositoryException}} if any of the autocreated properties could not be created. This is currently the case if the editing session doesn't have a userID set, which is a valid scenario.

IMO the following autocreated properties should always be created and using an empty value if there is a null userID passed to the call:
- jcr:createdBy
- jcr:lastModifiedBy



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)