commit-classpath
[Top][All Lists]
Advanced

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

[bugs #4357] HTTP Request Headers should be handled Case Sensitive


From: Michael Koch
Subject: [bugs #4357] HTTP Request Headers should be handled Case Sensitive
Date: Fri, 30 Apr 2004 03:03:56 -0400
User-agent: Mozilla/5.0 (compatible; Konqueror/3.2; Linux; de, address@hidden) (KHTML, like Gecko)

This mail is an automated notification from the bugs tracker
 of the project: classpath.

/**************************************************************************/
[bugs #4357] Latest Modifications:

Changes by: 
                Michael Koch <address@hidden>
'Date: 
                Fri 04/30/04 at 07:03 (GMT)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
This was fixed in java/net/URLConnection.java cvs version 1.19 and will be in 
0.09 release of GNU classpath.






/**************************************************************************/
[bugs #4357] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=4357>
Project: classpath
Submitted by: Sebastian Mancke
On: Fri 07/18/03 at 16:10

Severity:  5 - Average
Resolution:  Fixed
Assigned to:  None
Status:  Closed
Platform Version:  None


Summary:  HTTP Request Headers should be handled Case Sensitive

Original Submission:  
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)



Follow-up Comments
------------------


-------------------------------------------------------
Date: Fri 04/30/04 at 07:03         By: mkoch
This was fixed in java/net/URLConnection.java cvs version 1.19 and will be in 
0.09 release of GNU classpath.












For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=4357>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/







reply via email to

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