Hello, when using the webdavresource on one users client an error occured with the proxy (Squid). This requires a content-lenth for put and post and I use the
public boolean putMethod(String path, InputStream is) method to avoid copying the file into a byte[]. Is there a chance that a patch for something like public boolean putMethod(String path, InputStream is, long contentLength); will be accepted ? Bye, Carsten -- Carsten Zerbst, Atlantec Enterprise Solutions, Hamburg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
