Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check
getTlsTrustStorePath
NPE when user forget to set it. (apach…
…e#14253) If a user sets ``useKeyStoreTls=true`` then forget to set ``getTlsTrustStorePath``, we’re having NPE which becomes hard to debug for users. - Add NPE check and give use more clear error information. - [x] Make sure that the change passes the CI checks. *If `yes` was chosen, please highlight the changes* - Dependencies (does it add or upgrade a dependency): (no) - The public API: (no) - The schema: (no) - The default values of configurations: (no) - The wire protocol: (no) - The rest endpoints: (no) - The admin cli options: (no) - Anything that affects deployment: (no) - [x] `no-need-doc` (cherry picked from commit eca563e)
- Loading branch information