2015-10-22 13:47 GMT+03:00 Mark Thomas <ma...@apache.org>:
> Version 1.2.0 includes the following changes:
> - Windows binaries built with APR 1.5.1 and OpenSSL 1.0.2d
> - ALPN support
>
> The proposed release artefacts can be found at [1],
> and the build was done using tag [2].
>
> The Apache Tomcat Native 1.2.0 is
>  [ ] Stable, go ahead and release
>  [ ] Broken because of ...


Is there an expectation that this library works with Tomcat 7, Tomcat 8?
(E.g. download links for 1.1.33 were removed from download page).

It does not!

Running Tomcat 7 tests all HTTP tests pass, but an HTTPS test crashes
(org.apache.tomcat.util.net.TestSsl)

Essentially,

    [junit] Caused by: java.lang.NoSuchMethodError: sniCallBack
    [junit]     at org.apache.tomcat.jni.SSLContext.make(Native Method)
    [junit]     at
org.apache.tomcat.util.net.AprEndpoint.bind(AprEndpoint.java:573)
    [junit]     at
org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:651)
    [junit]     at
org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:434)
    [junit]     at
org.apache.catalina.connector.Connector.initInternal(Connector.java:978)
    [junit]     at
org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
    [junit]     ... 33 more

The above is followed by a JVM crash on a subsequent test.
I filed it into Bugzilla,
https://bz.apache.org/bugzilla/show_bug.cgi?id=58566

On a good side, non-SSL tests do pass. (Tomcat 7, skipping websocket tests)

I think immediate action is to restore download links for 1.1.33.

Maybe clarify the release announcement at http://tomcat.apache.org/.
(Add a note that this library targets not-yet-released versions of
Tomcat).


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