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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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... _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
