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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79876 --- shadow/79876 2006-11-09 09:44:26.000000000 -0500 +++ shadow/79876.tmp.969 2006-11-09 09:44:26.000000000 -0500 @@ -0,0 +1,60 @@ +Bug#: 79876 +Product: Mono: Class Libraries +Version: 1.1 +OS: other +OS Details: SUSE 10.1 +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: Sys.Web +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: FormsAuthentication.SignOut() bug + +Some http-errors happens during logout under not massive load. +Errors are seen even with 1 simultanious browser connection. +Here in attached example implemented forms authentication model, line: + + FormsAuthentication.SignOut(); + +in Authenticate.Logoff() method is the cause of httpErrors (I tried to th +comment this line and test is ok). + +Bug is seen both by xsp & mod_mono + +see Aplication Center Test's screenshots in attachment + +Steps to reproduce the problem: +1. Use example from attachment. Create with MS ACT (or similar software +for flooding application with requests) test. That clicks on login, then +logout. +2. try to comment line FormsAuthentication.SignOut(); recompile project +restart the test (see the difference) + + +Actual Results: + + +Expected Results: + + +How often does this happen? +every time + +Additional Information: + +* Mono 1.1.18 + +* At the last moment, I've excluded redirect to second page from this +test, +because mod_mono has unfixed troubles with Response.Redirect: + +http://bugzilla.ximian.com/show_bug.cgi?id=79861 + +Regards, +Andrey Tkach _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
