However, if you use the interceptor, you will have problems with rollbacks. I think, the interceptors are not informed,if a rollback happened.
Btw. there is still a issue with NodeRevisionContent. You must not call
streamContent or readContent in a interceptors "pre" methods, but only
getContent or getContentBytes. Otherwise the store may get an exhausted stream.
On the other side if you call any of those read methods in a interceptors
"post" method, you may not get any content at all.
I'm completely ignorant of the guts of Slide and what is or is not allowed in an interceptor, but if there are issues getting at the content in an interceptor (first of all, thats a bummer!) then perhaps simply adding the URI to a queue for a background indexer is a better approach. Indexing within the same request as a PUT/PROPPATCH is probably not the scalable thing to do anyway as that might take a little time to do if the content is large.
Erik
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
