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=82008 --- shadow/82008 2007-07-04 22:50:47.000000000 -0400 +++ shadow/82008.tmp.16689 2007-07-04 22:50:47.000000000 -0400 @@ -0,0 +1,45 @@ +Bug#: 82008 +Product: Mono: Class Libraries +Version: 1.2 +OS: other +OS Details: FreeBSD 6.2 +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: Sys.Web +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: HttpContext.Request.Browser.Version returns incorrect values. + +There are odd discrepencies between Mono and .Net 2 when it comes to browser versions. +Im fairly comfortable in guessing the other properties are different as well. Im using MS' +implementation as a system of truth. + +Here is what i have found so far (i only compaired versions): + +Firefox +.NET "2.0.0.4" +MONO "2.0" +User Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.4) Gecko/20070515 +Firefox/2.0.0.4 + +IE 6 +.NET "6.0" +MONO "6.0" +User Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) + +Safari (Windows) +.NET "5.0" +MONO: "0" +User Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en) AppleWebKit/522.13.1 (KHTML, like +Gecko) Version/3.0.2 Safari/522.13.1 + +Opera: +.NET "9.10" +MONO "9.1" +User Agent: Opera/9.10 (Windows NT 5.1; U; en) _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
