[Mono-bugs] [Bug 76896][Wis] New - HttpApplication.Context.Request.QueryString.ToString

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Dec 2 21:27:38 EST 2005


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 monobugzilla at yellowguppy.com.

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

--- shadow/76896	2005-12-02 21:27:38.000000000 -0500
+++ shadow/76896.tmp.20746	2005-12-02 21:27:38.000000000 -0500
@@ -0,0 +1,51 @@
+Bug#: 76896
+Product: Mono: Class Libraries
+Version: 1.1
+OS: GNU/Linux [Other]
+OS Details: Debian Testing
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Sys.Web
+AssignedTo: gonzalo at ximian.com                            
+ReportedBy: monobugzilla at yellowguppy.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: HttpApplication.Context.Request.QueryString.ToString
+
+Description of Problem:
+
+In one segment of code, my application uses
+HttpApplication.Context.Request.QueryString.ToString() to determine what
+the current querystring of the HTTP request is.
+
+On the MS .NET runtime, this method returns an empty string "" if there is
+no querystring or if a querystring value is used in the request then the
+current, un-parsed value is returned.
+
+On Mono running on linux this value is returning "System.Web.WebROCollection".
+
+The debian packages that I have installed are..
+
+ii  mono                       1.1.10-1       Mono CLI (.NET) runtime
+ii  mono-apache-server         1.1.10-0pre2   backend for mod_mono Apache
+module
+ii  mono-assemblies-base       1.1.10-1       Mono class library -
+transistion package
+ii  mono-classlib-1.0          1.1.10-1       Mono class library (1.0)
+ii  mono-classlib-2.0          1.1.10-1       Mono class library (2.0)
+ii  mono-common                1.1.10-1       common files for Mono
+ii  mono-gmcs                  1.1.10-1       Mono C# 2.0 compiler
+ii  mono-jit                   1.1.10-1       fast CLI (.NET) JIT compiler
+for Mono
+ii  mono-mcs                   1.1.10-1       Mono C# compiler
+ii  mono-xsp                   1.0.5-2        simple web server to run
+ASP.NET application
+ii  mono-xsp-base              1.1.10-0pre2   base libraries for XSP 1.1
+ii  mono-xsp2-base             1.1.10-0pre2   base libraries for XSP 2.0
+
+Hopefully, this method can be changed to return the same values as the MS
+runtime.


More information about the mono-bugs mailing list