[Mono-bugs] [Bug 82824][Cos] New - [2.0] [Patch] System.Net: Names	generated from Http{Request, Response}Header should be capitalized
    bugzilla-daemon at bugzilla.ximian.com 
    bugzilla-daemon at bugzilla.ximian.com
       
    Wed Sep 12 11:33:19 EDT 2007
    
    
  
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by doc.formatique at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=82824
--- shadow/82824	2007-09-12 11:33:19.000000000 -0400
+++ shadow/82824.tmp.25067	2007-09-12 11:33:19.000000000 -0400
@@ -0,0 +1,26 @@
+Bug#: 82824
+Product: Mono: Class Libraries
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Cosmetic
+Component: System
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: doc.formatique at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [2.0] [Patch] System.Net: Names generated from Http{Request,Response}Header should be capitalized
+
+Description of Problem:
+
+System.Net.WebHeaderCollection.RequestHeaderToString and
+ResponseHeaderToString return lowercase strings. It would be nice to have
+them in the usual casing: "Accept-MD5" instead of "accept-md5".
+
+Attached patch changes the returned strings. It also adds testcases to
+WebHeaderCollectionTest.cs (don't know if this is a good idea).
    
    
More information about the mono-bugs
mailing list