You are right. The OPTIONS is getting handled somewhere by Spring (Dispatcher or HandlerMapping or ServletWrappingController, one of then) and never reaches my extended SimpleWebdavServlet. Actually not even methods like PUT and DELETE get through.
So I think I'm bother the Spring guys now :wistle:. Many thanks for your rightful and prompt answers. Angela Schreiber wrote: > > > are you sure, the OPTIONS request is handled by the > dav-servlet? the AbstractWebdavServlet adds the DAV/Allow > header to every single OPTION response, as far as i know. > > angela > > -- View this message in context: http://www.nabble.com/SimpleWevdavServlet-with-Spring-DispatcherServlet-ServletWrappingController-tp16957017p16961252.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.
