Jolokia v1.6.1 Release Notes

Release Date: 2019-05-01 // almost 5 years ago
    • ➕ Add configuration option authMatch which explains how to combine multiple authenticators if MultiAuthenticator is used.
    • ➕ Add BigInteger simplifier. BigInteger becomes a JSON object with the key "bigint" containing the big integer value as String.
    • ➕ Add configuration option threadNamePrefix which will be used by jolokia http server executor. Default: "jolokia-"
    • When strict-checking is enabled for a CORS policy, then reject a request also when no Origin or Referer header is given.