tomcat-native icon indicating copy to clipboard operation
tomcat-native copied to clipboard

Mirror of Apache Tomcat Native

Results 4 tomcat-native issues
Sort by recently updated
recently updated
newest added

Don't apply tricks and rely on OS behavior to resolve addresses. This also aligns with the NIO implementatin using `InetSocketAddress`. This mimics the behavior of HTTPd's listen.c for apr_sockaddr_info_get(). @mturk...

Tested with libressl-3.5.3 on Gentoo using the libressl overlay (https://github.com/gentoo/libressl). Alternatively the code for older libressl versions could be removed, either way it doesn't really matter to me. I'm also...

When building tomcat-native with slibtool using the rlibtool symlink the build will fail. This is because rlibtool requires the generated libtool script to determine if the build is shared, static...

That requires a small add in tomcat-trunk load the class and call the method and loops loading the libraries list the method has returned. If no one complains I will...