-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi,
On 06/23/2010 09:42 AM, llaumgui wrote: > the problem is that I have 2 systems : > - MySQL lock > - file system lock. The custom lock auth add a lock system but don't > replace the .ezc/filename.ext.xml system. these are 2 different things. In MySQL you handle WebDAV lock, i.e. if a user issues a "LOCK this directory" command, this is stored in the DB. What still exists on you file system are locks to avoid concurring access by paralell HTTP requests. The .ezc/ directories e.g. store the WebDAV properties of your files (e.g. MIME type), which has nothing to do with locking. To get rid of these, you'd need to overwrite property handling in the back end or implement a custom back end. Have a look at ezcWebdavSimpleBackend and friends for this. HTH, Toby - -- Tobias Schlitt [email protected] GPG Key: 0xC462BC14 a passion for php http://schlitt.info/opensource eZ Components are Zeta Components now! http://bit.ly/9S7zbn -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkwhvsUACgkQ5bO3TcRivBQKBgCgmbnJc3UX2Ni/29kTh83Q7W6W XRYAoLsuOFw0WrmIjGywJ8YNBhzj42Kr =033E -----END PGP SIGNATURE-----
