In-memory store incorrectly implemented
---------------------------------------

                 Key: AMDATUAUTH-106
                 URL: http://jira.amdatu.org/jira/browse/AMDATUAUTH-106
             Project: Amdatu Auth
          Issue Type: Bug
          Components: OAuth server
    Affects Versions: 0.2.0
            Reporter: Ivo Ladage - van Doorn
            Assignee: Ivo Ladage - van Doorn
             Fix For: 0.2.1


The in-memory store is implemented incorrectly. For example addToken just takes 
the input token and stores it in its local map. Later invocations to the token 
will also effect the store, which is not true for any other implementations. So 
the in-memory should store a clone of this token.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
http://jira.amdatu.org/jira/secure/ContactAdministrators!default.jspa
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