[Mono-bugs] [Bug 76013][Nor] New - Keys from Cookie and from URL in HTTP Get Request are merged

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Sep 7 12:49:57 EDT 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 matthiasf at voelcker.com.

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

--- shadow/76013	2005-09-07 12:49:57.000000000 -0400
+++ shadow/76013.tmp.26852	2005-09-07 12:49:57.000000000 -0400
@@ -0,0 +1,49 @@
+Bug#: 76013
+Product: Mono: Class Libraries
+Version: 1.1
+OS: other
+OS Details: Gentoo Linux
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.Web
+AssignedTo: toshok at ximian.com                            
+ReportedBy: matthiasf at voelcker.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Keys from Cookie and from URL in HTTP Get Request are merged
+
+Attached is a TestCase which can easily be run with xsp.
+Just access the "WebForm1.aspx" which creates the cookie and then click the
+link.
+
+Steps to reproduce the problem:
+1. Run attached App with xsp.
+2. go to http://<WEBSERVER>/WebForm1.aspx
+3. click the link
+
+Actual Results:
+key1 = value2,value1 
+
+Expected Results:
+key = value2
+
+How often does this happen? 
+always
+
+Additional Information:
+We use a Login Screen to sign in an Application which stores a Cookie with
+the username and preferred language. While performing Login the Input is
+passed to the server using a HTTP Get Request.
+The Username is saved with the key "User" in the cookie and is transferred
+in the Get request with the same key.
+When the server accesses the paramters of the Get request the Parameter
+contains BOTH the values from the cookie and from the request seperated by
+comma.
+Processing context.Request["User"] comes out to <Username,Username>.
+This behavior must have been introduced by changes made in svn since
+1.1.8.3 Release since it is working with the 1.1.8.3 Release of Mono not in
+svn version though.


More information about the mono-bugs mailing list