Hi,

I want to map requests with @RequestMapping to new methods, e.g. MOVE (like in webdav).

How can I achieve this with Spring 3.1?

Thank you