From ba76995d2c4b79cb5f421c2acc64c937f09665a0 Mon Sep 17 00:00:00 2001 From: f1ori Date: Fri, 12 Sep 2008 10:54:11 +0000 Subject: [PATCH] * fix for http://forum.yacy-websuche.de/viewtopic.php?f=6&t=1415 git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5140 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- source/de/anomic/http/httpdFileHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/de/anomic/http/httpdFileHandler.java b/source/de/anomic/http/httpdFileHandler.java index 78240b13e..92723e514 100644 --- a/source/de/anomic/http/httpdFileHandler.java +++ b/source/de/anomic/http/httpdFileHandler.java @@ -332,7 +332,7 @@ public final class httpdFileHandler { int argc = 0; if (argsString == null) { // no args here, maybe a POST with multipart extension - int length = 0; + int length = requestHeader.getContentLength(); //System.out.println("HEADER: " + requestHeader.toString()); // DEBUG if (method.equals(httpHeader.METHOD_POST)) {