> Hi all
>
> I would like to be able have a default property that applies to a
> certain type of file.  An example would be that there would be a
> property which specifies the default transformation to apply to an XML
file.
>
> I was wondering whether i could do this with the new default properties
> code.
>
> It seems to me that to do so, the files would have to have some
> classname other than the usual SubjectNode.  Then the question becomes,
> when a user PUTs a file using the Slide Webdav servlet, how to create
> the file with the correct role, without hacking the webdav servlet to
> get it right?

If you need that right here right now, I would suggest to hack the WebDAV
servlet (since it should be easy to do).

Conditional processing is an important feature, but to be really flexible it
has to use the same kind of semantics that approvals and notifications will
use (read : be a user defined process).

In the meantime, it would probably be a good idea to define a simple
specialized filter API for the WebDAV servlet (probably a set of interfaces
would do). What do you think ?

Remy

Reply via email to