Message5473

Author leosoto
Recipients cgroves, doublep, leosoto
Date 2010-02-01.14:13:21
SpamBayes Score 0.00619061
Marked as misclassified No
Message-id <1265033602.81.0.910723034049.issue1216@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for making that point.

The downside of the context class loader is that Jython can't determine who set it. Assuming that a Jython user set it to make more classes available is not very safe. JavaEE containers differ on what they do with the context class loader (and some do really evil things), so you can't just trust that it will be a child of the classloaders you have tried first.

Anyway, we will do all what we can to keep this, at least for backwards compatibility.
History
Date User Action Args
2010-02-01 14:13:22leosotosetmessageid: <1265033602.81.0.910723034049.issue1216@psf.upfronthosting.co.za>
2010-02-01 14:13:22leosotosetrecipients: + leosoto, cgroves, doublep
2010-02-01 14:13:22leosotolinkissue1216 messages
2010-02-01 14:13:21leosotocreate