Re: A moment of confusion about http headers and JAX-RS responses?

2011-12-01 Thread Sergey Beryozkin
On 01/12/11 16:16, Benson Margulies wrote: I should know this, but ... The CORS spec says: Split the value of the Origin header on the U+0020 SPACE character and if any of the resulting tokens is not a case-sensitive match for any of the values in list of origins do not set any additional heade

A moment of confusion about http headers and JAX-RS responses?

2011-12-01 Thread Benson Margulies
I should know this, but ... The CORS spec says: Split the value of the Origin header on the U+0020 SPACE character and if any of the resulting tokens is not a case-sensitive match for any of the values in list of origins do not set any additional headers and terminate this set of steps. Now, if