You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by "Francesco Chicchiriccò (JIRA)" <ji...@apache.org> on 2017/05/20 11:58:04 UTC

[jira] [Created] (SYNCOPE-1086) Avoid to read whole entities to check ETag

Francesco Chicchiriccò created SYNCOPE-1086:
-----------------------------------------------

             Summary: Avoid to read whole entities to check ETag
                 Key: SYNCOPE-1086
                 URL: https://issues.apache.org/jira/browse/SYNCOPE-1086
             Project: Syncope
          Issue Type: Improvement
          Components: core
    Affects Versions: 2.0.3, 1.2.10
            Reporter: Francesco Chicchiriccò
            Assignee: Francesco Chicchiriccò
             Fix For: 1.2.11, 2.0.4


Currently, in order to check ETag to provide simple locking for concurrent updates via REST, the whole entities (users / groups / any objects) are read.

This involves internal fetch of a whole set of unused data, some of them (virtual attributes, dynamic memberships) being particularly onerous.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)