Hello,

Is there a way for Shindig to access a gadget XML who's URL requires
authentication? We want to allow hosting private gadgets that require a
user to be logged in and authorized to view the gadget. I would imagine
that this has been a requirement for others using Shindig as well.

Right now, the problem is that DefaultGadgetSpecFactory.getGadgetSpec()
calls AbstractSpecFactory.fetchFromNetwork(), which in turn creates its own
HttpRequest object to retrieve the XML content.

I'm thinking I'll need to use Guice to override getGadgetSpec() or
fetchFromNetwork()? Or is there a better way to do this?

Any help would be appreciated.

Thx!
Dennis

Reply via email to