8000 Avoid a NPE at org.keycloak.email.freemarker.beans.ProfileBean#getOrganizations when feature "organization" is disabled · Issue #39267 · keycloak/keycloak · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Avoid a NPE at org.keycloak.email.freemarker.beans.ProfileBean#getOrganizations when feature "organization" is disabled #39267
Closed
@leischt

Description

@leischt

Description

Currently the method org.keycloak.email.freemarker.beans.ProfileBean#getOrganizations uses the OrganizationProvider without a null check. If the feature "organization" is disabled the Provider could not be found and a NullPointerException is thrown.

Suggestion: add null check

Discussion

No response

Motivation

No response

Details

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0