You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by Carsten Zerbst <ca...@atlantec-es.com> on 2004/12/02 15:31:13 UTC

Add put with optional length ?

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: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org