DO NOT REPLY [Bug 35213] - Patch: Httpclient 3.0 support

2005-06-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 35213] New: - Patch: Httpclient 3.0 support

2005-06-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Quota - put method : security problem

2005-06-03 Thread Thomas Bellembois
Hello, Testing my QuotaListener I have found a bug that showed a security weakness. For a put method, to test if the request can be done (will the quota be exceeded ?), I rely on the "contentLength" parameter of the HTTP request. To update quota MD when the request is done I use the resource MD

Re: cvs commit: jakarta-slide build.xml

2005-06-03 Thread Oliver Zeigermann
Oh, well, they relate to this bug: http://issues.apache.org/bugzilla/show_bug.cgi?id=35201 Thus upgrading 2.1 as well would be I good idea I guess. Oliver On 6/3/05, Warwick Burrows <[EMAIL PROTECTED]> wrote: > > Hey Oliver, > > What are the benefits of upgrading the transaction jar to 1.1.1

RE: cvs commit: jakarta-slide build.xml

2005-06-03 Thread Warwick Burrows
Hey Oliver, What are the benefits of upgrading the transaction jar to 1.1.1pre1? Have there been bug fixes or updates that are applicable to 2.1 too? Thanks, Warwick > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, June 03, 2005 9:54 AM > To: [E

cvs commit: jakarta-slide/src/webdav/server/org/apache/slide/webdav/method AbstractWebdavMethod.java

2005-06-03 Thread ozeigermann
ozeigermann2005/06/03 08:00:54 Modified:src/webdav/server/org/apache/slide/webdav/method AbstractWebdavMethod.java Log: Removed global lock around fine grained locks as it was disabling the whole idea of fine grained locks. Before when there was a fine graine

cvs commit: jakarta-slide build.xml

2005-06-03 Thread ozeigermann
ozeigermann2005/06/03 07:53:50 Modified:.build.xml Added: lib commons-transaction-1.1.1pre1.jar Removed: lib commons-transaction-1.1b2.jar Log: Upgraded to commons tx 1.1.1pre1 Revision ChangesPath 1.1 jakarta-slide/lib/com

Problem with file locking

2005-06-03 Thread tomekem
Hello, I blocked a file with Slide API by User A (lock type = read, not exclusive). However when user B tries to get content of this file, I am getting exception: org.apache.slide.lock.ObjectLockedException: Object /files/dir/test.txt is already locked at org.apache.slide.lock.LockImpl