Bug 64943 - [Patch] Add support for Unix Domain Sockets to org.apache.coyote.http11.Http11AprProtocol
Summary: [Patch] Add support for Unix Domain Sockets to org.apache.coyote.http11.Http1...
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 10
Classification: Unclassified
Component: Connectors (show other bugs)
Version: unspecified
Hardware: PC Mac OS X 10.1
: P2 enhancement (vote)
Target Milestone: ------
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-29 18:44 UTC by Graham Leggett
Modified: 2022-08-28 07:21 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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