Skip to main content

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

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

Back to the top