Message7077

Author kbrowder
Recipients Daniel Tripp, kbrowder
Date 2012-05-02.13:08:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335964104.72.0.497849842639.issue1784@psf.upfronthosting.co.za>
In-reply-to
Content
I also encountered this issue as well using the run-jetty-run plugin with jetty 8.1.2.v20120308 and Jython 2.5.2 with Modjy on Windows XP.  My solution was to create a class that inherits from ModjyJServlet and does a System.setIn to a dummy input stream (with read always returning -1) before calling super.init() and then reset the input stream to the original when done with everything.
History
Date User Action Args
2012-05-02 13:08:24kbrowdersetmessageid: <1335964104.72.0.497849842639.issue1784@psf.upfronthosting.co.za>
2012-05-02 13:08:24kbrowdersetrecipients: + kbrowder, Daniel Tripp
2012-05-02 13:08:24kbrowderlinkissue1784 messages
2012-05-02 13:08:24kbrowdercreate