DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=43711>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=43711 ------- Additional Comments From [EMAIL PROTECTED] 2008-01-25 16:46 ------- (In reply to comment #11) > Created an attachment (id=21414) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=21414&action=view) [edit] > don't send 100 continue if a client error (4xx) occurred - patch against 2.2.8 > > Patch to fix the issue made against httpd 2.2.8 This patch worked perfectly. Thanks for fixing this. FYI - Test result for resource that requires authentication - PUT /secret/test.html HTTP/1.1 Host: 10.10.10.1:8080 Expect: 100-continue Date: Mon, 15 Oct 2007 20:05:24 GMT Connection: Keep-Alive Content-Length: 49 Content-Type: application/octet-stream HTTP/1.1 401 Authorization Required Date: Fri, 25 Jan 2008 22:52:05 GMT Server: Apache/2.2.8 (Unix) WWW-Authenticate: Basic realm="test" Content-Length: 401 Keep-Alive: timeout=5, max=100 Connection: Keep-Alive Content-Type: text/html; charset=iso-8859-1 etc... PUT /secret/test.html HTTP/1.1 Host: 10.10.10.1:8080 Authorization: Basic dGVzdDp0ZXN0DQo= Date: Mon, 15 Oct 2007 22:22:24 GMT Connection: Keep-Alive Content-Length: 49 Content-Type: application/octet-stream <html><body><h1>Secret works!</h1></body></html> HTTP/1.1 204 No Content Date: Fri, 25 Jan 2008 22:52:10 GMT Server: Apache/2.2.8 (Unix) Content-Length: 0 Keep-Alive: timeout=5, max=99 Connection: Keep-Alive Content-Type: text/html -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
