2017-11-30 22:37 GMT+03:00 Violeta Georgieva <violet...@apache.org>:
> The proposed Apache Tomcat 7.0.83 release is now available for voting.
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.83/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1163/
> The svn tag is:
> http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_83/
>
> The proposed 7.0.83 release is:
> [x] Broken - do not release
> [ ] Stable - go ahead and release as 7.0.83 Stable

1. Unit tests - OK. Tested BIO,NIO,APR(32-bit) with Java 6, 7, 8u152.

The following test fails with 8u152, regardless of connector:
org.apache.coyote.http11.filters.TestFlushableGZIPOutputStream
[[[
Testcase: testBug52121 took 0,025 sec
    Caused an ERROR
invalid code lengths set
java.util.zip.ZipException: invalid code lengths set
    at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:164)
    at java.util.zip.GZIPInputStream.read(GZIPInputStream.java:117)
    at java.io.FilterInputStream.read(FilterInputStream.java:107)
    at org.apache.catalina.util.IOTools.flow(IOTools.java:74)
    at org.apache.catalina.util.IOTools.flow(IOTools.java:85)
    at 
org.apache.coyote.http11.filters.TestFlushableGZIPOutputStream.testBug52121(TestFlushableGZIPOutputStream.java:74)
]]]

This is the known regression of Java 8u151/152. It is not a bug in Tomcat.

2. I smoke-tested running with compression enabled and Java 8u152.
Generally, it looks OK.

3. There is an issue noted when testing the Async example, I filed it
into bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61886

It needs further investigation.
I am voting "Broken" because of it.


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