https://bugzilla.novell.com/show_bug.cgi?id=647631
https://bugzilla.novell.com/show_bug.cgi?id=647631#c0 Summary: membership.CreateUser with blank username should rise System.Web.Security.MembershipCreateUserException Classification: Mono Product: Mono: Class Libraries Version: SVN Platform: x86-64 OS/Version: Linux Status: NEW Severity: Normal Priority: P5 - None Component: Sys.Web AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0) membership.CreateUser(""... should rise a System.Web.Security.MembershipCreateUserException exception with message 'The username supplied is invalid.' net Framework rise this exception, but Mono creates the user with no name. Reproducible: Always Steps to Reproduce: 1.Call membership.CreateUser with an empty string as username parameter. 2. 3. Actual Results: The user is created. Expected Results: should rise a System.Web.Security.MembershipCreateUserException exception with message 'The username supplied is invalid.' -- 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
