https://bz.apache.org/bugzilla/show_bug.cgi?id=64875

--- Comment #5 from Remy Maucherat <r...@apache.org> ---
(In reply to mgrigorov from comment #2)
> I've made it possible to use APR protocol.
> There is nothing Netty specific in it.
> As Remy explained you need to find out how Netty is being involved and why
> it breaks the things.

I also cannot see where Netty could possibly be coming from, it's 100% not used
in Tomcat, so it comes from a library somewhere else.

However, I don't understand the idea behind advocating use of the APR connector
especially in embedded. The plan is still to remove it completely at the
moment.

With the standalone native image build, I tested NIO/OpenSSL, but APR is not
supported at all in the descriptors. And even NIO/OpenSSL brings along all the
build/runtime problems with containers. Since now even Java 8 does ALPN
properly, I would say it is more reasonable to stick to the base JVM whenever
possible.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to