You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Martin Hesse (Jira)" <ji...@apache.org> on 2021/04/20 04:32:00 UTC

[jira] [Created] (ISIS-2619) TenantedAuthorizationFacetFactory should not use Mixin Class to filter evaluators

Martin Hesse created ISIS-2619:
----------------------------------

             Summary: TenantedAuthorizationFacetFactory should not use Mixin Class to filter evaluators
                 Key: ISIS-2619
                 URL: https://issues.apache.org/jira/browse/ISIS-2619
             Project: Isis
          Issue Type: Bug
          Components: Isis Extensions SecMan
    Affects Versions: 2.0.0-M5
            Reporter: Martin Hesse


{{InteractionUtils.isUsableResult(FacetHolder, UsabilityContext)}} is being called for facetHolders of type {{ObjectActionMixedIn}}, but these are missing a facet of type {{TenantedAuthorizationFacetDefault}}

{{the bug is in the }}{{TenantedAuthorizationFacetFactory}}{{, essentially the }}{{applicationTenancyEvaluator.handles}}{{  method is being called with the Mixin Class and returns false. Instead I think it should be called with the type of the FacetHolder}}

{{https://github.com/apache/isis/blob/53e535fd08e9dae4580fb8de7179b10620c14a69/extensions/security/secman/model/src/main/java/org/apache/isis/extensions/secman/model/facets/TenantedAuthorizationFacetFactory.java#L96}}

{{}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)