Hi!

I have setup Apache with LimitRequestBody to a given size. When I try to upload a file bigger than that using an WebObjects direct action, the following is returned to the browser:

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>413 Request Entity Too Large</title>
</head><body>
<h1>Request Entity Too Large</h1>
The requested resource<br />/cgi-bin/WebObjects/MyApp.woa/-53052/wa/ fileUpload<br /> does not allow request data with POST requests, or the amount of data provided in
the request exceeds the capacity limit.
</body></html>
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>400 Error WebObjects</title>
</head><body>
<h1>Error WebObjects</h1>
<p>The requested URL /cgi-bin/WebObjects/MyApp.woa/-53052/wa/ fileUpload was not found on this server.</p>
</body></html>

What the heck is going on? Why is apache concatenating these two errors?

  Yours

Miguel Arroz

Miguel Arroz
http://www.terminalapp.net
http://www.ipragma.com



Attachment: smime.p7s
Description: S/MIME cryptographic signature

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to