[Bug java/15157] New: Lack of chuncked encoding handling causes junk in http downloads
taras dot judge at shaw dot ca
gcc-bugzilla@gcc.gnu.org
Mon Apr 26 22:07:00 GMT 2004
Gcj 3.4 switched to claiming that it supports http1.1
In fact it doesn't understand 1.1 completely.
When the server sends "Transfer-Encoding: chunked" gcj doesn't do anything about
it. So it ends up putting chunked lengths like "94d" in the middle of InputStream.
http://sourceforge.net/export/rss_sfnewreleases.php uses chunked encoding.
Attached is a sample of the problem
--
Summary: Lack of chuncked encoding handling causes junk in http
downloads
Product: gcc
Version: 3.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: java
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: taras dot judge at shaw dot ca
CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15157
More information about the Java-prs
mailing list