Re: Shindig doesn't handle relative oauth service URLs properly

2010-05-17 Thread Paul Lindner
A fixfor this is checked in. On Fri, May 14, 2010 at 8:03 AM, Paul Lindner plind...@linkedin.com wrote: Looks like a check for http/https is done before the Uri is resolved against it's base. I'll have a patch soonish to fix this which will also catch some other non-base-resolved URLs in

Re: Shindig doesn't handle relative oauth service URLs properly

2010-05-14 Thread Paul Lindner
Looks like a check for http/https is done before the Uri is resolved against it's base. I'll have a patch soonish to fix this which will also catch some other non-base-resolved URLs in Preload.. and Link... On Mon, May 10, 2010 at 12:00 PM, Randy Hudson huds...@us.ibm.com wrote: There seems to

Shindig doesn't handle relative oauth service URLs properly

2010-05-10 Thread Randy Hudson
There seems to be a consistency issue with shindig's treatment of relative URIs in gadget specs. Some more details are at: http://groups.google.com/group/opensocial-api/browse_thread/thread/756ecef6c4d70a2c# The method ModulePrefs#getUriAttribute should probably be some static utility method