--- Remy wrote:
That method will be called (for all registered filters) just before storing
(or creating) content in the Store. Filters will be declared in Domain.xml.
---
What about filtering content on the way out?
One of the things that I'm looking at is using Slide to allow users to manage
web sites that may use JSP or Resin's XTP (XML Template Pages). People should be
able to upload/manage their pages, but what users see should be the result of
the page's execution, not the source.
Though it seems like the thing to do would be to leave the JSP/XTP/etc. engine
as the site root servlet ('/'), and create a separate WebDAV access (like the
default /webdav mapping in slide.war). That way each engine only handles what
it's best at.
Sixten