[Mono-bugs] [Bug 398105] New: EventValidation checking posting control only

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Jun 6 13:34:12 EDT 2008


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


           Summary: EventValidation checking posting control only
           Product: Mono: Class Libraries
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.Web
        AssignedTo: mhabersack at novell.com
        ReportedBy: juraj at hotfeet.ch
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Created an attachment (id=220782)
 --> (https://bugzilla.novell.com/attachment.cgi?id=220782)
minimal testcase - webapp

Recipe:
=======
- extract test case
- change to dir "webapp"
- start xsp2
- request http://localhost:8080
- select option "2", click "Postback!"

Expected result: exception caused by EventValidation
Actual result:   no exception

Event validation is supposed to detect "illegal" values posted back to the
server. MS.NET detects the manipulation in the attached test case. Mono only
event-validates the control causing the postback (the button control in this
test case), while it all controls should check the data they receive (probably
in IPostBackDataHandler.LoadPostData).


-- 
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