AW: Reused usernames and persistentIds

Ortner Nikolaus N.Ortner at fh-kaernten.at
Fri Oct 24 04:01:09 EDT 2014


> Well, I think it does not.

Well, in the 1.4.2-tagged Version it should be ok.

Before returning the PersistentIdEntry, it has a:
         while (pidStore.getPersistentIdEntry(persistentId, false) != null) { 
             log.debug("Generated persistent ID was already assigned to another user, regenerating");
             persistentId = UUID.randomUUID().toString();
         }

http://svn.shibboleth.net/view/java-shib-common/tags/1.4.2/src/main/java/edu/internet2/middleware/shibboleth/common/attribute/resolver/provider/dataConnector/StoredIDDataConnector.java?view=markup

Kind regards.


More information about the users mailing list