Grails OAuth Plug-in 0.10 released
This release contains a migration away from the Signpost library towards the Apache HttpClient 4.x when making HTTP requests. Members of the community are still having problems in particular when trying to make HTTP requests with POST data. Unfortunately, this turned out to be a problem with Signpost. This release should address those issues by using Signpost to just sign the requests, and the HttpClient to make the call. Many thanks to petedoyle for the contribution!All work detailed in the change log however, most issues fall under GRAILSPLUGINS-2449. Next release I expect a few more checked exceptions to be provided to give more indication to the cause of any OAuth failures. Any feedback would be much appreciated.
See the wiki pages and change log for full details:WIki | Changes | Source