[ https://issues.apache.org/jira/browse/SYNCOPE-729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Francesco Chicchiriccò updated SYNCOPE-729:
-------------------------------------------
Description:
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}
was:
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.
ConnectorFacadeProxy.getObject(final PropagationMode propagationMode, final ResourceOperation
operationType, final ObjectClass objectClass, final Uid uid, final OperationOptions options)
> 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)
|