Re: Empty response body

2004-03-01 Thread Michael Becke
Hello Suhas, What HTTP status are you getting back: 404, 200, etc. ? Also, does this website accept Basic authentication. This appear to be what you're using. Some web sites require an appropriate referer header for authentication (this usually applies to form based authentication).

Empty response body

2004-02-27 Thread Ghorpadkar, Suhas
Hello, I am trying to automatically logon to a website and retrieve data. But all I am getting is html/html. Am I missing something here : System.setProperty(java.protocol.handler.pkgs,com.sun.net.ssl.internal.www.protocol); java.security.Security.addProvider(new

Re: DO NOT REPLY [Bug 16892] New: - Empty response body is notproperly handled when chunked encoding is used

2003-02-08 Thread Jeffrey Dever
THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16892. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16892 Empty response body is not properly handled when chunked encoding

Re: DO NOT REPLY [Bug 16892] New: - Empty response body is notproperly handled when chunked encoding is used

2003-02-08 Thread Ortwin Glück
If a Transfer-Encoding: chunked header is present, the body must at least contain the last chunk, which is: 0CRLF CRLF Without the last chunk beeing present we can not detect if there is a body at all! The last chunk not beeing present violates the RFC: last-chunk has no asterix in front of

DO NOT REPLY [Bug 16892] - Empty response body is not properly handled when chunked encoding is used

2003-02-08 Thread bugzilla
/show_bug.cgi?id=16892 Empty response body is not properly handled when chunked encoding is used [EMAIL PROTECTED] changed: What|Removed |Added Target Milestone

DO NOT REPLY [Bug 16892] - Empty response body is not properly handled when chunked encoding is used

2003-02-08 Thread bugzilla
/show_bug.cgi?id=16892 Empty response body is not properly handled when chunked encoding is used [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW

Re: DO NOT REPLY [Bug 16892] New: - Empty response body is notproperly handled when chunked encoding is used

2003-02-08 Thread Oleg Kalnichevski
Odi, Jeff I tend to interpret the word of RFC the same way. However, the RFC appears a bit fuzzy on whether it is permissible to include Transfer-Encoding: chunked response header without actually providing any content in response. Anyways, to an extent this is irrelevant. We have to coexist with

DO NOT REPLY [Bug 16892] - Empty response body is not properly handled when chunked encoding is used

2003-02-07 Thread bugzilla
/show_bug.cgi?id=16892 Empty response body is not properly handled when chunked encoding is used [EMAIL PROTECTED] changed: What|Removed |Added CC