On Tue, 14 Dec 2004 08:41:54 -0800, Warwick Burrows <[EMAIL PROTECTED]> wrote: > > Hi Oliver, > > > There should be no locks created by startTransaction() and > > endTransaction(). Or are you talking about the locks created > > inside the transaction? > > Internally to the server there are no locks created but it returns a lock > token for transaction LockMethode call and this token is stored in the > webdav clients lock cache as if it is a lock. The client thinks it is an > actual lock and adds it to its lock cache as such. That's why I'm wondering > whether the locks ids (tx ids) that come back from the server should be > ignored by the client when it processes the result of a LockMethod. Ie. in > the startTransaction() call once we have the tx id and store it when then > delete the equivalent lock created for it from the client lock cache.
Thanks for explaining. Did not even know the lock was considered an ordinary way. So, yes, I think you are right, it should not be stored. Oliver --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
