Message3856

Author ecapachedev
Recipients ecapachedev
Date 2008-11-26.23:19:41
SpamBayes Score 0.012382015
Marked as misclassified No
Message-id <1227741582.22.0.922329563138.issue1186@psf.upfronthosting.co.za>
In-reply-to
Content
When using Jython in a container with security enabled, a
SecurityException can occur when the cache directory (for the compiled
source) is not writable.  When this is the case, the SecurityException
should just be caught and ignored much like if an IOException occurred,
which is caught and ignored.

The offending method is org.python.core.imp.cacheCompiledSource(String,
String, byte[]).
History
Date User Action Args
2008-11-26 23:19:42ecapachedevsetrecipients: + ecapachedev
2008-11-26 23:19:42ecapachedevsetmessageid: <1227741582.22.0.922329563138.issue1186@psf.upfronthosting.co.za>
2008-11-26 23:19:42ecapachedevlinkissue1186 messages
2008-11-26 23:19:42ecapachedevcreate