I'm trying to get the WADL extension working. My Restlet (which is a
org.restlet.ext.spring.RestletFrameworkServlet) is mapped to /abc and it
catches all GET, POST, PUT, DELETE and HEAD methods whether they are
implemented by a resource or not (returning a 405 if not) but it doesn't
catch the OPTIONS and TRACE methods. These are being caught by Apache
Tomcat's DefaultServlet that is supposed to catch requests that are not
otherwise mapped. Obviously I can't work with the WADL extension until I
start catching OPTIONS requests. Has anyone dealt with this before or would
you have any ideas?

Using Apache Tomcat 7.0.27 and Restlet 2.1 SNAPSHOT for all the Restlet
libraries.

--
View this message in context: 
http://restlet-discuss.1400322.n2.nabble.com/OPTIONS-and-TRACE-not-being-caught-by-Restlet-Server-tp7578142.html
Sent from the Restlet Discuss mailing list archive at Nabble.com.

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2973330

Reply via email to