[Mono-bugs] [Bug 75392][Blo] New - Cookies not URL encoded

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Jun 27 10:58:53 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 s at rusek.org.

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

--- shadow/75392	2005-06-27 10:58:53.000000000 -0400
+++ shadow/75392.tmp.20631	2005-06-27 10:58:53.000000000 -0400
@@ -0,0 +1,38 @@
+Bug#: 75392
+Product: Mono: Class Libraries
+Version: 1.1
+OS: GNU/Linux [Other]
+OS Details: Debian sid
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Blocker
+Component: Sys.Web
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: s at rusek.org               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Cookies not URL encoded
+
+Description of Problem:
+When cookies are created in asp.net their values should automatically be 
+UrlEncoded. This results in a cookie whose value is "test\ntest" to be 
+stored as "test%0atest". The mono implementation only stores "test".
+
+Steps to reproduce the problem:
+1. copy the attached aspx file into a directory served by xsp (or 
+probably apache)
+2. load the page in a browser
+3. it will show the word reload, so refresh the page
+4. after the refresh it will say either Success or Failed
+
+Actual Results:
+stores "test" in the cookie and prints failed
+
+Expected Results:
+store "test%0asuccessful" in the cookie and print success
+
+How often does this happen? 
+every time


More information about the mono-bugs mailing list