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,

Initial WS-Federation support commited to sandbox

2011-12-21 Thread Oliver Wulff
Hi there I was working in the last 5 months in enabling tomcat for federation and propagate the security context of the browser user to the back end web services using the CXF STS. I just committed this code to the cxf sandbox: http://svn.apache.org/viewvc/cxf/sandbox/fediz/ This project

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

Case-sensitivity on HTTP headers and CORS

2011-12-21 Thread Benson Margulies
http://dvcs.w3.org/hg/cors/raw-file/tip/Overview.html#author-request-headers demands case-sensitive comparison. Chrome sends, e.g.: Access-Control-Request-Headers: Content-Type Firefox sends, e.g. Access-Control-Request-Headers: content-type Should we violate the spec and do a