hi pedro we created the webdav observation api in order to implement a http based remoting for the JCR api [1]. therefore the current implementation in the JCRServerServlet focuses on the observation abilities present with JCR, while the standard webdav implementation doesn't support observation at all.
in other words: the implementations present so far with jackrabbit will not allow you to determine the set of webdav methods that trigger a given event. but of course you may add such functionality on a custom extension. regards angela [1] http://jackrabbit.apache.org/JCR_Webdav_Protocol.doc
With this code I get events when I execute webdav methods but the information I get is very generic. It's possible for example to get the webdav method that triggered the event? I can see that in the jackrabbit's javadoc there's a API for webdav observation but I don't know where to start. Please advice. Kind regards, Pedro Saraiva
