[Mono-bugs] [Bug 77951][Wis] New - HttpContext.Current.Request.UserHostAddress is the Server Address for ASMX files.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Mar 29 15:19:05 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 grompf at sublimeintervention.com.

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

--- shadow/77951	2006-03-29 15:19:05.000000000 -0500
+++ shadow/77951.tmp.7871	2006-03-29 15:19:05.000000000 -0500
@@ -0,0 +1,33 @@
+Bug#: 77951
+Product: Mono: Tools
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: mod_mono
+AssignedTo: gonzalo at ximian.com                            
+ReportedBy: grompf at sublimeintervention.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: HttpContext.Current.Request.UserHostAddress is the Server Address for ASMX files.
+
+The attached testcase produces different results based on wether it is run in mod_mono or xsp 
+(tested with latest 1.1.13 release versions only).
+
+Assuming client: 1.2.3.4
+Assuming server: 4.3.2.1
+
+mod_mono index.aspx
+Actual Output: 1.2.3.4
+Expected Output: 4.3.2.1
+
+mod_mono index.asmx
+Actual Output: 4.3.2.1
+Expected Output: 1.2.3.4
+
+xsp acts as expected.


More information about the mono-bugs mailing list