cBioPortal / cbioportal

cBioPortal for Cancer Genomics
https://cbioportal.org
GNU Affero General Public License v3.0
578 stars 440 forks source link

Add bean for CancerStudyPermissionEvaluator #10825

Closed Floris-Hyve closed 2 weeks ago

Floris-Hyve commented 1 month ago

Add a bean for CancerStudyPermissionEvaluator instead of instantiating directly within createExpressionHandler

Floris-Hyve commented 2 weeks ago

I think there are issues with spring recognizing the CancerStudyPermissionEvaluator when it is not instantiated as a bean, which causes the expressionHandler to be set incorrectly. I think its related to how dependency injection works in spring. See below screenshots: