[Mono-bugs] [Bug 58151][Min] New - IsPostBack behavior on Initial POST request

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 6 May 2004 15:33:24 -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 solsab@c-cs.com.

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

--- shadow/58151	2004-05-06 15:33:24.000000000 -0400
+++ shadow/58151.tmp.16644	2004-05-06 15:33:24.000000000 -0400
@@ -0,0 +1,41 @@
+Bug#: 58151
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: solsab@c-cs.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: IsPostBack behavior on Initial POST request
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+From the source code it seems that IsPostBack returns true whenever the 
+current HttpMethod is POST. In the case where the page is initally 
+requested via GET this differs from ASP.NET behavior.
+
+
+Steps to reproduce the problem:
+1. 
+2. 
+3. 
+
+Actual Results:
+
+
+Expected Results:
+
+
+How often does this happen? 
+
+
+Additional Information: