Message2976

Author jfeinberg
Recipients
Date 2007-12-28.01:26:44
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I'm a developer at IBM Research, using and enjoying Jython in my daily work. I immediately got the point of the PyServlet, but was disappointed at the lack of an analogous PyFilter. So I made one. Making it took not terribly long; getting clearance from our Open Source Steering Committee to share it with you all took considerably longer.  

I offer it to you here with the intention that, if the committers like it, it may be modified to suit your preferences and added to the Jython distribution alongside PyServlet. On the other hand, if you'd prefer that it be made available separately, as a third-party contribution, I'd be happy to do that, too.  

It depends on the presence of PyServlet. If you did think it worthwhile to include in the core distro, I'd recommend factoring out the interpreter bootstrapping that's currently in PyServlet's init() method into a ServletContextListener that both PyServlet and PyFilter could require. I'd be happy to do the work myself if invited, but would have to jump through considerable IBM hoops to get permission to do so. So, for now, here's the work. What should I do next?
History
Date User Action Args
2008-02-20 17:18:54adminlinkissue1859477 messages
2008-02-20 17:18:54admincreate