Re: How to disabling versionning?
"Guillaume Bailleul" <[email protected]> Sat, 17 Mar 2007 11:52:06 +0100
| Newsgroups | gmane.comp.jakarta.slide.user |
|---|---|
| Message-ID | <[email protected]> |
Actually, the problem is that you want to access directly to the file not using the webdav protocol and this is the problem. Doing that you loose all ACL and security behaviour. You can find client for all kinds of use : java, C, perl API to retrieve the file. You can find clients that shows the waebdav service as a network disk. Doing that, the "users" of the file and the storage system are independant. That's just my idea :-) Regards Guillaume PS: my english is not better than yours 2007/3/15, Nicolas Gauthier <[email protected]>: > Hi Miguel > > Thanks for your answer. It seems to be interesting. I will test it. > > > > On 3/15/07, Miguel Figueiredo <[email protected]> wrote: > > > > Hello folks, > > > > Actually, I made a study where I concluded that using a WebDAV server is > > slightly better than an ftp server in performance and feature wise. But > > that's just me. > > > > Nicolas, another way to use webdav would be the default TOMCAT webdav > > servlet. It does not support versioning or ACLs, and I bet the files are > > stored with the original name. > > > > Hope this helps, > > Miguel Figueiredo > > > > -----Original Message----- > > From: Michael Oliver [mailto:[email protected]] > > Sent: quarta-feira, 14 de Março de 2007 13:18 > > To: 'Slide Users Mailing List' > > Subject: RE: How to disabling versionning? > > > > > > FileZilla as an ftp server will come closer to what you want than WebDAV. > > > > Michael Oliver > > Cell: 518-378-6154 > > Skype: MikeOliverAZ > > Phone:702-866-9034 > > > > -----Original Message----- > > From: Nicolas Gauthier [mailto:[email protected]] > > Sent: Tuesday, March 13, 2007 6:09 AM > > To: [email protected] > > Subject: How to disabling versionning? > > > > Hi @all > > > > Sorry for my bad english :P > > > > I'm using Jakarta Slide for a few days in order to create directories and > > uploading files in it. > > For that I call mkcolMethod and putMethod on WebdavResources. > > When I upload a file, this one is created with the '_1.0' suffix but I > > need > > to access this files directly with the Files Explorer. > > > > So I created a 'slide.properties' file wich contains ' > > org.apache.slide.versioncontrol=false' value and I put it in my > > WEB-INF/classes directory in order to disable versionning, but it doesn't > > works. > > Is there anything else to configure (perhaps in Domain.xml)? > > > > Thank you for your answers. > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > >