[EMAIL PROTECTED] wrote:
Author: markt
Date: Mon Jul 30 16:37:47 2007
New Revision: 561186

URL: http://svn.apache.org/viewvc?view=rev&rev=561186
Log:
Fix WebDAV for MS clients.
Fix error message when there is no request content
Ported from TC5


+        if (req.getInputStream().available() > 0) {

I don't think it's going to work, it would depend on how the client is sending its data (with most clients, it would most likely be ok).

Rémy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to