[Mono-bugs] [Bug 412469] New: Disabling enableEventValidation in web. config has no effect
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sat Jul 26 12:58:39 EDT 2008
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: mhabersack at novell.com
ReportedBy: gert.driesen at pandora.be
QAContact: mono-bugs at lists.ximian.com
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.
More information about the mono-bugs
mailing list