As some of you noticed, I added in the stubs for Servlet 3.1 yesterday. I'm planning on starting on 3.1 features, mainly the non blocking read/writes. In Tomcat, we already have an implementation of this in the sandbox http://svn.apache.org/viewvc/tomcat/sandbox/gdev6x/ That works fully, and I'll probably model it after that.
There are a couple of things I suggest with that for trunk 1. Make the NIO connector the default, so that no configuration changes are required to use 3.1 features 2. Retain BIO connectors, it will simply throw IllegalStateExceptions or OperationNotSupported exceptions where appropriate 3.1 seems to be a fairly minor update so far, so we should be able to start pushing Tomcat 8 right around the time as the spec is finalized. Filip --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org