2015-05-07 21:39 GMT+03:00 Violeta Georgieva <violet...@apache.org>:
> The proposed Apache Tomcat 7.0.62 release is now available for voting.
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.62/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1043/
> The svn tag is:
> http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_62/
>
> The proposed 7.0.62 release is:
> [ ] Broken - do not release
> [x] Stable - go ahead and release as 7.0.62 Stable
>


I've run the the tests using Java 6u45, 7u80, 8u45,  all using 32-bit
JDKs on Windows 7, with all connectors.

The following tests fail with 6u45 - known issue, the same as with 7.0.61 [1]:
TEST-org.apache.catalina.startup.TestHostConfigAutomaticDeployment.APR.txt
TEST-org.apache.catalina.startup.TestHostConfigAutomaticDeployment.BIO.txt
TEST-org.apache.catalina.startup.TestHostConfigAutomaticDeployment.NIO.txt

- Due to JVM bug with setting last modified time on a WAR file.

TEST-org.apache.coyote.http11.TestAbstractHttp11Processor.APR.txt
TEST-org.apache.coyote.http11.TestAbstractHttp11Processor.BIO.txt
TEST-org.apache.coyote.http11.TestAbstractHttp11Processor.NIO.txt

- Failed testNon2xxResponseWithExpectation due to missing support for
chunked encoding in JRE HTTP client.

TEST-org.apache.tomcat.util.net.TestClientCert.BIO.txt
TEST-org.apache.tomcat.util.net.TestCustomSsl.BIO.txt
TEST-org.apache.tomcat.util.net.TestSsl.BIO.txt

- A handshake_failure in all tests. IIRC, this can be fixed by
enabling SSLv2Hello protocol. [2]

All tests pass successfully with Java 7 and Java 8.

Running with SecurityManager enabled and Java 6u45, I noted an issue
(filed as BZ 57906 [3]), but it is just cosmetics. A message about
failed attempt to load a *BeanInfo class that does not actually exist.



[1] http://markmail.org/message/fmtljuelrfxwbkld
(VOTE 7.0.61 thread)

[2] http://markmail.org/message/rdu7uiqkw3qh6yme
(VOTE 7.0.57 thread)

[3] https://bz.apache.org/bugzilla/show_bug.cgi?id=57906

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to