Delta for 4.5 update contains typos in CheckOrCreatePropertyTask related to 
realmName property for system and admin userManagers
--------------------------------------------------------------------------------------------------------------------------------

                 Key: MAGNOLIA-4069
                 URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-4069
             Project: Magnolia
          Issue Type: Bug
      Security Level: Public
          Components: core, security, updatemechanism
    Affects Versions: 4.5.1
            Reporter: Matt Dertinger
            Assignee: Philipp Bärfuss
            Priority: Critical
         Attachments: CoreModuleVersionHandler.java.patch

Hi,

Currently, within the Delta for the 4.5 update, there are typos in the 
following two tasks:

{code:title=CoreModuleVersionHandler.java}
register(DeltaBuilder.update("4.5", "")
    ...
    .addTask(new CheckOrCreatePropertyTask("Update system userManager ", "Add 
the realName property.", RepositoryConstants.CONFIG, 
"/server/security/userManagers/system", "realName", "system"))
    .addTask(new CheckOrCreatePropertyTask("Update system userManager ", "Add 
the realName property.", RepositoryConstants.CONFIG, 
"/server/security/userManagers/admin", "realName", "admin"))

{code}

I believe {{realName}} should be {{realmName}}.

The attached patch updates these tasks correspondingly. Also updated the task 
name and description params.

*Note:* I think these tasks may also need to be added to another delta for a 
future release, for those who already updated to 4.5. This hasn't been included 
in the attached patch. 

Let me know if you have any questions.

Cheers,
Matt


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       


----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to