You should upgrade your Jetty version to at least 7.6.6.v20120903

There's been many improvements in CrossOriginFilter up to that point.

--
Joakim Erdfelt <[email protected]>
webtide.com <http://www.webtide.com/>
Developer advice, services and support
from the Jetty & CometD experts
eclipse.org/jetty - cometd.org


On Mon, Feb 4, 2013 at 2:23 PM, Mark Wyszomierski <[email protected]> wrote:

> Hi,
>
> I've set up a cross origin filter as described here:
>
>     http://wiki.eclipse.org/Jetty/Feature/Cross_Origin_Filter
>
> This is working perfectly when hitting my jetty instance from Firefox 17+
> on desktop. When I run the same code from an instance of UIWebView on ios6,
> I'm getting an SOP violation error (I think). I'm not 100% sure, because
> the error reporting I see on the client is simply an http response code of
> zero. Before I implemented the cross origin filter, the Firefox instance
> would behave the same way.
>
> Can someone recommend a way to dump the connection values for a servlet,
> specifically related to cross origin filters, to see what the difference
> between the two clients might be? I'm using jetty v7.3.0.v20110203.
>
> While searching around, I saw this issue:
>
>     https://bugs.eclipse.org/bugs/show_bug.cgi?id=384847
>
> not sure if it's related, because I'm not getting a 500 response - but I
> wonder if simply updating to the latest version of jetty would help here.
>
> Thanks
>
> _______________________________________________
> jetty-users mailing list
> [email protected]
> https://dev.eclipse.org/mailman/listinfo/jetty-users
>
>
_______________________________________________
jetty-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to