Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 4359649
Votes 3
Synopsis java.net.HttpClient.parseHTTPHeader gets into endless recursive loop
Category java:classes_net
Reported Against 1.3
Release Fixed
State 11-Closed, duplicate of 4258697, bug
Priority: 3-Medium
Related Bugs 4258697 , 4351846
Submit Date 04-AUG-2000
Description
This problem was reported originally as 4351846.
If we send a HTTP POST to a server and the server replies
with invalid HTTP (eg. a 100 Continue with some data in
the body), then HttpClient.parseHTTPHeader() goes into
an endless recursive loop until the stack overflows.
Work Around
N/A
Evaluation
Duplicate of 4258697 (Fixed for merlin)
Comments
  
  Include a link with my name & email   

Submitted On 07-AUG-2000
David Murphy
When this bug is fixed - will the original issue (4351846) 
also be fixed? The comments on that issue state the the 
reported bug was not a bug - however I believe it is since 
the client side of the conversation is handled by 
Javasoft's own HttpURLConnection.

IE does this issue 4359649 simply stop the recursive calls 
or will it actually let us Post data on a HttpUrlConnection 
to an HTTP 1.1 server?

David Murphy
NetDirect


Submitted On 20-OCT-2000
diline
May be it's not rigth place for that question but I found 
what I have searched in Bug database. 
So where can I find this "java.net.HttpClient"?
I didn't found it in Sources and in API Docs also didn't.

thank you

Dmitri



PLEASE NOTE: JDK6 is formerly known as Project Mustang