jetty-test-servers Jan and I have run across some annoying problems with test cases and test scoping within jetty recently and it has lead to some discussion on an idea that I have been kicking around for a while. The problem was that we have some useful test cases which ...
Jetty 7.0.0pre0 released! The trunk of jetty has undergone some substantial changes over the last couple of weeks. In addition to jetty 7 now requiring a minimum version of jdk 1.5 and the default inclusion of the early servlet 3.0 spec, there have been a number of structural ...
Asynchronous Content Aggregation with Servlet 3.0 Jetty Continuations have been addressing the problem of blocking servlet threads for a while now and the concept is under review for inclusion into the servlet 3.0 spec (due out near the end of the year I believe). With jetty 7.0 under development now one ...
Re: Jetty 7.0.0pre0 released! I'm curious, does Jetty yet have a consistent method to lie to a webapp about what port, hostname and/or scheme is being used? I've got a couple apps deployed on Tomcat behind an SSL-accelerator and would prefer to use Jetty but can't because I can't ...