Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Why no OPTIONS request for the CrossOriginFilter?

CORS preflight requests are sent by the OPTIONS method[1]. Is there a particular reason why the CrossOriginFilter[2] does not support OPTIONS requests by default? It's easy to configure but I'd still be interested why I would need to configure that standard case at all.

Cheers,
Marcel

[1] http://tinyurl.com/nklyxju
[2] http://tinyurl.com/nd2mphc

--
Marcel Stör, http://frightanic.com
Couchsurfing: http://www.couchsurfing.com/people/marcelstoer
O< ascii ribbon campaign - stop html mail - www.asciiribbon.org


Back to the top