Bug 64942

Summary: [Patch] Expose support for Unix Domain Sockets in APR v1.6 and up.
Product: Tomcat Native Reporter: Graham Leggett <minfrin>
Component: LibraryAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X 10.1   

Description Graham Leggett 2020-11-29 17:46:26 UTC
This patch adds support for Unix Domain Sockets, that was added to APR v1.6.

This consists of the addition of the APR_UNIX family, as well as adding a cleanup to remove the socket file on shutdown.

https://github.com/apache/tomcat-native/pull/8
Comment 1 Michael Osipov 2020-12-02 18:44:42 UTC
Fixed for 1.2.26 and up.