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=82043 --- shadow/82043 2007-07-27 10:20:02.000000000 -0400 +++ shadow/82043.tmp.27931 2007-07-30 07:57:40.000000000 -0400 @@ -1,13 +1,13 @@ Bug#: 82043 Product: Mono: Class Libraries Version: 1.2 OS: unknown OS Details: -Status: REOPENED -Resolution: +Status: RESOLVED +Resolution: WONTFIX Severity: Unknown Priority: Normal Component: Sys.Web.Services AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -174,6 +174,20 @@ at Mono.WebServer.XSPRequestBroker.Close (int,bool) <0x00046> at (wrapper remoting-invoke-with-check) Mono.WebServer.XSPRequestBroker.Close (int,bool) <0xffffffff> at (wrapper xdomain-dispatch) Mono.WebServer.XSPRequestBroker.Close (object,byte[]&,byte[]&,int,bool) <0xffffffff> + +------- Additional Comments From [EMAIL PROTECTED] 2007-07-30 07:57 ------- +Even if this isn't strictly CAS using declarative security +(attributes) isn't supported unless the security manager is active. +However the security manager is experimental (unsupported) and has +known issues with multiple appdomains (see bug #74411). + +If you need compatibility with both Mono and MS you'll need to change +the code to use imperative security (which will work, in this case, +without the security manager). + +I'm closing as WONTFIX because there's no current/immediate plans to +complete the security manager (we're looking/doing at the SL security +model). _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
