commit-classpath
[Top][All Lists]
Advanced

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

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


From: nobody
Subject: [bug #4357] HTTP Request Headers should be handled Case Sensitive
Date: Fri, 18 Jul 2003 12:10:53 -0400
User-agent: Mozilla/5.0 (compatible; Konqueror/3; Linux)

=================== BUG #4357: FULL BUG SNAPSHOT ===================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=4357&group_id=85

Submitted by: asteban                 Project: classpath                    
Submitted on: Fri 07/18/03 at 16:10
Severity:  5 - Major                  Resolution:  None                     
Assigned to:  None                    Status:  Open                         
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)





No Followups Have Been Posted


CC list is empty


No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=4357&group_id=85

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





reply via email to

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