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/01/09 14:10:58 UTC

[jira] [Closed] (SYNCOPE-988) Connector capabilities override not considered for actual operations

     [ https://issues.apache.org/jira/browse/SYNCOPE-988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Francesco Chicchiriccò closed SYNCOPE-988.
------------------------------------------
       Resolution: Invalid
         Assignee:     (was: Francesco Chicchiriccò)
    Fix Version/s:     (was: 2.0.2)
                       (was: 1.2.10)
                       (was: 2.1.0)

> Connector capabilities override not considered for actual operations
> --------------------------------------------------------------------
>
>                 Key: SYNCOPE-988
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-988
>             Project: Syncope
>          Issue Type: Bug
>    Affects Versions: 1.2.9, 2.0.1
>            Reporter: Francesco Chicchiriccò
>
> The {{ConnectorFacadeProxy}} methods do not take into account any capabilities override that could have been defined for the actual external resource, as all checks are performed against the initial {{ConnInstance}} object, as follows:
> {code}
>         if (connInstance.getCapabilities().contains(ConnectorCapability.SEARCH)) {
>           // snip
>         } else {
>             LOG.info("Search was attempted, although the connector only has these capabilities: {}. No action.",
>                     connInstance.getCapabilities());
>         }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)