[Mono-bugs] [Bug 66648][Min] New - web_table2.aspx doesn't get processed by asp.net Mono server

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 22 Sep 2004 18:46:23 -0400 (EDT)


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 bogomips@post.pl.

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

--- shadow/66648	2004-09-22 18:46:23.000000000 -0400
+++ shadow/66648.tmp.25561	2004-09-22 18:46:23.000000000 -0400
@@ -0,0 +1,74 @@
+Bug#: 66648
+Product: Mono: Runtime
+Version: unspecified
+OS: All
+OS Details: Debian Sid i386
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: bogomips@post.pl               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: web_table2.aspx doesn't get processed by asp.net Mono server
+
+Description of Problem:
+Instead of getting HTML table, ASP.NET tags are sent to browser.
+
+Steps to reproduce the problem:
+1. cd /usr/share/asp.net-demos/asp
+2. xsp --applications /samples:.
+3. links http://localhost:8080/samples/web_table2.aspx
+
+Actual Results:
+html>
+<head>
+</head>
+<body>
+<form name="_ctrl1a" method="post" action="web_table2.aspx" enctype=""
+id="_ctrl1a">
+<input type="hidden" name="__VIEWSTATE" value="" />
+
+<asp:Table>
+<asp:TableRow>
+<asp:TableCell>
+TEST
+</asp:TableCell>
+</asp:TableRow>
+</asp:Table>
+</form>
+</body>
+</html>
+
+Expected Results:
+<html>
+<head>
+</head>
+<body>
+<form name="_ctrl1a" method="post" action="web_table3.aspx" enctype=""
+id="_ctrl1a">
+<input type="hidden" name="__VIEWSTATE"
+value="DA0ADgEFAQ4BDQAOAQUBDgENDAwOAQEHRW5hYmxlZA4BCAAOAQUADgENDAwOAQIAAA4BCAAOAQUADgENDAwOAQIAAA4BCAAAAAA="
+/>
+
+<table border="0"><tr><td>
+TEST
+</td>
+</tr>
+</table>
+</form>
+</body>
+</html>
+
+
+How often does this happen? 
+Every time.
+
+
+Additional Information:
+I'm using Debian Sid Mono 1.0.1, but the same bug is in
+http://mono2.ximian.com/archive/1.0.1/xsp-1.0.1.tar.gz