aooohan commented on PR #402: URL: https://github.com/apache/tomcat/pull/402#issuecomment-1186747561
> Thank you for the reply. So it looks like if you are below Java 16, it uses APR, and if above Java16, it uses the Java APIs. I think there is a bug in APREndpoint, as my example is using Java11 + APR. Indeed, i have reproduced this bug. You can report this bug again on BZ. > When I commented out the "duplicate accept check" code in APREndpoint.java, Java11 + APR = Unix Sockets working. This is use for protecting against a known OS bug. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
