[Mono-bugs] [Bug 78591][Cri] New - bad rendering on action
attribute on the server form
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jun 6 05:32:08 EDT 2006
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 informatique.internet at fiducial.fr.
http://bugzilla.ximian.com/show_bug.cgi?id=78591
--- shadow/78591 2006-06-06 05:32:08.000000000 -0400
+++ shadow/78591.tmp.27612 2006-06-06 05:32:08.000000000 -0400
@@ -0,0 +1,43 @@
+Bug#: 78591
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Critical
+Component: Sys.Web
+AssignedTo: gonzalo at ximian.com
+ReportedBy: informatique.internet at fiducial.fr
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: bad rendering on action attribute on the server form
+
+Description of Problem:
+The problem appears since the rev 61465 (changes made by jaraj on
+HttpApplication.cs and HttpRequest.cs)
+
+Steps to reproduce the problem:
+1.Create a single .aspx page with a form
+2.run xsp
+3.call http://localhost/theform.aspx?arg=try
+
+Actual Results:
+
+html generated :
+<form name="Form1" method="post" action="theform.aspx??arg=try
+" id="Form1">
+
+
+Expected Results:
+<form name="Form1" method="post" action="theform.aspx?arg=try
+" id="Form1">
+
+How often does this happen?
+Always
+
+Additional Information:
+Please revert/correct the last changes on httprequest.cs...
More information about the mono-bugs
mailing list