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.
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.
- duplicates
-
JDK-4258697 HTTP continue with extra CR crashes VM in HttpURLConnection.getResponseCode()
-
- Resolved
-
- relates to
-
JDK-4351846 HttpUrlConnection -JRE 1.3 fails when JRE 1.2 was fine for posting data
-
- Closed
-