Skip to content

mConfigHash is calculated from non-changing variable #1011

@ZERO-ice-frostfire

Description

@ZERO-ice-frostfire

In Configuration.java:204 mConfigHash = configData.sha256().base64(); will always return the same hash causing the changes to not apply, this is especially painful when you are trying to run multi tenant. The line should either be moved or ideally mConfigHash would be calculated from mConfigJson.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions