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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=76188 --- shadow/76188 2005-09-22 05:57:44.000000000 -0400 +++ shadow/76188.tmp.32152 2005-09-22 05:57:44.000000000 -0400 @@ -0,0 +1,40 @@ +Bug#: 76188 +Product: Mono: Class Libraries +Version: 1.1 +OS: other +OS Details: Fedora Core 3 +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: Sys.Web +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Request.Url.Host reports IP address not Host name + +Description of Problem: +Request.Url.Host reports IP address not Host name. Worked in mono 1.1.8 but +not in 1.1.9. Works in winxp II6 with .net 1.0/1.1. This is apparent under +apache 2 using a virtual hosts. + +Steps to reproduce the problem: +1. Create a c# web application hosted under a virtual host and add the +following line to a web form: +Response.Write("HostName: " + Request.Url.Host); +2. Access the web form via the virtual host. + +Actual Results: +"HostName: 192.168.2.30" + +Expected Results: +"HostName: ad.Hermes30.lan" + +How often does this happen? +Always. + +Additional Information: +Maybe a duplicate bug. But I could not find it. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
