Re: [tomcat] branch master updated: Add support for Unix Domain Sockets (APR Protocol)

2021-02-01 Thread Graham Leggett
On 01 Feb 2021, at 11:51, Mark Thomas wrote: >> +if (family == Socket.APR_UNIX) { >> +if (getUnixDomainSocketPathPermissions() != null) { >> +FileAttribute> attrs = >> + >> PosixFilePermissions.asFileAttribute(PosixFilePermissions.fromS

Re: [tomcat] branch master updated: Add support for Unix Domain Sockets (APR Protocol)

2021-02-01 Thread Michael Osipov
Am 2021-02-01 um 10:51 schrieb Mark Thomas: On 01/02/2021 09:29, micha...@apache.org wrote: commit a616bf385a350175a33a0ebf09d8b6688344e9e3 Author: minfrin AuthorDate: Fri Jan 15 17:12:51 2021 + +if (family == Socket.APR_UNIX) { +if (getUnixDomainSocketPathPermissi

Re: [tomcat] branch master updated: Add support for Unix Domain Sockets (APR Protocol)

2021-02-01 Thread Mark Thomas
On 01/02/2021 09:29, micha...@apache.org wrote: > commit a616bf385a350175a33a0ebf09d8b6688344e9e3 > Author: minfrin > AuthorDate: Fri Jan 15 17:12:51 2021 + > +if (family == Socket.APR_UNIX) { > +if (getUnixDomainSocketPathPermissions() != null) { > +Fil

[tomcat] branch master updated: Add support for Unix Domain Sockets (APR Protocol)

2021-02-01 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new a616bf3 Add support for Unix Domain Sockets (