Not quite right: what appears to have happened is that, in upgrading our dependencies to javax.servlet-api-3.0.1.jar, we have downgraded jetty to javax.servlet-api-3.1.0.jar. Jetty no like.
This is why the web-app module has a test dependency on 3.1.0. See Justin's comment: https://github.com/geoserver/geoserver/commit/d5086daf3e3fa112ce7ca01889b4957636e6ad9c Kind regards, Ben. On 24/03/16 12:38, Ben Caradoc-Davies wrote: > It looks like a few spots in the code base did not get the Servlet API > 3.0.1 upgrade: servlet-api -> javax.servlet-api -- Ben Caradoc-Davies <[email protected]> Director Transient Software Limited <http://transient.nz/> New Zealand ------------------------------------------------------------------------------ Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://pubads.g.doubleclick.net/gampad/clk?id=278785351&iu=/4140 _______________________________________________ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel
