[Mono-bugs] [Bug 43985][Nor] Changed - Request.UserHostAddress and UserHostName contents

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Sat, 31 May 2003 11:12:07 -0400 (EDT)


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 gonzalo@ximian.com.

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

--- shadow/43985	Sat May 31 11:01:00 2003
+++ shadow/43985.tmp.29364	Sat May 31 11:12:07 2003
@@ -1,14 +1,14 @@
 Bug#: 43985
 Product: Mono/Class Libraries
 Version: unspecified
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: System.Web
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: jlaban@wanadoo.Fr               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -28,6 +28,9 @@
 <html>
 UserHostAddress: <%= 
 (Request.UserHostAddress==null?"<null>":Request.UserHostAddress)%> <br>
 UserHostName: <%= 
 (Request.UserHostName==null?"<null>":Request.UserHostName)%> <br>
 </html>
+
+------- Additional Comments From gonzalo@ximian.com  2003-05-31 11:12 -------
+Fixed in CVS.