Skip to content
This repository has been archived by the owner on Dec 31, 2021. It is now read-only.

v0.3.5

Compare
Choose a tag to compare
@flytreeleft flytreeleft released this 26 Jun 06:24
· 1 commit to bugfix-0.3.x since this release

This version contains the following improvements and bugfixes:

  • Fix java.lang.NullPointerException: null error (#34) when the Keycloak generates auth-server-url with trailing slashes. Thanks @peschmae for #38.
  • Always lowercase username to prevent the Nexus3 to create multiple user session for the same user. Note: The Keycloak will ignore the case of username. Thanks @TNorad for #35.