Hi all, In the class org.apache.webdav.lib.WebdavResource the method lockMethod(...) use a short for the timeout parameter, the LockMethod class accept a long for the timeout and the rfc2518 says: "The timeout value for TimeType "Second" MUST NOT be greater than 2^32-1."
It is possible to accept a integer instead of a short in the lockMethod(...) of WebdavResource? Regards, Didier -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
