[ https://issues.apache.org/jira/browse/SYNCOPE-729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14999021#comment-14999021
]
ASF subversion and git services commented on SYNCOPE-729:
---------------------------------------------------------
Commit c6e008125fb08e9b939acb73e233742ad0c3824f in syncope's branch refs/heads/master from
[~ilgrosso]
[ https://git-wip-us.apache.org/repos/asf?p=syncope.git;h=c6e0081 ]
[SYNCOPE-729] Not considering CREATE or UPDATE but only SEARCH during getObject
> Skipped remote update during resource assignment if connector CREATE capability is not
provided
> -----------------------------------------------------------------------------------------------
>
> Key: SYNCOPE-729
> URL: https://issues.apache.org/jira/browse/SYNCOPE-729
> Project: Syncope
> Issue Type: Bug
> Components: core
> Affects Versions: 1.2.6, 2.0.0
> Reporter: fabio martelli
> Assignee: Francesco Chicchiriccò
> Fix For: 1.2.7, 2.0.0
>
>
> Skipped remote update during resource assignment if connector CREATE capability is not
provided.
> Update does not occur because the beforeObj retrieving is denied: search capability check
is performed based on the original request (CREATE) instead the actual one (UPDATE).
> Suggestion: try to remove capabilitis check into the following method.
> {code}
> ConnectorFacadeProxy.getObject(final PropagationMode propagationMode, final ResourceOperation
operationType, final ObjectClass objectClass, final Uid uid, final OperationOptions options)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
|