makeRequest fails

2010-05-10 Thread Eric Rose (erose)
Greetings, We are writing a gadget that uses makeRequest to contact an SSL secured API that uses a self-signed certificate and basic authentication. We are base 64 encoding username:password and specifying: Params[gadget.io.RequestParamters.HEADERS] = headers; Where headers =

Re: makeRequest fails

2010-05-10 Thread Paul Lindner
Is your backend generating the 500 error (should be easy to check the logs there) Otherwise you may be encountering problems with the self-signed cert. Java shindig's default fetcher will not retrieve data from sites with self-signed certs. Either add the ssl cert using the keytool command or

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

OAuthUtil doesn't throw RuntimeException on invalid URI (issue1178041)

2010-05-10 Thread johnfargo
Reviewers: shindig.remailer_gmail.com, Description: User input shouldn't cause uncaught exceptions... Please review this at http://codereview.appspot.com/1178041/show Affected files: java/gadgets/src/main/java/org/apache/shindig/gadgets/oauth/OAuthRequest.java Index:

Re: OAuthUtil doesn't throw RuntimeException on invalid URI (issue1178041)

2010-05-10 Thread lindner
I think we're missing something here... http://codereview.appspot.com/1178041/show

Re: OAuthUtil doesn't throw RuntimeException on invalid URI (issue1178041)

2010-05-10 Thread John Hjelmstad
Yeah, the patch got messed up...fixing... On Mon, May 10, 2010 at 2:22 PM, lind...@inuus.com wrote: I think we're missing something here... http://codereview.appspot.com/1178041/show

Re: OAuthUtil doesn't throw RuntimeException on invalid URI (issue1178041)

2010-05-10 Thread John Hjelmstad
Committed. On Mon, May 10, 2010 at 2:26 PM, lind...@inuus.com wrote: lgtm http://codereview.appspot.com/1178041/show

Re: Tames and exposes google analytics (issue847044)

2010-05-10 Thread jasvir
* moved taming to the directory where analytics functions are hooked up to gadgets.analytics * unfortunately there isn't an unobfuscated version of libga available for review http://codereview.appspot.com/847044/show

Re: Tames and exposes google analytics (issue847044)

2010-05-10 Thread johnfargo
lgtm, will patch. On 2010/05/10 22:06:21, jasvir wrote: * moved taming to the directory where analytics functions are hooked up to gadgets.analytics * unfortunately there isn't an unobfuscated version of libga available for review http://codereview.appspot.com/847044/show

Re: Tames and exposes google analytics (issue847044)

2010-05-10 Thread johnfargo
Uh, just patched this, but completely forgot that you have committer access now. :P On 2010/05/10 22:19:36, johnfargo wrote: lgtm, will patch. On 2010/05/10 22:06:21, jasvir wrote: * moved taming to the directory where analytics functions are hooked up to gadgets.analytics *

OpenSocial Development Environment v0.9

2010-05-10 Thread Albert Cheng
Hi, Just let you know that we have recently released OSDE (OpenSocial Development Environment) v0.9. It's an open source project for developing OpenSocial applications/gadgets. It's an eclipse plugin with a built-in shindig. Home page:

Re: [VOTE] Release Apache Shindig Version 1.0.1

2010-05-10 Thread Paul Lindner
+1 here. On Thu, May 6, 2010 at 2:42 AM, Paul Lindner plind...@linkedin.com wrote: Hi, I've prepped a non-incubator version of shindig 1.0 as shindig-1.0.1. This release will allow us to remove the 1.0 artifacts from the incubator dist directory. The only changes in 1.0.1 are: *

Re: [VOTE] Release Apache Shindig Version 1.0.1

2010-05-10 Thread Paul Lindner
The Vote to release 1.0.1 has completed: 4 +1 votes (Chico, Paul, Tim, Vincent) No -1 Votes I will update the maven repository and the distribution area. Thanks! (now on to 1.1...) On Thu, May 6, 2010 at 2:42 AM, Paul Lindner plind...@linkedin.com wrote: Hi, I've prepped a non-incubator