[Geoserver-devel] Results of cite tests on 1.2.0-beta

David has finished running cite tests with Resin on windows.

So far about 15: getCapabilities tests fail due to gzip
An insert method fails: throws a ServiceException rather than generate a valid TransactionDocument representing failure.
About 6 methods failed because: we included some validation tests by accident.

So things are looking pretty good. I am going to rerun the tests with Tomcat 5.X.

There was one case of errors on Tomcat 4.X, the version numbers work out as follows:

Servlet/JSP Spec Tomcat version
2.4/2.0 5.0.19
2.3/1.2 4.1.30
2.2/1.1 3.3.2

Struts limits us to JSP 2.0 - and thus Tomcat 5.0.19.

Jody