You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by bu...@apache.org on 2003/03/28 04:07:09 UTC

DO NOT REPLY [Bug 18439] New: - Unusual Http status line

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18439>.
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=18439

Unusual Http status line

           Summary: Unusual Http status line
           Product: Commons
           Version: 2.0 Alpha 3
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: HttpClient
        AssignedTo: commons-httpclient-dev@jakarta.apache.org
        ReportedBy: becke@u.washington.edu


The web server at http://alces.med.umn.edu/Candida.html returns the following
status line:

HTTP 200 Document follows

This page loads in the 3 browsers I tried (though Safari actually rendered the
headers).  The current version of HttpClient reads through the whole page
looking for a line that starts with HTTP/.  I don't know how big of a problem
this is, but it's a fairly easy fix.  Patch to follow.

Re: DO NOT REPLY [Bug 18439] New: - Unusual Http status line

Posted by Jeffrey Dever <js...@sympatico.ca>.
Good point.  Looks like a reasonable fix.


Michael Becke wrote:

> It seems that it's the HTTP/1.1 request.  Wget uses 1.0.  If I call 
> HttpMethodBase.setHttp11(false) all works well.
>
> Mike
>
> On Thursday, March 27, 2003, at 11:30 PM, Jeffrey Dever wrote:
>
>> Thats strange.  When I hit it with wget --debug I get a reasonably 
>> formed response:
>>
>> HTTP/1.0 200 Document follows
>> Date: Fri, 28 Mar 2003 04:25:19 GMT
>> Server: NCSA/1.5.2
>> Last-modified: Sun, 25 Nov 2001 08:40:58 GMT
>> Content-type: text/html
>> Content-length: 4732
>>
>> Strange that they used "Document Follows" rather than "OK" for the 
>> response text, but that is acceptable.  The version number is in 
>> there and correctly formatted.  Can we really blame the strange 
>> behaviour we are seeing on the server?
>>
>> Jandalf.
>>
>>
>> bugzilla@apache.org wrote:
>>
>>> DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED 
>>> COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
>>> <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18439>.
>>> 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=18439
>>>
>>> Unusual Http status line
>>>
>>>           Summary: Unusual Http status line
>>>           Product: Commons
>>>           Version: 2.0 Alpha 3
>>>          Platform: Other
>>>        OS/Version: Other
>>>            Status: NEW
>>>          Severity: Normal
>>>          Priority: Other
>>>         Component: HttpClient
>>>        AssignedTo: commons-httpclient-dev@jakarta.apache.org
>>>        ReportedBy: becke@u.washington.edu
>>>
>>>
>>> The web server at http://alces.med.umn.edu/Candida.html returns the 
>>> following
>>> status line:
>>>
>>> HTTP 200 Document follows
>>>
>>> This page loads in the 3 browsers I tried (though Safari actually 
>>> rendered the
>>> headers).  The current version of HttpClient reads through the whole 
>>> page
>>> looking for a line that starts with HTTP/.  I don't know how big of 
>>> a problem
>>> this is, but it's a fairly easy fix.  Patch to follow.
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: 
>>> commons-httpclient-dev-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: 
>>> commons-httpclient-dev-help@jakarta.apache.org
>>>
>>>
>>>
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: 
>> commons-httpclient-dev-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: 
>> commons-httpclient-dev-help@jakarta.apache.org
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: 
> commons-httpclient-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: 
> commons-httpclient-dev-help@jakarta.apache.org
>
>




Re: DO NOT REPLY [Bug 18439] New: - Unusual Http status line

Posted by Michael Becke <be...@u.washington.edu>.
It seems that it's the HTTP/1.1 request.  Wget uses 1.0.  If I call 
HttpMethodBase.setHttp11(false) all works well.

Mike

On Thursday, March 27, 2003, at 11:30 PM, Jeffrey Dever wrote:

> Thats strange.  When I hit it with wget --debug I get a reasonably 
> formed response:
>
> HTTP/1.0 200 Document follows
> Date: Fri, 28 Mar 2003 04:25:19 GMT
> Server: NCSA/1.5.2
> Last-modified: Sun, 25 Nov 2001 08:40:58 GMT
> Content-type: text/html
> Content-length: 4732
>
> Strange that they used "Document Follows" rather than "OK" for the 
> response text, but that is acceptable.  The version number is in there 
> and correctly formatted.  Can we really blame the strange behaviour we 
> are seeing on the server?
>
> Jandalf.
>
>
> bugzilla@apache.org wrote:
>
>> DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS 
>> THROUGH THE WEB INTERFACE AVAILABLE AT
>> <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18439>.
>> 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=18439
>>
>> Unusual Http status line
>>
>>           Summary: Unusual Http status line
>>           Product: Commons
>>           Version: 2.0 Alpha 3
>>          Platform: Other
>>        OS/Version: Other
>>            Status: NEW
>>          Severity: Normal
>>          Priority: Other
>>         Component: HttpClient
>>        AssignedTo: commons-httpclient-dev@jakarta.apache.org
>>        ReportedBy: becke@u.washington.edu
>>
>>
>> The web server at http://alces.med.umn.edu/Candida.html returns the 
>> following
>> status line:
>>
>> HTTP 200 Document follows
>>
>> This page loads in the 3 browsers I tried (though Safari actually 
>> rendered the
>> headers).  The current version of HttpClient reads through the whole 
>> page
>> looking for a line that starts with HTTP/.  I don't know how big of a 
>> problem
>> this is, but it's a fairly easy fix.  Patch to follow.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: 
>> commons-httpclient-dev-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: 
>> commons-httpclient-dev-help@jakarta.apache.org
>>
>>
>>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: 
> commons-httpclient-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: 
> commons-httpclient-dev-help@jakarta.apache.org
>


Re: DO NOT REPLY [Bug 18439] New: - Unusual Http status line

Posted by Jeffrey Dever <js...@sympatico.ca>.
Thats strange.  When I hit it with wget --debug I get a reasonably 
formed response:

HTTP/1.0 200 Document follows
Date: Fri, 28 Mar 2003 04:25:19 GMT
Server: NCSA/1.5.2
Last-modified: Sun, 25 Nov 2001 08:40:58 GMT
Content-type: text/html
Content-length: 4732

Strange that they used "Document Follows" rather than "OK" for the 
response text, but that is acceptable.  The version number is in there 
and correctly formatted.  Can we really blame the strange behaviour we 
are seeing on the server?

Jandalf.


bugzilla@apache.org wrote:

>DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
>RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
><http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18439>.
>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=18439
>
>Unusual Http status line
>
>           Summary: Unusual Http status line
>           Product: Commons
>           Version: 2.0 Alpha 3
>          Platform: Other
>        OS/Version: Other
>            Status: NEW
>          Severity: Normal
>          Priority: Other
>         Component: HttpClient
>        AssignedTo: commons-httpclient-dev@jakarta.apache.org
>        ReportedBy: becke@u.washington.edu
>
>
>The web server at http://alces.med.umn.edu/Candida.html returns the following
>status line:
>
>HTTP 200 Document follows
>
>This page loads in the 3 browsers I tried (though Safari actually rendered the
>headers).  The current version of HttpClient reads through the whole page
>looking for a line that starts with HTTP/.  I don't know how big of a problem
>this is, but it's a fairly easy fix.  Patch to follow.
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: commons-httpclient-dev-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: commons-httpclient-dev-help@jakarta.apache.org
>
>
>  
>