[Mono-bugs] [Bug 80091][Nor] Changed - HttpListener has too strict URL identification

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Apr 23 08:50:11 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 mhabersack at novell.com.

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

--- shadow/80091	2007-04-20 18:05:04.000000000 -0400
+++ shadow/80091.tmp.22313	2007-04-23 08:50:10.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 80091
 Product: Mono: Class Libraries
 Version: 1.2
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: System
 AssignedTo: mhabersack at novell.com                            
 ReportedBy: atsushi at ximian.com               
 QAContact: mono-bugs at ximian.com
@@ -31,6 +31,9 @@
                 HttpListener l1 = new HttpListener ();
                 l1.Prefixes.Add ("http://localhost:8080/a/");
                 l1.Start ();
                 l1.GetContext ().Response.Close ();
         }
 }
+
+------- Additional Comments From mhabersack at novell.com  2007-04-23 08:50 -------
+Fixed in svn head, revision 76102


More information about the mono-bugs mailing list