[ 
https://issues.apache.org/jira/browse/SYNCOPE-1087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16019234#comment-16019234
 ] 

ASF subversion and git services commented on SYNCOPE-1087:
----------------------------------------------------------

Commit 2e174d42112e4ecaad9f16b5e0a06ef9e36db6b8 in syncope's branch 
refs/heads/2_0_X from [~ilgrosso]
[ https://git-wip-us.apache.org/repos/asf?p=syncope.git;h=2e174d4 ]

[SYNCOPE-1087] Check if notifications are available or audit was requested for 
the ongoing event before performing any actual read


> Avoid to read input entities if no notification or audit are requested
> ----------------------------------------------------------------------
>
>                 Key: SYNCOPE-1087
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-1087
>             Project: Syncope
>          Issue Type: Improvement
>          Components: core
>            Reporter: Francesco Chicchiriccò
>            Assignee: Francesco Chicchiriccò
>             Fix For: 1.2.11, 2.0.4, 2.1.0
>
>
> The 
> [LogicInvocationHandler|https://github.com/apache/syncope/blob/2_0_X/core/logic/src/main/java/org/apache/syncope/core/logic/LogicInvocationHandler.java]
>  is an aspect triggered around any Logic method execution.
> As very first step before proceeding with actual invocation, it blindly 
> invokes the {{resolveBeanReference()}} method implemented by all Logic 
> classes, that often involves in turn to read the entity matching the provided 
> input from the internal storage.
> Such read should instead be performed only if there is (a) at least one 
> notification defined or (b) audit requested for the current invocation.



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

Reply via email to