Re: Shindig running on different domain than container REVISITED

2012-03-26 Thread Ryan J Baxter
Doug, I was also hacking up some code the other day that may be related. Instead of setting the API_HOST and API_PATH to go through the proxy, you can setup a transparent proxy running on the containers domain to just "forward" the requests on to the Shindig server. The proxy I was using

Re: Review Request: Cleanup the sites and holder close flow to delegate removing iframe of the gadget wrapper element to the holder from site responsibility

2012-03-26 Thread Henry Saputra
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/4486/ --- (Updated 2012-03-26 23:21:33.080908) Review request for shindig and Dan Dumont.

Re: [VOTE] Apache Shindig release 2.5.0-beta1

2012-03-26 Thread Stanton Sievers
+1 Thanks Paul and Henry! From: Henry Saputra To: dev@shindig.apache.org, Date: 03/26/2012 14:27 Subject:[VOTE] Apache Shindig release 2.5.0-beta1 Hi All, Paul Lindner has prepared a release candidate for Shindig 2.5.0-beta1. Staging repo: https://repository.apache.org/c

Re: Shindig running on different domain than container REVISITED

2012-03-26 Thread daviesd
One other thing (if it helps). I see gadgets that don't do makeRequest fail as follows: Unsafe JavaScript attempt to access frame with URL http://localhost:9090/opensocial-demo/testcontainer/ from frame with URL http://localhost:8080/opensocial/gadgets/ifr?url=http%3A%2F%2Fhosting.gmodul es.com%2

Re: Shindig running on different domain than container REVISITED

2012-03-26 Thread daviesd
Ok, one step forward. If I add servletResponse.addHeader("Access-Control-Allow-Headers", "Content-Type"); It starts working and the gadget renders. Cool. But then the first makeRequest from a gadget seems to be having difficulty. doug On 3/26/12 3:59 PM, "daviesd" wrote: > Started looking a

RE: [VOTE] Apache Shindig release 2.5.0-beta1

2012-03-26 Thread Franklin, Matthew B.
+1 (non-binding) >-Original Message- >From: Henry Saputra [mailto:henry.sapu...@gmail.com] >Sent: Monday, March 26, 2012 2:26 PM >To: dev@shindig.apache.org >Subject: [VOTE] Apache Shindig release 2.5.0-beta1 > >Hi All, > >Paul Lindner has prepared a release candidate for Shindig 2.5.0-bet

Re: Shindig running on different domain than container REVISITED

2012-03-26 Thread daviesd
Started looking at this. I'm a little unclear what I'm suppose to do if JsonRpcServlet receives an OPTIONS request. Right now I was just trying the following (after allowing OPTIONS to pass-thru) right after the setCORSheader: if ("OPTIONS".equals(method)) { servletResponse.

Re: Review Request: Cleanup the sites and holder close flow to delegate removing iframe of the gadget wrapper element to the holder from site responsibility

2012-03-26 Thread Henry Saputra
> On 2012-03-26 18:54:24, Dan Dumont wrote: > > trunk/features/src/test/javascript/features/container.url/url_site_test.js, > > line 83 > > > > > > Hmm, can we replace this test with another one? Why did this fail? It f

Re: Review Request: Cleanup the sites and holder close flow to delegate removing iframe of the gadget wrapper element to the holder from site responsibility

2012-03-26 Thread Dan Dumont
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/4486/#review6352 --- trunk/features/src/main/javascript/features/container.site.gadget/gad

Review Request: Cleanup the sites and holder close flow to delegate removing iframe of the gadget wrapper element to the holder from site responsibility

2012-03-26 Thread Henry Saputra
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/4486/ --- Review request for shindig and Dan Dumont. Summary --- As part of continuin

[VOTE] Apache Shindig release 2.5.0-beta1

2012-03-26 Thread Henry Saputra
Hi All, Paul Lindner has prepared a release candidate for Shindig 2.5.0-beta1. Staging repo:  https://repository.apache.org/content/repositories/orgapacheshindig-114/ SVN tag: http://svn.apache.org/repos/asf/shindig/tags/shindig-project-2.5.0-beta1/ Keys: http://svn.apache.org/repos/asf/shind

Re: [REQUEST] Beta Release for 2.5

2012-03-26 Thread Henry Saputra
Thanks a lot Paul. VOTE message will out in a minute. - Henry On Mon, Mar 26, 2012 at 10:53 AM, Paul Lindner wrote: > I created a 2.5.0-beta1 here: > > https://repository.apache.org/content/repositories/orgapacheshindig-114/ > > Would someone be so kind as to send out a VOTE message with the det

Re: [REQUEST] Beta Release for 2.5

2012-03-26 Thread Paul Lindner
I created a 2.5.0-beta1 here: https://repository.apache.org/content/repositories/orgapacheshindig-114/ Would someone be so kind as to send out a VOTE message with the details. If no one does I can get that out sometime tomorrow. On Sun, Mar 25, 2012 at 3:28 PM, Ate Douma wrote: > On 03/22/20