How I love this profession... After banging my head against http://forum.springframework.org/showthread.php?t=53472 several walls , I finally have the OPTIONS getting through, but now I got this one from my extended SimpleWebdavServlet:
501 Method PROPFIND is not defined in RFC 2068 and is not supported by the Servlet API which I can't understand, because if I tested a "unwrapped" version of my extended SimpleWebdavServlet and it was working like a charm... Any clues on that one? Cheers. amsmota wrote: > > 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:. > > -- View this message in context: http://www.nabble.com/SimpleWevdavServlet-with-Spring-DispatcherServlet-ServletWrappingController-tp16957017p16987994.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.
