[Mono-bugs] [Bug 77199][Nor] New - HttpWebResponse failed to parse some cookies

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Jan 10 16:40:32 EST 2006


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 colin at univ-metz.fr.

http://bugzilla.ximian.com/show_bug.cgi?id=77199

--- shadow/77199	2006-01-10 16:40:32.000000000 -0500
+++ shadow/77199.tmp.8376	2006-01-10 16:40:32.000000000 -0500
@@ -0,0 +1,28 @@
+Bug#: 77199
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.Web
+AssignedTo: gonzalo at ximian.com                            
+ReportedBy: colin at univ-metz.fr               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: HttpWebResponse failed to parse some cookies
+
+Description of Problem:
+with this kind of cookie 
+
+MSPVis=45940; Version=1;version=1$45940;domain=.passport.com;path=/
+
+HttpWebResponse throw an Exception because Int.32.Parse failed to parse
+'1$45940'. To test i've protected all Int32.Parse with try/catch but i
+don't know if "it's correct".
+
+cyrille.


More information about the mono-bugs mailing list