Re: A lunatic scheme for getting around the Origin restriction in HttpUrlConnection

2011-12-01 Thread Barrie Treloar
On Fri, Dec 2, 2011 at 1:15 AM, Benson Margulies wrote: > This was misdirected. Apologies. > > On Thu, Dec 1, 2011 at 9:03 AM, Benson Margulies > wrote: >> There is a system property that disables it -- read once -- in a static >> block. >> >> Does anyone thing it would be possible to create an

Re: A lunatic scheme for getting around the Origin restriction in HttpUrlConnection

2011-12-01 Thread Benson Margulies
This was misdirected. Apologies. On Thu, Dec 1, 2011 at 9:03 AM, Benson Margulies wrote: > There is a system property that disables it -- read once -- in a static block. > > Does anyone thing it would be possible to create an independent class > loader and load this class into it a second time, w

A lunatic scheme for getting around the Origin restriction in HttpUrlConnection

2011-12-01 Thread Benson Margulies
There is a system property that disables it -- read once -- in a static block. Does anyone thing it would be possible to create an independent class loader and load this class into it a second time, with the property set, and then talk to it via reflection? ---