This is the mail archive of the java-prs@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

java.net/169: Falsely claims HTTP/1.1 compliance



>Number:         169
>Category:       java.net
>Synopsis:       Falsely claims HTTP/1.1 compliance
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    warrenl
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Mar 09 10:50:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     francis@ecal.com
>Release:        unknown-1.0
>Organization:
>Environment:
RedHat 6.1
>Description:
gnu.gcj.protocol.http.Connection tells the server it's
an HTTP/1.1 client, but it isn't; it doesn't support
chunked Transfer-Encoding (or persistent connections, or
pretty much anything else).  If you talk to an HTTP/1.1
server (e.g., Apache), and it uses the chunked Transfer-
Encoding, you wind up with the chunking data mixed in
with the response content.
>How-To-Repeat:
Compile and run the attached Java program, which fetches
a PHP-generated URL (a single line, saying "See?").  The
URL is delivered chunked, and so the program prints out
all the chunking information (plus the headers; I'm getting
ready to put in another bug on that).
>Fix:
I hope to work on full 1.1 support; but, in the meantime,
I recommend changing line 97 of
libjava/gnu/gcj/protocol/http/Connection.java to say
"HTTP/1.0" instead of "HTTP/1.1".
>Release-Note:
>Audit-Trail:
>Unformatted:
----gnatsweb-attachment----
Content-Type: application/octet-stream; name="DemonstrateChunked.java"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="DemonstrateChunked.java"

aW1wb3J0IGphdmEubmV0Lio7CmltcG9ydCBqYXZhLmlvLio7CgpwdWJsaWMgY2xhc3MgRGVtb25z
dHJhdGVDaHVua2VkIHsKICAgIHB1YmxpYyBzdGF0aWMgdm9pZCBtYWluKFN0cmluZyBhcmdzW10p
CiAgICB7CglVUkwgdXJsOwoKCXRyeSB7CgkgICAgdXJsPW5ldyBVUkwoImh0dHA6Ly9pbXBwLnJl
c2VhcmNoLmVjYWwuY29tL2RlbW9uc3RyYXRlLnBocDMiKTsKCX0gY2F0Y2ggKGphdmEubmV0Lk1h
bGZvcm1lZFVSTEV4Y2VwdGlvbiBtYWxmKSB7CgkgICAgU3lzdGVtLmVyci5wcmludGxuKCJNYWxm
b3JtZWQgVVJMOiAiK21hbGYuZ2V0TWVzc2FnZSgpKTsKCSAgICByZXR1cm47Cgl9CgoJRGF0YUlu
cHV0U3RyZWFtIGluOwoKCXRyeSB7CgkgICAgVVJMQ29ubmVjdGlvbiBjb25uPXVybC5vcGVuQ29u
bmVjdGlvbigpOwoJICAgIElucHV0U3RyZWFtIF9pbj1jb25uLmdldElucHV0U3RyZWFtKCk7Cgkg
ICAgaW49bmV3IERhdGFJbnB1dFN0cmVhbShfaW4pOwoJfSBjYXRjaCAoSU9FeGNlcHRpb24gaW8p
IHsKCSAgICBTeXN0ZW0uZXJyLnByaW50bG4oIkNhbid0IGZldGNoIFVSTDogIitpby5nZXRNZXNz
YWdlKCkpOwoJICAgIHJldHVybjsKCX0KCglTdHJpbmcgbGluZTsKCXRyeSB7CgkgICAgd2hpbGUg
KChsaW5lPWluLnJlYWRMaW5lKCkpIT1udWxsKQoJCVN5c3RlbS5vdXQucHJpbnRsbihsaW5lKTsK
CX0gY2F0Y2ggKElPRXhjZXB0aW9uIGlvKSB7CgkgICAgU3lzdGVtLm91dC5wcmludGxuKCJDYW4n
dCByZWFkIGxpbmUgZnJvbSBVUkw6ICIraW8uZ2V0TWVzc2FnZSgpKTsKCSAgICByZXR1cm47Cgl9
CiAgICB9Cn07Cg==

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]