[Mono-bugs] [Bug 43598][Nor] New - XSP: When redirected to index.aspx, querystring is lost

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Fri, 23 May 2003 19:35:12 -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 bmaurer@users.sf.net.

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

--- shadow/43598	Fri May 23 19:35:12 2003
+++ shadow/43598.tmp.18214	Fri May 23 19:35:12 2003
@@ -0,0 +1,40 @@
+Bug#: 43598
+Product: Mono/Class Libraries
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: Unknown
+Priority: Normal
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: bmaurer@users.sf.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: XSP: When redirected to index.aspx, querystring is lost
+
+Description of Problem:
+If you set up an xsp server so that it redirects requests for a directory
+to index.aspx (or any other file), if you request the directory with a
+query string it will be lost in the redirect.
+
+Steps to reproduce the problem:
+1. Create a website with an index.aspx file
+2. Visit http://your.server.com/?querystring
+
+Actual Results:
+You are redirected to 
+http://your.server.com/index.aspx
+
+Expected Results:
+http://your.server.com/index.aspx?querystring
+
+How often does this happen? 
+Always
+
+Additional Information:
+I actually think that this should be done without a redirect, this is how
+most servers (including IIS and Apache) do it.