Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Cross Origin Filter working from Firefox, but not UIWebView on ios?

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 <joakim@xxxxxxxxxxx>
Developer advice, services and support
from the Jetty & CometD experts


On Mon, Feb 4, 2013 at 2:23 PM, Mark Wyszomierski <markww@xxxxxxxxx> wrote:
Hi,

I've set up a cross origin filter as described here:


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:


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
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users



Back to the top