https://issues.apache.org/bugzilla/show_bug.cgi?id=47895
--- Comment #5 from [email protected] 2010-01-24 14:47:26 UTC --- I can reproduce this bug on your server: POST / HTTP/1.0 Host: webthing.com Content-Length: -10000000 HTTP/1.1 413 Request Entity Too Large Date: Sun, 24 Jan 2010 22:41:50 GMT Server: Apache/2.2.9 (Unix) DAV/2 SVN/1.4.6 Connection: close Content-Type: text/html; charset=iso-8859-1 <!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 />/index.html<br /> does not allow request data with POST requests, or the amount of data provided in the request exceeds the capacity limit. <hr> <address>Apache/2.2.9 (Unix) DAV/2 SVN/1.4.6 Server at webthing.com Port 80</address> </body></html> <!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> <p>The server encountered an internal error or misconfiguration and was unable to complete your request.</p> <p>Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.</p> <p>More information about this error may be available in the server error log.</p> <hr> <address>Apache/2.2.9 (Unix) DAV/2 SVN/1.4.6 Server at webthing.com Port 80</address> </body></html> -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
