Message10840

Author zyasoft
Recipients amak, cbrouillet@pirel.com, zyasoft
Date 2016-04-27.21:30:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461792625.44.0.423593455095.issue2495@psf.upfronthosting.co.za>
In-reply-to
Content
Looks like Tomcat is trying to do the right thing here to to resolve possible ClassLoader leaks - simply renewing the thread is a perfectly valid approach. The problem is seen in other containers that don't have that strategy, and thus we had to revise our context-scoped support in ThreadStateMapping.

I should point out that we have further revised this support in trunk (what will be 2.7.1); see https://hg.python.org/jython/rev/dcff83c1c4ac
History
Date User Action Args
2016-04-27 21:30:25zyasoftsetmessageid: <1461792625.44.0.423593455095.issue2495@psf.upfronthosting.co.za>
2016-04-27 21:30:25zyasoftsetrecipients: + zyasoft, amak, cbrouillet@pirel.com
2016-04-27 21:30:25zyasoftlinkissue2495 messages
2016-04-27 21:30:24zyasoftcreate