Patches item #403025, was opened at 2000-12-27 21:46
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=312867&aid=403025&group_id=12867
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Finn Bock (bckfnn)
Assigned to: Nobody/Anonymous (nobody)
Summary: Use the protection domain of the proxy
Initial Comment:
In BytecodeLoader2 the protection domain of the jython runtime is used. This can be a security problem. This patch will instead use the protection domain of the proxy.
----------------------------------------------------------------------
>Comment By: Samuele Pedroni (pedronis)
Date: 2002-04-14 16:14
Message:
Logged In: YES
user_id=61408
Pointer in the middle of the corresponding
jython-dev discussion:
http://aspn.activestate.com/ASPN/Mail/Message/637252
[for future reference,
people are starting to ask for a more flexible
security support. ]
----------------------------------------------------------------------
Comment By: Finn Bock (bckfnn)
Date: 2000-12-28 15:38
Message:
Updated the patch. Now a AccessControlContext is stored with the PyCode instance and used when calling the PyCode.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=312867&aid=403025&group_id=12867
|