[Mono-bugs] [Bug 57082][Min] New - Request.Url.PathAndQuery returns a questionmark when there is no querystring

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 15 Apr 2004 15:19:04 -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 martijn@boland.org.

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

--- shadow/57082	2004-04-15 15:19:04.000000000 -0400
+++ shadow/57082.tmp.29912	2004-04-15 15:19:04.000000000 -0400
@@ -0,0 +1,38 @@
+Bug#: 57082
+Product: Mono: Class Libraries
+Version: unspecified
+OS: Red Hat 9.0
+OS Details: mono 0.31
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: martijn@boland.org               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Request.Url.PathAndQuery returns a questionmark when there is no querystring
+
+Request.Url.PathAndQuery returns a questionmark when there is no 
+querystring.
+
+
+Steps to reproduce the problem:
+1. Run the attached aspx page in the browser
+
+Actual Results:
+
+You'll see something like:
+HttpContext.Current.Request.Url.PathAndQuery = /PathAndQuery.aspx?
+
+Expected Results:
+
+It should be the same as HttpContext.Current.Request.Url.AbsolutePath 
+without a questionmark.
+
+How often does this happen? 
+
+always