[Mono-bugs] [Bug 57082][Min] Changed - Request.Url.PathAndQuery returns a questionmark when there is no querystring
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 21 Apr 2004 21:54:40 -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=57082
--- shadow/57082 2004-04-21 21:48:11.000000000 -0400
+++ shadow/57082.tmp.2805 2004-04-21 21:54:40.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 57082
Product: Mono: Class Libraries
Version: unspecified
OS: Red Hat 9.0
OS Details: mono 0.31
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Minor
Component: System
AssignedTo: gonzalo@ximian.com
ReportedBy: martijn@boland.org
QAContact: mono-bugs@ximian.com
@@ -54,6 +54,11 @@
closing
------- Additional Comments From martijn@boland.org 2004-04-21 13:25 -------
Ehrm, your attachment exactly shows the wrong behaviour. It
shows /pq.aspx? where it should show /pq.aspx (as it does when
running on MS .NET 1.1 when there is no querystring).
+
+------- Additional Comments From gonzalo@ximian.com 2004-04-21 21:54 -------
+Fixed in CVS. Thanks!
+
+Turned out to be a bug in System.UriBuilder.