Skip to content

v6.2.1

Choose a tag to compare

@rrayst rrayst released this 03 Jul 11:20
· 1 commit to 5509dd6e3832386850b040a3af3b2225a859c189 since this release

Changes since 6.2.0:

Changes:

  • <jsonProtection/> now blocks JSON objects with a key "__proto__" by default. (Set <jsonProtection blockProto="false"/> to get back the old behavior.)
  • Set showSSLExceptions default to false to avoid log spam. (Documented the suggestion that users should set it to true when debugging SSL/TLS setup problems.)

Improvements:

  • Added a few missing Javadoc comments.
  • Upgraded dependencies (maven-plugin-api)