[Mono-bugs] [Bug 73771][Blo] New - value attribute for input field not escaped

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 16 Mar 2005 13:06:47 -0500 (EST)


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 bkline@rksystems.com.

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

--- shadow/73771	2005-03-16 13:06:47.000000000 -0500
+++ shadow/73771.tmp.6561	2005-03-16 13:06:47.000000000 -0500
@@ -0,0 +1,42 @@
+Bug#: 73771
+Product: Mono: Class Libraries
+Version: 1.0
+OS: GNU/Linux [Other]
+OS Details: Fedora Core 2
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Blocker
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: bkline@rksystems.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: value attribute for input field not escaped
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+Attribute values for input controls do not escape double quote marks.
+
+Steps to reproduce the problem:
+1. Create form with a text input field
+2. Enter abc "def" ghi in the field
+4. Submit the form
+
+Actual Results:
+Field value contains only the first four characters (abc )
+
+Expected Results:
+Field value retains all characters, with escaping applied as needed
+
+How often does this happen? 
+Every time
+
+Additional Information:
+I assigned the priority "Blocker" because the bug involves loss of
+data (see the instructions for selecting the bug priority).  This
+is with the latest release of the mono binary package for Linux
+(monobundle-1.0.6-2).