[Mono-bugs] [Bug 82058][Wis] New - Simple implementation of cookies in HttpListener

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Jul 10 09:52:08 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 r.bloemen at student.utwente.nl.

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

--- shadow/82058	2007-07-10 09:52:08.000000000 -0400
+++ shadow/82058.tmp.357	2007-07-10 09:52:08.000000000 -0400
@@ -0,0 +1,40 @@
+Bug#: 82058
+Product: Mono: Class Libraries
+Version: 1.2
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: System
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: r.bloemen at student.utwente.nl               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Simple implementation of cookies in HttpListener
+
+Description of Problem:
+HttpListener has incomplete cookie support and has a minor bug in it.
+
+Steps to reproduce the problem:
+1. Use cookies in combination with HttpListener
+
+Actual Results:
+- Most of it is "Not implemented"
+- There is a null-reference error on using 
+HttpListenerResponse.AppendCookie() without an initialised 
+CookieCollection (.NET does this correctly)
+
+Expected Results:
+Fully working cookie support in HttpListener
+
+How often does this happen? 
+Until I apply my patch
+
+Additional Information:
+I will attach my proposed, but still incomplete, patch. This add's support 
+for sending cookies and receiving them. Receiving extra info like path's 
+and domains is not implemented yet.


More information about the mono-bugs mailing list