Thorsten Scherler wrote:
[...]
The problem with this tmp folders/files are that they are not registered
in lenya and therefore cannot be deleted using the standard delete
method of webdav. This will cause a file not found error.

Further if we do not use org.apache.lenya.cms.site.usecases.Delete but rather a custom usecase
with some brute force in using IO calls and going directly on the file
system (if document is not registered with lenya) that will fail in the
future with jcr, right?

would these files need to be stored in jcr? couldn't we just store them in a work/tmp directory. From my understanding, other webDAV editors try to upload hidden files as well (word). Do we really want to store this editor specific crap in the repo?

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

Reply via email to