[Mono-bugs] [Bug 82043][Nor] Changed - WebMethod and PrincipalPermission

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Jul 30 07:57:40 EDT 2007


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 sebastien at ximian.com.

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: atsushi at ximian.com                            
 ReportedBy: mmorano at mikeandwan.us               
 QAContact: mono-bugs at ximian.com
@@ -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 sebastien at ximian.com  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).


More information about the mono-bugs mailing list