CORS filter a bit noisy

2011-12-21 Thread Benson Margulies
It looks to me as if the CORS filter has a bug: it returns headers even when the request is not cross-origin. Sergey, WTYT? I'm sure it's not a tragedy and that I could fix that easily enough.

CORS filter a bit noisy

2011-12-21 Thread Benson Margulies
It looks to me as if the CORS filter has a bug: it returns headers even when the request is not cross-origin. Sergey,

Re: CORS filter a bit noisy

2011-12-21 Thread Sergey Beryozkin
Hi Benson On 21/12/11 18:32, Benson Margulies wrote: It looks to me as if the CORS filter has a bug: it returns headers even when the request is not cross-origin. Sergey, WTYT? I'm sure it's not a tragedy and that I could fix that easily enough. Which headers are you referring to, the ones that

Re: CORS filter a bit noisy

2011-12-21 Thread Sergey Beryozkin
On 21/12/11 22:23, Sergey Beryozkin wrote: Hi Benson On 21/12/11 18:32, Benson Margulies wrote: It looks to me as if the CORS filter has a bug: it returns headers even when the request is not cross-origin. Sergey, WTYT? I'm sure it's not a tragedy and that I could fix that easily enough. Which