On 06/11/2018 09:28, Emmanuel Bourg wrote:
> I got two issues when building Tomcat 8.5.35 with OpenJDK 11
> and OpenSSL 1.1.1 in Debian.
> 
> 1. testClientCertPost and testClientCertGet in TestClientCertTls13
>    failed with the three NIO/NIO2/APR connectors:
> 
>   javax.net.ssl.SSLHandshakeException: Received fatal alert: protocol_version

I think some re-work is required around those tests to cover the various
permutations and combinations. It isn't quite right at the moment.


> 2. testAbortedUploadLimitedNoSwallow and testAbortedPOST413NoSwallow
>    failed with NIO only:
> 
>   Testcase: testAbortedUploadLimitedNoSwallow took 0.106 sec
>           FAILED
>   Limited upload with swallow disabled does not generate client exception
>   junit.framework.AssertionFailedError: Limited upload with swallow disabled 
> does not generate client exception
>       at 
> org.apache.catalina.core.TestSwallowAbortedUploads.testAbortedUploadLimitedNoSwallow(TestSwallowAbortedUploads.java:130)
>       at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>       at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 
>   Testcase: testAbortedPOST413NoSwallow took 0.036 sec
>           FAILED
>   Limited upload with swallow disabled does not generate client exception
>   junit.framework.AssertionFailedError: Limited upload with swallow disabled 
> does not generate client exception
>       at 
> org.apache.catalina.core.TestSwallowAbortedUploads.testAbortedPOST413NoSwallow(TestSwallowAbortedUploads.java:176)
>       at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>       at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

Interesting. I see those with 8.5.x as well but not with 9.0.x. More
investigation required.

Mark

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

Reply via email to