Sambruk / EgilSCIM

The EGIL SCIM client
GNU Affero General Public License v3.0
4 stars 7 forks source link

Detect duplicate UUIDs #185

Open joesiltberg opened 1 year ago

joesiltberg commented 1 year ago

When loading any object we should check if an object with that UUID is already loaded (probably regardless of type, but at least within the current datatype).

Not sure what the consequence should be, perhaps just an error message followed by skipping the object? Or treat it as a fatal error and abort the whole program?