Bug 64943

Summary: [Patch] Add support for Unix Domain Sockets to org.apache.coyote.http11.Http11AprProtocol
Product: Tomcat 10 Reporter: Graham Leggett <minfrin>
Component: ConnectorsAssignee: 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 18:44:27 UTC
The following patch adds support for unix domain sockets in Apache Tomcat.

Depends on UDS support in tomcat-native at https://bz.apache.org/bugzilla/show_bug.cgi?id=64942
Comment 1 Graham Leggett 2020-11-29 18:52:13 UTC
PR: https://github.com/apache/tomcat/pull/382
Comment 2 Mark Thomas 2020-11-30 14:58:51 UTC
Moving to enhancement
Comment 3 Graham Leggett 2021-01-17 11:11:31 UTC
Updated PR to replace previous:

https://github.com/apache/tomcat/pull/401