Bug 2784 - timeout in lockMethod(owner, timeout) is ignored
Summary: timeout in lockMethod(owner, timeout) is ignored
Status: RESOLVED FIXED
Alias: None
Product: Slide
Classification: Unclassified
Component: WebDAV client (show other bugs)
Version: 1.0.11
Hardware: All All
: P3 normal (vote)
Target Milestone: ---
Assignee: Slide Developer List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-07-25 06:04 UTC by u.stark
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description u.stark 2001-07-25 06:04:20 UTC
The Parameter timeout in WebdavResource.lockMethod(String owner, short timeout) will not be used. Instead a value of 120 is used: lockMethod(httpURL.getPath(), owner, (short) 120)
Comment 1 Remy Maucherat 2001-07-25 20:05:55 UTC
I added the fix, which will be included in Slide 1.0.12. Thanks !