bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/22687] HTTP Request Headers should be handled Case Sensit


From: gcc-bugzilla at gcc dot gnu dot org
Subject: [Bug classpath/22687] HTTP Request Headers should be handled Case Sensitive
Date: 16 Oct 2005 01:26:33 -0000

I think, that the GNU Classpath implementation of
the method setRequestPropertie() in
java.net.URLConnection is not korrekt.

>>>  req_props.put(key.toLowerCase(), value);

All keys are converted to lower case, 
but some web servers stand on case sensitive header keys.
(For example, the apache don't accepts 'Content-type', if I remember right)


------- Comment #1 from from-classpath at savannah dot gnu dot org  2004-04-30 
07:03 -------
This was fixed in java/net/URLConnection.java cvs version 1.19 and will be in
0.09 release of GNU classpath.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22687





reply via email to

[Prev in Thread] Current Thread [Next in Thread]