Re: Disabling SOP in GWTs built-in browser?

2009-09-15 Thread Bob Rozelle
Sorry, I didn't read the comments, just the detailed description. On Sep 15, 10:08 am, Thomas Broyer wrote: > On 15 sep, 15:27, Bob Rozelle wrote: > > > You can also very easily proxy the calls through the Jetty Server. > > > 1. Download or create a proxy servlet, I usehttp://www.servletsuite.c

Re: Disabling SOP in GWTs built-in browser?

2009-09-15 Thread Thomas Broyer
On 15 sep, 15:27, Bob Rozelle wrote: > You can also very easily proxy the calls through the Jetty Server. > > 1. Download or create a proxy servlet, I usehttp://www.servletsuite.com/ > HttpProxy1 servlet.  Its got a restrictive license (non-commercial & > non governement), so just use it for pe

Re: Disabling SOP in GWTs built-in browser?

2009-09-15 Thread Bob Rozelle
You can also very easily proxy the calls through the Jetty Server. 1. Download or create a proxy servlet, I use http://www.servletsuite.com/ HttpProxy1 servlet. Its got a restrictive license (non-commercial & non governement), so just use it for personal development. 2. Setup your web.xml to r

Re: Disabling SOP in GWTs built-in browser?

2009-09-14 Thread Thomas Broyer
On 14 sep, 16:01, ReubenH wrote: > Hi, > > As far as I can tell, the Single Origin Policy (SOP) cannot presently > be disabled in GWTs built-in browser... if so, I would like to ask the > Googlers to reconsider this choice. > > My hosting provider does not let me run java servlets of any kind,

Disabling SOP in GWTs built-in browser?

2009-09-14 Thread ReubenH
Hi, As far as I can tell, the Single Origin Policy (SOP) cannot presently be disabled in GWTs built-in browser... if so, I would like to ask the Googlers to reconsider this choice. My hosting provider does not let me run java servlets of any kind, so for my app I am stuck with using a JSON feed