[Mono-bugs] [Bug 56790][Nor] Changed - RewritePath returns 2 questionmarks when rewriting url's with querystrings

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 15 Apr 2004 06:13:33 -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=56790

--- shadow/56790	2004-04-14 15:20:40.000000000 -0400
+++ shadow/56790.tmp.23790	2004-04-15 06:13:33.000000000 -0400
@@ -90,6 +90,10 @@
 problem. When there is no querystring it still adds a questionmark 
 at the end of the url where the MS version doesn't (so that is a 
 bug). I replaced HttpContext.Current.Request.Url.PathAndQuery with 
 HttpContext.Current.Request.RawUrl and it works fine now.
 
 Next time I'll test a little bit more before submitting.
+
+------- Additional Comments From gonzalo@ximian.com  2004-04-15 06:13 -------
+If you have a test for System.Uri.PathAndQuery returning 2 '?',
+please, file a bug report for it and attach the test.