Today, I released version 0.2 of the OpenID plugin for Grails (really easy to use plugin by original author Marcel Overdijk). The changes I made today:

  • Fixed a bug that caused a MissingPropertyException when user typed an OpenID that did not have a valid provider address
  • Fixed a bug that caused a NullPointerException when user’s OpenID contained syntactical errors
  • Simplified code in the controller so that it is now independent of the configured URL mapping

You can find more information about the plugin on the plugin’s Wiki page.