Hi List

I just tried to implement my own Interceptor.

I subclasses org.apache.slide.content.AbstractContentInterceptor and over wrode 
all preXXX and postXXX Methods.

If I understood the docu right, everytime a user does a GET or a PROPFIND 
preRetrieveContent will be called bevore the request is
executet and postRetrieveContent will be called after the request was executed 
and the content or property was returned.

However my preRetrieveContent-method is never called. No matter wheter I do a 
GET or a PROPFIND, postRetrieveConten is called, but
not preRetrieveContent.

In Domain.xml I set the Interceptor:  <content-interceptor 
class="test.slide.SimpleInterceptor"/>

I am running slide 2.1.

Has anyone an idea why preRetrieveContent is not called?


thanks in advance

SVen


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to