Name: mt13159 Date: 02/14/2001
The sun.net.www.http.HttpClient class creates a PrintStream object
during the openServer() method. This causes the the HTTP commands to
communicate with the server to be in the file.encoding property of the
client. In our case, running from an OS/390 system causes the HTTP
commands to be encoded in EBCDIC. The HTTP commands should be in ASCII.
The HttpClient class needs to be modified to use an ASCII PrintStream
object.
(Review ID: 110479)
======================================================================
- duplicates
-
JDK-4311523 URL.openConnection() works wrong for Cp037
-
- Resolved
-