https://bugzilla.novell.com/show_bug.cgi?id=412469


           Summary: Disabling enableEventValidation in web.config has no
                    effect
           Product: Mono: Class Libraries
           Version: SVN
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.Web
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          Found By: ---


When enableEventValidation is set to false, and a webform does not explicitly
set enableEventValidation, then it should be false.

On Mono, enableEventValidation is true unless explicitly configured in the
webform.

To reproduce, see gert/standalone/bug397099 in SVN.

Expected result:

Success.

Actual result:

Unhandled Exception: System.Exception: #G:

<html>
        <body>
                <p>Page.EnableEventValidation:True</p>
        </body>
</html>

  at Assert.IsTrue (Boolean value, System.String msg) [0x00000] 
  at Program.Main () [0x00000]


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to