[Mono-bugs] [Bug 73151][Maj] Changed - header parsing broken
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 1 Mar 2005 15:40:22 -0500 (EST)
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 james@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=73151
--- shadow/73151 2005-03-01 10:36:22.000000000 -0500
+++ shadow/73151.tmp.17971 2005-03-01 15:40:22.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 73151
Product: Mono: Class Libraries
Version: 1.1
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Major
Component: System
AssignedTo: gonzalo@ximian.com
ReportedBy: james@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -28,6 +28,12 @@
and
05-Mar-2005 23:00:00 GMT"
This totally breaks cookies, and probably other headers too.
+
+------- Additional Comments From james@ximian.com 2005-03-01 15:40 -------
+The problem is caused by running WebHeaderCollection.GetMultipleValues
+over each string. I'm not sure why this is done, given that the base
+GetValues call already returns the values separated (not separated by
+commas).