Skip to content
Snippets Groups Projects
  1. Sep 11, 2012
  2. Sep 10, 2012
  3. Sep 07, 2012
  4. Sep 05, 2012
  5. Aug 29, 2012
  6. Aug 27, 2012
  7. Aug 20, 2012
  8. Aug 11, 2012
    • Paul-Christian Volkmer's avatar
      Handle both principals: String and User · 2d8448ad
      Paul-Christian Volkmer authored
      In local environment the principal must be casted to User object but in
      production environment the username is represented as String in principal
      object.
      
      With this patch the application will try a cast to User object, if this
      fails, it will do a cast to String - which holds the OpenID identifier.
      2d8448ad
  9. Jul 26, 2012