[ 
http://jira.amdatu.org/jira/browse/AMDATU-308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivo Ladage - van Doorn resolved AMDATU-308.
-------------------------------------------

    Resolution: Fixed

Removed the internal logic in the cassandra pm that used this public property 
'name' such that no public property 'name' is available anymore by default when 
creating new users with the cassandra storage provider. Also removed the weird 
and incorrect matching logic in getUser(factory, key, value), which returned 
any use of which the name was equal to the value. The key and value in this 
method should filter users that have a property named 'key' with value 'value'.

> Mismatch between FS and Cassandra UserAdmin store implementations for 
> getUser("name", ...)
> ------------------------------------------------------------------------------------------
>
>                 Key: AMDATU-308
>                 URL: http://jira.amdatu.org/jira/browse/AMDATU-308
>             Project: Amdatu
>          Issue Type: Bug
>          Components: Amdatu Cassandra
>            Reporter: Ivo Ladage - van Doorn
>             Fix For: 0.2.0
>
>
> There is a mismatch between the FS and Cassandra storage provider 
> implementations for UserAdmin.
> Assume we created a new user using userAdmin.createUser("Admin")
> now using the Cassandra implementation, this will return that user;
> userAdmin.getUser("name", "Admin");
> but using the FS implementation, this returns null

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
Amdatu-developers mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-developers

Reply via email to